RE: Tomcat 5.0 strange crashes

2007-10-05 Thread keglius
with the webserver (Tomcat 5.5)? Why does it crash? Do you, guys, have any suggestions which might be helpful to fix this strange crash problem? Thank you, Keglius -- View this message in context: http://www.nabble.com/Tomcat-5.0-strange-crashes-tf4515602.html#a13055265 Sent from the Tomcat - User mailing list

Re: Tomcat 5.0 strange crashes

2007-10-05 Thread Mark Thomas
keglius wrote: What is the problem with the webserver (Tomcat 5.5)? Nothing Why does it crash? Looks like your app is using more memory than you expect. Do you, guys, have any suggestions which might be helpful to fix this strange crash problem? Use a profiler (eg YourKit) to see where the

RE: Tomcat 5.0 strange crashes

2007-10-05 Thread keglius
and I should contact their support. So I guess the whole freeze happens not because of Tomcat, but JVM. I asked my hosting company to reinstall a native Java runtime. We will see if this helps. Thank you for your help! Keglius -- View this message in context: http://www.nabble.com/Tomcat-5.0

RE: Tomcat 5.0 strange crashes

2007-10-05 Thread Caldarale, Charles R
From: keglius [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat 5.0 strange crashes What is the problem with the webserver (Tomcat 5.5)? Why does it crash? You keep using the word crash, but don't provide any evidence that the Tomcat process is actually terminating. It's highly unlikely

Tomcat 5.0 strange crashes

2007-09-25 Thread keglius
this strange Tomcat crash problem? Please, help us. Thanks in advance, Egidijus -- View this message in context: http://www.nabble.com/Tomcat-5.0-strange-crashes-tf4515602.html#a12879658 Sent from the Tomcat - User mailing list archive at Nabble.com

RE: Tomcat 5.0 strange crashes

2007-09-25 Thread Peter Crowther
From: keglius [mailto:[EMAIL PROTECTED] OS: RedHat el4 (Linux 2.6.9-42.0.8.EL) The Java application works fine, however sometimes Apache Tomcat 5.0 just crashes without any reasons. A wild stab in the dark... How much free memory do you have? I seem to recall DeadRat has an oom-killer in

RE: Tomcat 5.0 strange crashes

2007-09-25 Thread keglius
- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Tomcat-5.0-strange-crashes-tf4515602.html

RE: Tomcat 5.0 strange crashes

2007-09-25 Thread Peter Crowther
From: keglius [mailto:[EMAIL PROTECTED] Actually, the server almost doesn't have free memory. 1007.9 MB of 1011.2 MB used; 3.2 MB available RAM OK, that's physical memory. What about swap? I think Tomcat is configured to always use 1GB of memory. Then you have a problem anyway. You have