Re: How to get java process id of a user running tomcat

2009-12-01 Thread raj kumar
> If you found direct API in Java, please inform. > > Thanks & Regards > Anirban Talukdar > > On Wed, Dec 2, 2009 at 12:00 PM, raj kumar > wrote: > > > Hi friends, > > > > When i ran tomcat and shut it down my java process is not closing along >

How to get java process id of a user running tomcat

2009-12-01 Thread raj kumar
Hi friends, When i ran tomcat and shut it down my java process is not closing along with shutdown.i need to kill it explicitly. So I would like to know how to identify the java process of the logged in user who started the server. so that i can kill the process id from the shutdown.sh script itse

Re: Tomcat shudown does not kill java process

2009-11-17 Thread raj kumar
.run(Reference.java:115) - locked <0xd8d455f8> (a java.lang.ref.Reference$Lock) "VM Thread" prio=5 tid=0x000ea998 nid=0x4 runnable "VM Periodic Task Thread" prio=10 tid=0x000f32e0 nid=0xa waiting on condition "Suspend Checker Thread" prio=10 tid=0x000ef018

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

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.

Re: java.lang.UnsupportedClassVersionError

2009-09-17 Thread Phani Raj Kumar
Thanks peter, Actually JDK was pointing to 1.4 so was not working. After it is changed to 1.6 it is now working fine. On Thu, Sep 17, 2009 at 12:35 PM, Peter Crowther < peter.crowt...@melandra.com> wrote: > 2009/9/17 Phani Raj Kumar > > > Excepti

java.lang.UnsupportedClassVersionError

2009-09-16 Thread Phani Raj Kumar
Hi Friends, I tried to upgrade my tomcat server from 5.x to 6.x, when i started the server am getting the following error. Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/catalina/startup/Bootstrap (Unsupported major.minor version 49.0) My tomcat version: apache-to

ThreadPool logFull issue

2009-09-16 Thread Phani Raj Kumar
Hi Friends, I have found an exception( org.apache.tomcat.util.threads.ThreadPool logFull SEVERE: All threads (150) are currently busy, waiting. Increase maxThreads (150) ) in my Tomcat server in last weekend. Ideall no body was using the application that time and this error came up. Could you p

Re: 100% CPU by java process in Tomcat

2009-08-20 Thread Phani Raj Kumar
ending on OS and JDK > version), what's running? > > - Peter > > 2009/8/20 Phani Raj Kumar > > > Hi friends, > > > > When i tried to run tomcat server with a web application in it, it is > > taking > > 100% cpu on application initialization. It