Re: Tomcat shudown does not kill java process

2009-11-17 Thread Mark Thomas
raj kumar wrote: > Hi , Please find my thread dump...and suggest me what;'s causing the issue. > > > "Thread-41" prio=5 tid=0x00319a68 nid=0x33 in Object.wait() > [0xd4181000..0xd41819c8] & > "Thread-40" prio=5 tid=0x0065c8c0 nid=0x32 in Object.wait() > [0xd4281000..0xd42819c8] and any thread

RE: Tomcat shudown does not kill java process

2009-11-17 Thread Gerhardus.Geldenhuis
ssage- From: raj kumar [mailto:bprajkumar...@gmail.com] Sent: 17 November 2009 10:01 To: users@tomcat.apache.org Subject: Tomcat shudown does not kill java process Hi friends, I am currently using Tomcat( jakarta-tomcat-5.0.28). When i shutdown the tomcat server from my unix platform using ./

Re: Tomcat shudown does not kill java process

2009-11-17 Thread raj kumar
Hi , Please find my thread dump...and suggest me what;'s causing the issue. "Thread-41" prio=5 tid=0x00319a68 nid=0x33 in Object.wait() [0xd4181000..0xd41819c8] at java.lang.Object.wait(Native Method) - waiting on <0xd941bdd8> (a BlockingQueue) at java.lang.Object.wait(Obj

Re: Tomcat shudown does not kill java process

2009-11-17 Thread raj kumar
After shutting down the tomcat server, java process remains running till i explicitly kill it. By the way how to take thread dump. Please help me with the command Thanks, Raj On Tue, Nov 17, 2009 at 3:57 PM, Pid wrote: > On 17/11/2009 10:01, raj kumar wrote: > >> Hi friends, >> >> I am currentl

Re: Tomcat shudown does not kill java process

2009-11-17 Thread Pid
On 17/11/2009 10:01, raj kumar wrote: Hi friends, I am currently using Tomcat( jakarta-tomcat-5.0.28). When i shutdown the tomcat server from my unix platform using ./shutdown.sh the java process is not getting closed.I need to close the process explicitly. Please help me in this regard. It do

Tomcat shudown does not kill java process

2009-11-17 Thread raj kumar
Hi friends, I am currently using Tomcat( jakarta-tomcat-5.0.28). When i shutdown the tomcat server from my unix platform using ./shutdown.sh the java process is not getting closed.I need to close the process explicitly. Please help me in this regard. Thanks, Phani.