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
Hi Probably not your problem but worth mentioning. If you options like: JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.port=5001 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false " that is CATALINA specific you should change it to CATALINA_OPTS="-

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