Re: Tomcat hangs up from time to time

2005-03-20 Thread lazyuser
Well, I have tried to kill tomcat process with SIGQUIT in order to take thread 
dump.
No any reaction. Only SIGKILL works.

On Thu, 17 Mar 2005 11:28:58 -
Peter Crowther [EMAIL PROTECTED] wrote:

  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
  But about two-five times per day, Tomcat hangs up,
  java (version is 1.5.0_01-b08) eats much cpu (up to 90%),
  and no any response from Tomcat, no warnings/errors in logs.
  I even can't stop it with shutdown.sh!
  
  Have anyone the same problem? Any solutions, advices, thoughts?
 
 Check your JVM documentation, and then kill the main Tomcat process with
 the signal that causes a thread dump.  Read/grep through the thread dump
 - who's doing what?
 
   - Peter
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat hangs up from time to time

2005-03-17 Thread lazyuser
Hi all,

Lately, I have set up Tomcat 5.5.7 on Slackware Linux 9.1.
I have configured four virtual hosts for me and my workmates.
We develop a few web apps with Struts, Torque, Velocity, etc.
Application base directories, scratch directories and tomcat logs
are located on NFS share.
Common approach is edit source, compile, reload web app with
org.apache.catalina.ant.ReloadTask, look at browser time and again.

But about two-five times per day, Tomcat hangs up,
java (version is 1.5.0_01-b08) eats much cpu (up to 90%),
and no any response from Tomcat, no warnings/errors in logs.
I even can't stop it with shutdown.sh!

Have anyone the same problem? Any solutions, advices, thoughts?

Thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]