Re: Tomcat does not shutdown properly

2008-11-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sachin, raverkar wrote: > My application is using Jboss Cache. If I comment out the configuration of > Jboss Cache from my xml file, there is no problem of Tomcat shutdown. That > makes me think that Jboss Cache is causing the problem. Sounds like a

Tomcat does not shutdown properly

2008-11-11 Thread raverkar
anybody help spotting the problem and remedy to solve the same. Thanking you in advance. Sachin -- View this message in context: http://www.nabble.com/Tomcat-does-not-shutdown-properly-tp20435744p20435744.html Sent from the Tomcat - User mailing list archive at Nabble.com

RE: Tomcat does not shutdown properly and kill -3 does not work!

2008-08-06 Thread Peter Crowther
> From: Maduranga Kannangara [mailto:[EMAIL PROTECTED] > Below is my dump and thanks a lot for your time. [...] > Thread [EMAIL PROTECTED]: (state = BLOCKED) > - java.lang.Thread.sleep(long) @bci=0 (Interpreted frame) > - org.quartz.core.QuartzSchedulerThread.run() @bci=870, line=420 > (Interpret

Re: Tomcat does not shutdown properly and kill -3 does not work!

2008-08-06 Thread Maduranga Kannangara
Peter and all, Earlier was from my MAC. This thread dump is from RedHat (production server). Your help is much appreciated. Attaching to process ID 12649, please wait... Debugger attached successfully. Client compiler detected. JVM version is 1.5.0_09-b01 Thread 12649: (state = BLOCKED) Threa

Re: Tomcat does not shutdown properly and kill -3 does not work!

2008-08-06 Thread Maduranga Kannangara
Thanks a lot Peter! I got a thread dump using "jstack 704" (PID was 704) I think I need a little more of your help to find out where exactly going wrong. Below is my dump and thanks a lot for your time. MadurangaMAC:bin Maduranga$ jstack 704 Attaching to process ID 704, please wait... Debugger att

RE: Tomcat does not shutdown properly and kill -3 does not work!

2008-08-06 Thread Peter Crowther
> From: Maduranga Kannangara [mailto:[EMAIL PROTECTED] > What I need simply is a clean shutdown on Tomcat :-) Yes. In order to *get* that clean shutdown, you need to find out what's preventing it :-). One common problem is that something in your webapp has created a thread and not marked it as

Re: Tomcat does not shutdown properly and kill -3 does not work!

2008-08-06 Thread Maduranga Kannangara
Hi, A friend of mine said it was not due to ActiveMQ that Tomcat does not shutdown properly, however I added a kill command to shutdown.sh script which is NOT good at all, I understand. In MAC (10.5) kill -3 seems working, but its a blind path which gets me nowhere. I do not get a trace of the

Re: Tomcat does not shutdown properly and kill -3 does not work!

2008-08-05 Thread Maduranga Kannangara
Tomcat: 5.5.20 JVM: Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b01) OS: Red Hat Enterprise Linux AS release 4 (Nahant Update 2) However, this also same behavior on OSX 10.5 as well. With JVM: Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-237) I need mo

RE: Tomcat does not shutdown properly and kill -3 does not work!

2008-08-05 Thread Peter Crowther
> From: Maduranga Kannangara [mailto:[EMAIL PROTECTED] > There is an issue with my Tomcat instance where I have to > kill it using 9 all the time. > > This is my application environment: > An active-mq queue is used inside my application war. > Tomcat version: 5.x > OS: Redhat Linux It would help

Tomcat does not shutdown properly and kill -3 does not work!

2008-08-05 Thread Maduranga Kannangara
Hello, There is an issue with my Tomcat instance where I have to kill it using ­9 all the time. This is my application environment: An active-mq queue is used inside my application war. Tomcat version: 5.x OS: Redhat Linux However I was unable to get trace using kill ­3 as I saw in some of the t