[Bug 597445] Re: tomcat6 will not shutdown in Ubuntu 10.04

Thierry Carrez thierry.carrez at ubuntu.com
Thu Jul 15 13:20:15 BST 2010


Two possibilities here: (1) Tomcat is still running for some reason or
(2) your test is flawed (for example, you're not accessing the system
you think you access). Could you check for (1) if tomcat is really still
running by running the following command locally on the server:

ps -ef | grep tomcat6

If Tomcat6 is running on that system it should return a line like:

tomcat6   1422     1  2 14:14 ?        00:00:03
/usr/lib/jvm/java-6-openjdk/bin/java
-Djava.util.logging.config.file=/var/lib/tomcat6/conf/logging.properties
-Djava.awt.headless=true -Xmx128M -XX:+UseConcMarkSweepGC
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.endorsed.dirs=/usr/share/tomcat6/endorsed -classpath
/usr/share/tomcat6/bin/bootstrap.jar -Dcatalina.base=/var/lib/tomcat6
-Dcatalina.home=/usr/share/tomcat6 -Djava.io.tmpdir=/tmp/tomcat6-tmp
org.apache.catalina.startup.Bootstrap start

You should also post the output of:

sudo netstat -tlp

which, if Tomcat6 is running, will return a line like:

tcp6       0      0 [::]:http-alt           [::]:*
LISTEN      1422/java

-- 
tomcat6 will not shutdown in Ubuntu 10.04
https://bugs.launchpad.net/bugs/597445
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.



More information about the Ubuntu-server-bugs mailing list