Re: Tomcat shutdown does not kill java process

2002-08-30 Thread Michael Nicholson
How quickly are you restarting Tomcat? I've noticed the same behaviour if I rush and restart tomcat too quickly. Just waiting for solved the issue for me. Mike - Original Message - From: Jim Coble [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 30, 2002 10:18 AM Subject:

RE: Tomcat shutdown does not kill java process

2002-08-30 Thread PELOQUIN,JEFFREY (Non-HP-Boise,ex1)
in the java command. I do not know if there is a similar option for solaris. java -X should tell you Jeff -Original Message- From: Michael Nicholson [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 8:23 AM To: Tomcat Users List Subject: Re: Tomcat shutdown does not kill java process

Re: Tomcat shutdown does not kill java process

2002-08-30 Thread Tim Funk
Make sure you do not have any servlets or beans creating non-daemon threads. A java process will run while there exists at least 1 non-daemon thread. Perform a thread dump on your java process and see if this is the case. See previous threads (or google) on how to perform a thread dump. Jim

Re: Tomcat shutdown does not kill java process

2002-08-30 Thread Srinadh Karumuri
I saw similar problem when my DB process is locked due to lock on resources. This is not a fancy way but we gave work around to make sure we don't end up with two servers. This can be done easily by checking for 'javaoptions' process running for this user in the start/stop scripts (and