On 22/03/2013 22:22, Robinson, Eric wrote:
> Dan said:
>> Take a full thread dump of the PID.  Linux kill -3, if 
>> Windows CTRL+BREAK if you have a console window open.  
>>
> 
> Mark said:
>> 2. Thread dumps
>>
> 
> So I tried kill -3 but it does nothing. The process ignores me like it owes 
> me child support. I notice that it is in sleep state S1 if that matters. 
> Below is the full output from 'ps ax'
> 
> 
> 18499 ?        Sl     1:45 /usr/java/jdk1.6.0_21/bin/java -Xms16M -Xmx192M 
> -Djvm=tomcat6_003 -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true 
> -Duser.timezone=US/Pacific -Xloggc:/alley/site003/tomcat6/logs/gc.log 
> -XX:+PrintGCDateStamps -XX:+PrintGCDetails 
> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
> -Djava.util.logging.config.file=/alley/site003/tomcat6/conf/logging.properties
>  -Djava.endorsed.dirs=/alley/site003/tomcat6/endorsed -classpath 
> :/alley/site003/tomcat6/bin/bootstrap.jar 
> -Dcatalina.base=/alley/site003/tomcat6 -Dcatalina.home=/alley/site003/tomcat6 
> -Djava.io.tmpdir=/alley/site003/tomcat6/temp 
> org.apache.catalina.startup.Bootstrap start
> 
> 
> Any thoughts on why kill won't kill it?

RTFM

kill -3 doesn't kill the process it generates a thread dump to stdout.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to