Thanks for that help,
I did a ./shtdown.sh, then a kill -3 on my tomcatpid, i pasted below the
dump i get in tomcat logs. What does this mean? Excuse me for my ignoranc!
My problem is just that i'd like to be able to use shutdown.sh in an
automatic script without needing to manually check the process and kill it.
Regards,
Phil
==> /opt/apache-tomcat-5.5.12/logs/catalina.out <==
Full thread dump Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode,
sharing):
"DestroyJavaVM" prio=1 tid=0xae81a8f8 nid=0x19ef waiting on condition
[0x00000000..0xbfffd450]
"TP-Processor4" daemon prio=1 tid=0xb1932440 nid=0x1a1e in Object.wait()
[0xb04e5000..0xb04e6130]
at java.lang.Object.wait(Native Method)
- waiting on <0x89fae368> (a org.apache.jk.common.ChannelSocket)
at java.lang.Object.wait(Object.java:474)
at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:287)
- locked <0x89fae368> (a org.apache.jk.common.ChannelSocket)
at
org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:637)
at
org.apache.jk.common.ChannelSocket$SocketAcceptor.runIt(ChannelSocket.java:847)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
"http-8080-Processor24" daemon prio=1 tid=0xae885f28 nid=0x1a18 waiting
on condition [0xb07eb000..0xb07ebe30]
at java.lang.Thread.sleep(Native Method)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:61)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
"Eyebrowse Indexer" prio=1 tid=0x085e80a0 nid=0x19f7 waiting on
condition [0xb1afa000..0xb1afa1b0]
at java.lang.Thread.sleep(Native Method)
at
org.tigris.eyebrowse.servlets.IndexerServlet$UpdateRunner.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:595)
"Low Memory Detector" daemon prio=1 tid=0x080a39d8 nid=0x19f5 runnable
[0x00000000..0x00000000]
"CompilerThread0" daemon prio=1 tid=0x080a2478 nid=0x19f4 waiting on
condition [0x00000000..0xb23c4a18]
"Signal Dispatcher" daemon prio=1 tid=0x080a1548 nid=0x19f3 runnable
[0x00000000..0x00000000]
"Finalizer" daemon prio=1 tid=0x0809a778 nid=0x19f2 in Object.wait()
[0xb26c6000..0xb26c6f30]
at java.lang.Object.wait(Native Method)
- waiting on <0x89151b60> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
- locked <0x89151b60> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
"Reference Handler" daemon prio=1 tid=0x08099a68 nid=0x19f1 in
Object.wait() [0xb2747000..0xb2747eb0]
at java.lang.Object.wait(Native Method)
- waiting on <0x89151be0> (a java.lang.ref.Reference$Lock)
at java.lang.Object.wait(Object.java:474)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
- locked <0x89151be0> (a java.lang.ref.Reference$Lock)
"VM Thread" prio=1 tid=0x08096f18 nid=0x19f0 runnable
"VM Periodic Task Thread" prio=1 tid=0x080a4e78 nid=0x19f6 waiting on
condition
Tim Funk wrote:
http://tomcat.apache.org/faq/misc.html#stop
-Tim
philguillard wrote:
Hi,
Launching the script shutdown.sh doesn't shutdown my tomcat 5.5.12.
Any idea?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]