Re: my webapp is crashing the JVM intermittently

2007-04-09 Thread Filip Hanik - Dev Lists
I would take a hint from this line Current thread (0x099aedf8): GCTaskThread [id=18292] My guess is that you have enabled parallel and concurrent GC/mark/sweep, remove all the GC options from your command line and try again I've seen this error before Filip Randy Paries wrote: Hello, I am not

Re: my webapp is crashing the JVM intermittently

2007-04-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Randy, Randy Paries wrote: > I am running this same app one 3 different boxes on two of them it > has crashed the JVM. The only reason i say this, is because it > probably rules out hardware Why? It sounds to me like you've ruled-out /software/ inste

Re: my webapp is crashing the JVM intermittently

2007-04-09 Thread Rashmi Rubdi
The FAQ http://tomcat.apache.org/faq/memory.html offers a few solutions too. -Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: my webapp is crashing the JVM intermittently

2007-04-09 Thread Randy Paries
Actually that was the first thing i did I upgraded from jdk1.5.0_02 to jdk1.5.0_06 Randy On 4/9/07, Srinivas Visvanathan <[EMAIL PROTECTED]> wrote: Perhaps you should try a different JVM version. I've seen cases where eclipse would crash repeatedly (every 10 min) with one JVM version. Updating t

Re: my webapp is crashing the JVM intermittently

2007-04-09 Thread Srinivas Visvanathan
Perhaps you should try a different JVM version. I've seen cases where eclipse would crash repeatedly (every 10 min) with one JVM version. Updating to a different version fixed the problem. Also I see that you aren't on a very recent Sun JVM (1.5.0_06-b05). I'm using 1.5.0_11 myself and 1.6 is also

my webapp is crashing the JVM intermittently

2007-04-09 Thread Randy Paries
Hello, I am not sure if this is the right place to post this , but if not maybe someone can point me in a correct direction. I have just pushed a new version of my web app to production. which is apache-tomcat-5.5.15 with apache and fedora core 4 I am running this same app one 3 different boxes