Re: more out of memory on 2.3.1

2007-10-22 Thread Jim Rollo
Thanks for the leads... I upgrade the JRE to 1.6 (opensuse 10.3) and the problem has not manifested itself since. Should it happen again, I'll post more details in case any else runs into similar circumstances On Sun, 2007-10-21 at 14:47 +0200, Stefano Bagnara wrote: > Jim Rollo ha scritto: > >

Re: more out of memory on 2.3.1

2007-10-21 Thread Stefano Bagnara
Jim Rollo ha scritto: > Hello, > > I'm trying to track down the root cause of this: > > "Exception in thread "CompilerThread1" java.lang.OutOfMemoryError: > requested 134217744 bytes for Chunk::new. Out of swap space? > " > > This occurs about every hour, on a server running a fairly small amoun

more out of memory on 2.3.1

2007-10-20 Thread Jim Rollo
Hello, I'm trying to track down the root cause of this: "Exception in thread "CompilerThread1" java.lang.OutOfMemoryError: requested 134217744 bytes for Chunk::new. Out of swap space? " This occurs about every hour, on a server running a fairly small amount of users. I set the JVM Xmx to 512mb.

Re: Out of memory error while fetch mail.

2007-08-14 Thread Stefano Bagnara
Stefano Bagnara ha scritto: > Try adding -XX:+HeapDumpOnOutOfMemoryError to the java command > launching james server. > This way your JVM will write an heap dump at every OOM so we can see > what objects are in memory when your server throws OOM. I forgot to say that you need java6 to use that c

Re: Out of memory error while fetch mail.

2007-08-14 Thread Stefano Bagnara
Fisher ha scritto: > Hi, > > I had finally got the problem, it is the InSpammerBlacklist matcher. After I > commend this matcher, the problem goes away! > I still very confusing with that issue yet. I saw a issue at James JIRA: > InSpammerBlacklist latency seriously affects throughput(JAMES-758) >

RE: Out of memory error while fetch mail.

