You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2006/06/16 17:35:30 UTC

[jira] Reopened: (JAMES-474) NullPointerException and bodymessage lost with weird configurations in message spooling

     [ http://issues.apache.org/jira/browse/JAMES-474?page=all ]
     
Norman Maurer reopened JAMES-474:
---------------------------------


After upgrading from james-2.3a2 to james-2.3.0b1 we see again that the headers get lost after do changes on headers. So the bug is probaly still here :-(
We wrote a mailet to log all headers and it shows that the headers get truncated after the fist change of headers is done in a mailet!

We tested it with mysql-4.1 and mysql conector 3.1.13 and 5.0-beta. Os is debian ubuntu with java 1.5





> NullPointerException and bodymessage lost with weird configurations in message spooling
> ---------------------------------------------------------------------------------------
>
>          Key: JAMES-474
>          URL: http://issues.apache.org/jira/browse/JAMES-474
>      Project: James
>         Type: Bug

>   Components: James Core
>     Versions: 2.3.0a1
>     Reporter: Stefano Bagnara
>     Assignee: Stefano Bagnara
>     Priority: Blocker
>      Fix For: 2.3.0a3

>
> Under particular condition the new MimeMessageWrapper optimization code seems to loose the message source.
> I've already created a unittest for this and I remove the optimization, but this need a fix.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


RE: [jira] Reopened: (JAMES-474) NullPointerException and bodymessage lost with weird configurations in message spooling

Posted by "Noel J. Bergman" <no...@devtech.com>.
Norman Maurer wrote:

> We tested it with mysql-4.1 and mysql conector 3.1.13 and 5.0-beta.
> Os is debian ubuntu with java 1.5

Whether or not there is a JAMES bug, as you noted in another message, using prepared statements with MySQL on (at least) debian appears to be unreliable:

  http://forums.mysql.com/read.php?39,49989,49989#msg-49989

MySQL's recommendation is to use the binaries distributed by them instead of those prepared by distros.

	--- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org