Re: Exception - Out of Memory - Out of swap space?

2007-03-27 Thread Stefano Bagnara
Stefano Bagnara ha scritto: SeaGizmo ha scritto: 2) Collect hints: > jmap -permstat The results seems to my eyes from a just started james: can you run this after few hours of work (near the OOM it would be better: I know it is hard as it happens randomly) ? Run this: jstat -gc 30

Re: Exception - Out of Memory - Out of swap space?

2007-03-27 Thread Stefano Bagnara
SeaGizmo ha scritto: 2) Collect hints: > jmap -permstat The results seems to my eyes from a just started james: can you run this after few hours of work (near the OOM it would be better: I know it is hard as it happens randomly) ? [EMAIL PROTECTED] bin]$ ./jstat -gc 3903 S0CS1C

Re: Exception - Out of Memory - Out of swap space?

2007-03-27 Thread SeaGizmo
Hey, On 27 Mar 2007, at 23:39, Stefano Bagnara wrote: SeaGizmo ha scritto: Exception in thread "CompilerThread0" java.lang.OutOfMemoryError: requested 134217736 bytes for Chunk::new. Out of swap space? STARTED Phoenix Tue Mar 27 17:08:41 IST 2007 Everytime in Chunk: are you using custom M

Re: Exception - Out of Memory - Out of swap space?

2007-03-27 Thread Stefano Bagnara
SeaGizmo ha scritto: Exception in thread "CompilerThread0" java.lang.OutOfMemoryError: requested 134217736 bytes for Chunk::new. Out of swap space? STARTED Phoenix Tue Mar 27 17:08:41 IST 2007 Everytime in Chunk: are you using custom Mailets? Given your memory numbers and your error I guess

Re: Exception - Out of Memory - Out of swap space?

2007-03-27 Thread SeaGizmo
Hey, It happens after a while, I don't have any logs giving an error other than the phoenix.console. Sadly it doesn't give a timestamp. We are just using the SMTP server component, all others have been disabled. Here's an extract from the phoenix.console Exception in thread "CompilerThre

RE: Exception - Out of Memory - Out of swap space?

2007-03-27 Thread Noel J. Bergman
> JAVA_HOME=/usr/java/jdk1.5.0_10 > OPTS="-Xmx1024m -Xms512m " cat /proc/meminfo, please. Is this happening immediately, or after some time/number of connections (there is a known memory leak in JAMES 2.3.0 related to InetAddress)? --- Noel

Re: Exception - Out of Memory - Out of swap space?

2007-03-27 Thread SeaGizmo
Hey, I've added JAVA_HOME=/usr/java/jdk1.5.0_10 export JAVA_HOME PHOENIX_JVM_OPTS="-Xmx1024m -Xms512m " export PHOENIX_JVM_OPTS to the pheonix.sh and restarted the application, however the process seems to have crashed again with the same error Exception in thread "CompilerThread0" java.lan

Re: problems upgading james

2007-03-27 Thread zkn
On 27.03.2007, at 14:31, Stefano Bagnara wrote: zkn ha scritto: I run it on RedHat EL3. James is running as root - I don't know if it is possible to run it as different user and bind it on port 25. No, with james 2.3 this is not possible. In trunk we added support for commons-daemon and thi

Re: problems upgading james

2007-03-27 Thread Stefano Bagnara
zkn ha scritto: I run it on RedHat EL3. James is running as root - I don't know if it is possible to run it as different user and bind it on port 25. No, with james 2.3 this is not possible. In trunk we added support for commons-daemon and this is possible (but I don't know when this will be r

Re: problems upgading james

2007-03-27 Thread zkn
I run it on RedHat EL3. James is running as root - I don't know if it is possible to run it as different user and bind it on port 25. I'm starting to thing that this has something to do with the files under /var repository. We have hundreds of thousands emails under /var. What happened is tha

Re: problems upgading james

2007-03-27 Thread Stefano Bagnara
zkn ha scritto: Thanks, I have forgotten that I have to remove the blocks from assembly.xml if it was the same for 2.2.0. Thanks, it's ok now. I used the new config file and moved everything from the old file to the new one step by step and also it works with the self created /var directory

Re: problems upgading james

2007-03-27 Thread zkn
Thanks, I have forgotten that I have to remove the blocks from assembly.xml if it was the same for 2.2.0. Thanks, it's ok now. I used the new config file and moved everything from the old file to the new one step by step and also it works with the self created /var directory so I think it

Re: JVM Crashing - James 2.3

2007-03-27 Thread Hans Liebenberg
Thanks Danny, My first approach will be to upgrade the JVM as Stefano suggested, reset my threads back up to where I want them and if the problem persists with latest stable JVM then I will submit to sun. Thanks Danny Angus wrote: Hans, The details you have provided would be better going t

Re: JVM Crashing - James 2.3

2007-03-27 Thread Danny Angus
Hans, The details you have provided would be better going to Sun. However it would also be interesting if we could work out why your deployment resulted in this crash. Lots of blocked threads suggests something funny somewhere. But quite probably not James related. d. On 3/26/07, Hans Liebenbe