JAMES Server Nightly Build Report

2010-04-08 Thread JAMES Nightly Build System
An automated nightly build of JAMES has been posted to http://people.apache.org/builds/james/nightly/ Any unit test errors from the build should be reported below:

Re: JAMES OOM, maybe the cause of MINA ?

2010-04-08 Thread Norman Maurer
Hi Ashish, I think we tracked down the source of the problem a bit more.. The OOM seems to be related to IMAP. Our IMAP server component is using the StreamIoHandler (its the only one of our components who use this handler). So I suspect there is the problem. So there are two possible problems:

Re: JAMES OOM, maybe the cause of MINA ?

2010-04-08 Thread Ashish
On Thu, Apr 8, 2010 at 1:28 PM, Norman Maurer norman.mau...@googlemail.com wrote: Hi Ashish, I think we tracked down the source of the problem a bit more.. The OOM seems to be related to IMAP. Our IMAP server component is using the StreamIoHandler (its the only one of our components who use

Re: JAMES OOM, maybe the cause of MINA ?

2010-04-08 Thread Norman Maurer
Maybe Eric can do, cause he is the one who see it very freqently.. So Eric...;) ? Thx, Norman 2010/4/8 Ashish paliwalash...@gmail.com: Can you provide the heapdump for this OOM? thanks ashish On Thu, Apr 8, 2010 at 1:40 PM, Ashish paliwalash...@gmail.com wrote: On Thu, Apr 8, 2010 at

Re: JAMES OOM, maybe the cause of MINA ?

2010-04-08 Thread Ashish
Can you provide the heapdump for this OOM? thanks ashish On Thu, Apr 8, 2010 at 1:40 PM, Ashish paliwalash...@gmail.com wrote: On Thu, Apr 8, 2010 at 1:28 PM, Norman Maurer norman.mau...@googlemail.com wrote: Hi Ashish, I think we tracked down the source of the problem a bit more.. The OOM

svn commit: r931952 - in /james/server/trunk/spring-deployment/src/main/config/james: META-INF/persistence.xml database.properties spring-beans.xml

2010-04-08 Thread norman
Author: norman Date: Thu Apr 8 14:14:17 2010 New Revision: 931952 URL: http://svn.apache.org/viewvc?rev=931952view=rev Log: Update to use streaming with openjpa Modified: james/server/trunk/spring-deployment/src/main/config/james/META-INF/persistence.xml

Re: JAMES OOM, maybe the cause of MINA ?

2010-04-08 Thread Eric Charles
Hi Ashish, You can find some information to download on http://apache.u-mangate.com/james/oom/index.html Tks, Eric On 04/08/2010 10:26 AM, Ashish wrote: Can you provide the heapdump for this OOM? thanks ashish On Thu, Apr 8, 2010 at 1:40 PM, Ashishpaliwalash...@gmail.com wrote: On

svn commit: r932007 - in /james/imap/trunk: jcr/src/main/java/org/apache/james/imap/jcr/mail/model/ jpa/src/main/java/org/apache/james/imap/jpa/mail/model/ jpa/src/main/java/org/apache/james/imap/jpa/

2010-04-08 Thread norman
Author: norman Date: Thu Apr 8 16:59:33 2010 New Revision: 932007 URL: http://svn.apache.org/viewvc?rev=932007view=rev Log: Share some more code Modified: james/imap/trunk/jcr/src/main/java/org/apache/james/imap/jcr/mail/model/JCRMessage.java

svn commit: r932064 - in /james/imap/trunk/jpa/src/main/java/org/apache/james/imap/jpa/mail/model: AbstractJPAMailboxMembership.java AbstractJPAMessage.java JPAMessage.java openjpa/JPAStreamingMailbox

2010-04-08 Thread norman
Author: norman Date: Thu Apr 8 18:57:39 2010 New Revision: 932064 URL: http://svn.apache.org/viewvc?rev=932064view=rev Log: Don't be to strict.. Modified: james/imap/trunk/jpa/src/main/java/org/apache/james/imap/jpa/mail/model/AbstractJPAMailboxMembership.java