Code:
Full thread dump Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode):
"Timer-1" daemon prio=1 tid=0x08108940 nid=0x78d9 in Object.wait() [0x9e689000..0x9e68a0b0]
at java.lang.Object.wait(Native Method)
- waiting on <0xa890c5c8> (a java.util.TaskQueue)
at java.lang.Object.wait(Object.java:474)
at java.util.TimerThread.mainLoop(Timer.java:483)
- locked <0xa890c5c8> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:462)
"Thread-163" daemon prio=1 tid=0x08108550 nid=0x78d8 waiting on condition [0x9e70a000..0x9e70b030]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:118)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1772)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:359)
at com.zimbra.cs.im.IMRouter.run(IMRouter.java:146)
at java.lang.Thread.run(Thread.java:595)
"IncomingDirectorySweeper" prio=1 tid=0x08231318 nid=0x78be in Object.wait() [0x9e78b000..0x9e78bfb0]
at java.lang.Object.wait(Native Method)
- waiting on <0xa8973d98> (a com.zimbra.cs.store.FileBlobStore$IncomingDirectorySweeper)
at com.zimbra.cs.store.FileBlobStore$IncomingDirectorySweeper.run(FileBlobStore.java:425)
- locked <0xa8973d98> (a com.zimbra.cs.store.FileBlobStore$IncomingDirectorySweeper)
"TcpWatchdog-1" daemon prio=1 tid=0x08228c58 nid=0x78b5 in Object.wait() [0x9e88d000..0x9e88deb0]
at java.lang.Object.wait(Native Method)
- waiting on <0xa8976788> (a EDU.oswego.cs.dl.util.concurrent.ClockDaemon)
at java.lang.Object.wait(Object.java:474)
at EDU.oswego.cs.dl.util.concurrent.ClockDaemon.nextTask(Unknown Source)
- locked <0xa8976788> (a EDU.oswego.cs.dl.util.concurrent.ClockDaemon)
at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(Unknown Source)
at java.lang.Thread.run(Thread.java:595)
"http-7071-Processor50" daemon prio=1 tid=0xa39432a0 nid=0x7758 runnable [0x9f170000..0x9f171130]
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
- locked <0xa858de60> (a java.net.SocksSocketImpl)
at java.net.ServerSocket.implAccept(ServerSocket.java:450)
at com.sun.net.ssl.internal.ssl.SSLServerSocketImpl.accept(SSLServerSocketImpl.java:259)
at org.apache.tomcat.util.net.jsse.JSSESocketFactory.acceptSocket(JSSESocketFactory.java:110)
at org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:406)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:70)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
"http-7071-Processor49" daemon prio=1 tid=0xa3942538 nid=0x7757 in Object.wait() [0x9f1f1000..0x9f1f20b0]
at java.lang.Object.wait(Native Method)
- waiting on <0xa897ae50> (a org.apache.tomcat.util.threads.ThreadPool$ControlRunnable)
at java.lang.Object.wait(Object.java:474)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:656)
- locked <0xa897ae50> (a org.apache.tomcat.util.threads.ThreadPool$ControlRunnable)
at java.lang.Thread.run(Thread.java:595)
"http-7071-Processor48" daemon prio=1 tid=0xa39417d0 nid=0x7756 in Object.wait() [0x9f272000..0x9f273030]
at java.lang.Object.wait(Native Method)
- waiting on <0xa897aee8> (a org.apache.tomcat.util.threads.ThreadPool$ControlRunnable)
at java.lang.Object.wait(Object.java:474)
at
Below that it appears to repeat the lines:
Code:
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:656)
- locked <0xa897b738> (a org.apache.tomcat.util.threads.ThreadPool$ControlRunnable)
at java.lang.Thread.run(Thread.java:595)
"http-7071-Processor33" daemon prio=1 tid=0xa3934f28 nid=0x7743 in Object.wait() [0x9fa01000..0x9fa020b0]
I also reattached the zip file...