2007-08-14 Thread Fisher
longer time to show up. Is this a bug with the DNS server? Fisher -Original Message- From: Stefano Bagnara [mailto:[EMAIL PROTECTED] Sent: Monday, August 13, 2007 4:35 PM To: James Users List Subject: Re: Out of memory error while fetch mail. Fisher ha scritto: > It seems not the JVM t

Re: Out of memory error while fetch mail.

2007-08-13 Thread Stefano Bagnara
Fisher ha scritto: > It seems not the JVM take the memory, but some other program does. But, the > TOP command shows it is the Java thread takes the memory. Is it a JVM bug? > Or disk spool repository bug? It is a JVM behavior. Free memory for the JVM is not free memory for the OS. Your modern OS

RE: Out of memory error while fetch mail.

2007-08-12 Thread Fisher
other program does. But, the TOP command shows it is the Java thread takes the memory. Is it a JVM bug? Or disk spool repository bug? Fisher -Original Message- From: Stefano Bagnara [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 9:27 PM To: James Users List Subject: Re: Out of memo

Re: Out of memory error while fetch mail.

2007-08-10 Thread Stefano Bagnara
Fisher ha scritto: > Hi, > > I got a very strange problem. I running James on a server which have 4G > memory total, and I allocated 768M memory to James. When I use fetch mail to > fetch email from remote server, the Java VM will take 95% memory (I saw this > with the TOP command), but while I lo

Out of memory error while fetch mail.

2007-08-10 Thread Fisher
Hi, I got a very strange problem. I running James on a server which have 4G memory total, and I allocated 768M memory to James. When I use fetch mail to fetch email from remote server, the Java VM will take 95% memory (I saw this with the TOP command), but while I login to RemoteConsole, use memst

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

2007-03-28 Thread Salvatore Orlando
mercoledì 28 marzo 2007 0.40 A: James Users List Oggetto: Re: Exception - Out of Memory - Out of swap space? SeaGizmo ha scritto: > Exception in thread "CompilerThread0" java.lang.OutOfMemoryError: > requested 134217736 bytes for Chunk::new. Out of swap space? > STARTED Phoenix

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: Exception - Out of Memory - Out of swap space?

2007-03-23 Thread SeaGizmo
Thanks Danny, I'll take a look and implement the changes. It is linux so I'll need to check the swap. I'll drop a mail back to you with the results. Slán SG On 23 Mar 2007, at 13:15, Danny Angus wrote: On 3/23/07, SeaGizmo <[EMAIL PROTECTED]> wrote: requested 134217736 bytes for Chunk

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

2007-03-23 Thread Danny Angus
On 3/23/07, SeaGizmo <[EMAIL PROTECTED]> wrote: requested 134217736 bytes for Chunk is ~ 128m, and it lookslike the hotspot optimiser is asking for that to compile its optimisations. I am have started phoenix without any special JMV_OPTS. Can anyone recommend any? try -Xmx1024m -Xms512m as

Exception - Out of Memory - Out of swap space?

2007-03-23 Thread SeaGizmo
Hey All, Pretty new to James so excuse the question. I have a pretty much out of the box solution (I've done some playing around with the SQL for my own user management) and I only use the SMTP component. I am getting a the following error Exception in thread "CompilerThread0" java.lang.O

RE: out of memory

2006-10-25 Thread John Rose
ossible. This is based on my experiences with windows services, not James in particular. --Brian -Original Message- From: John Rose [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 25, 2006 2:26 PM To: server-user@james.apache.org Subject: out of memory I'm a complete newbie in

RE: out of memory

2006-10-25 Thread Pelton, Brian
ndows services, not James in particular. --Brian -Original Message- From: John Rose [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 25, 2006 2:26 PM To: server-user@james.apache.org Subject: out of memory I'm a complete newbie in working with James Mail so any help is greatly a

out of memory

2006-10-25 Thread John Rose
I'm a complete newbie in working with James Mail so any help is greatly appreciated. We are running version 2.2 on a Windows 2003 server. There are error messages in the wrapper.log file as follows: java.lang.OutOfMemoryError: Java heap space INFO | jvm 1| 2006/10/24 23:10:05 | Server d

Re: Out of Memory

2006-08-16 Thread Norman Maurer
Maybe you should try our latest release canidate ? 2.3.0 final will be released in short time if no new bugs get found in this.. You can get it from: http://people.apache.org/dist/james/server/ bye Norman Am Mittwoch, den 16.08.2006, 02:12 -0700 schrieb SpamProject: > Hi Guys, > > we are using

Out of Memory

2006-08-16 Thread SpamProject
context: http://www.nabble.com/Out-of-Memory-tf2114123.html#a5829040 Sent from the James - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Help: James2.1 Out Of Memory

2003-09-08 Thread Lindsay Smith
t: RE: Help: James2.1 Out Of Memory > I wrote it by mistake, it is James 2.1 > And I believe that this problem comes when I try downloading emails > from James2.1 using my POP3 client (MS Outlook). Which version of James 2.1.x? If not the 2.1.3, you should upgrade. Or you could try the 2.

RE: Help: James2.1 Out Of Memory

2003-09-08 Thread Noel J. Bergman
> I wrote it by mistake, it is James 2.1 > And I believe that this problem comes when I try downloading emails > from James2.1 using my POP3 client (MS Outlook). Which version of James 2.1.x? If not the 2.1.3, you should upgrade. Or you could try the 2.2.x test build. --- Noel ---

RE: Help: James2.1 Out Of Memory

2003-09-07 Thread Mr. King
aintaining james1.2 email server, which is regularly giving > > Out Of Memory Exception. > > James 1.2? Try upgrading. If you can't upgrade, your choices would be to > increase the memory and periodically restart the server, or to

RE: Help: James Out Of Memory

2003-09-07 Thread Noel J. Bergman
> I am maintaining james1.2 email server, which is regularly giving > Out Of Memory Exception. James 1.2? Try upgrading. If you can't upgrade, your choices would be to increase the memory and periodically restart the server, or to find and fix the memory leaks.

Help: James Out Of Memory

2003-09-07 Thread Mr. King
Dear Friends, I am maintaining james1.2 email server, which is regularly giving Out Of Memory Exception. Please help! Rishi Dev __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com