JAMES Server Nightly Build Report

2010-04-05 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-05 Thread Norman Maurer
Hi Ashish, thx for your reply. The problem is sometimes it takes sometime to get the OOM, other times it happens within one minute. One of our users reported to me that it happened within 1 minute (10 seconds and 30 seconds), after he switched to MINA trunk. So it seems it is faster reproducable w

Re: JAMES OOM, maybe the cause of MINA ?

2010-04-05 Thread Ashish
Thanks Norman, Will try to see this as soon as I can get some time from paid job :) cheers ashish On Mon, Apr 5, 2010 at 1:27 PM, Norman Maurer wrote: > Hi Ashish, > > thx for your reply. The problem is sometimes it takes sometime to get > the OOM, other times it happens within one minute. One

Re: JAMES OOM, maybe the cause of MINA ?

2010-04-05 Thread Eric Charles
Hi Ashish, Please also note that we have 2 different exceptions: - http://people.apache.org/~norman/oom/Screenshot.png that occurs with mina 2.0.0-RC1 - http://people.apache.org/~norman/oom/Screenshot-Eclipse_Memory_Analyzer.png that occurs with 2.0.0-RC2-SNAPSHOT It happens on jdk 1.6 (and

svn commit: r930830 - in /james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/core: RetrCmdHandler.java TopCmdHandler.java

2010-04-05 Thread norman
Author: norman Date: Mon Apr 5 08:49:01 2010 New Revision: 930830 URL: http://svn.apache.org/viewvc?rev=930830&view=rev Log: Close streams when finish writing Modified: james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/core/RetrCmdHandler.java james/server/trunk/p

Re: JAMES OOM, maybe the cause of MINA ?

2010-04-05 Thread Norman Maurer
I think thats only because mina-trunk is not using CircularQueue anymore. It now seems to use ConcurrentLinkedQueue. Bye, Norman 2010/4/5 Eric Charles : > Hi Ashish, > > Please also note that we have 2 different exceptions: > - http://people.apache.org/~norman/oom/Screenshot.png that occurs with

Re: JAMES OOM, maybe the cause of MINA ?

2010-04-05 Thread Eric Charles
Yes, One instance of org.apache.mina.core.session.DefaultIoSessionDataStructureFactory$DefaultWriteRequestQueue contains : - for 2.0.0-RC1 : one instance of org.apache.mina.util.CircularQueue with an array of many org.apache.mina.filter.codec.ProtocolCodecFilter$EncodedWriteRequest - for 2.0.

Re: JAMES OOM, maybe the cause of MINA ?

2010-04-05 Thread Ashish
On Mon, Apr 5, 2010 at 2:21 PM, Norman Maurer wrote: > I think thats only because mina-trunk is not using CircularQueue > anymore. It now seems to use ConcurrentLinkedQueue. > > Bye, > Norman I remember, Emm removed all references to CircularQueue, but this was to make it thread safe :) http://m

[jira] Closed: (HUPA-63) Maven build is broken for gwt 2.0.0

2010-04-05 Thread Neil Crow (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neil Crow closed HUPA-63. - Fixed > Maven build is broken for gwt 2.0.0 > --- > > Key: HUPA-63 >

svn commit: r930917 - /james/imap/trunk/api/src/main/java/org/apache/james/api/imap/

2010-04-05 Thread norman
Author: norman Date: Mon Apr 5 17:46:19 2010 New Revision: 930917 URL: http://svn.apache.org/viewvc?rev=930917&view=rev Log: remove empty package Removed: james/imap/trunk/api/src/main/java/org/apache/james/api/imap/ - To

[jira] Created: (HUPA-68) Missing dependency in hupa-server pom.xml

2010-04-05 Thread Neil Crow (JIRA)
Missing dependency in hupa-server pom.xml - Key: HUPA-68 URL: https://issues.apache.org/jira/browse/HUPA-68 Project: JAMES Hupa Issue Type: Improvement Components: server Reporter