Guest User

tomcat thread dump

a guest
Aug 21st, 2014
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1.  
  2. "DestroyJavaVM" prio=6 tid=0x000000000d794800 nid=0xb3c waiting on condition [0x0000000000000000]
  3. java.lang.Thread.State: RUNNABLE
  4.  
  5. "pool-3-thread-1" prio=6 tid=0x000000000fee4800 nid=0x1680 waiting on condition [0x000000001004f000]
  6. java.lang.Thread.State: TIMED_WAITING (parking)
  7. at sun.misc.Unsafe.park(Native Method)
  8. - parking to wait for <0x00000007f7d786b0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  9. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  10. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
  11. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
  12. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
  13. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  14. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  15. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  16. at java.lang.Thread.run(Thread.java:744)
  17.  
  18. "Abandoned connection cleanup thread" daemon prio=6 tid=0x000000000fb50000 nid=0x108c in Object.wait() [0x000000000ef5f000]
  19. java.lang.Thread.State: TIMED_WAITING (on object monitor)
  20. at java.lang.Object.wait(Native Method)
  21. - waiting on <0x00000007f7f88288> (a java.lang.ref.ReferenceQueue$Lock)
  22. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
  23. - locked <0x00000007f7f88288> (a java.lang.ref.ReferenceQueue$Lock)
  24. at com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:40)
  25.  
  26. "Thread-1" daemon prio=6 tid=0x000000000d275000 nid=0x19ec runnable [0x000000000eb7f000]
  27. java.lang.Thread.State: RUNNABLE
  28. at sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
  29. at sun.nio.ch.Iocp.access$300(Iocp.java:46)
  30. at sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:333)
  31. at java.lang.Thread.run(Thread.java:744)
  32.  
  33. "GC Daemon" daemon prio=2 tid=0x000000000cb69000 nid=0x1574 in Object.wait() [0x000000000e29f000]
  34. java.lang.Thread.State: TIMED_WAITING (on object monitor)
  35. at java.lang.Object.wait(Native Method)
  36. - waiting on <0x000000078150cb78> (a sun.misc.GC$LatencyLock)
  37. at sun.misc.GC$Daemon.run(GC.java:117)
  38. - locked <0x000000078150cb78> (a sun.misc.GC$LatencyLock)
  39.  
  40. "Service Thread" daemon prio=6 tid=0x000000000ac78000 nid=0x128c runnable [0x0000000000000000]
  41. java.lang.Thread.State: RUNNABLE
  42.  
  43. "C2 CompilerThread1" daemon prio=10 tid=0x000000000ac69800 nid=0x1610 waiting on condition [0x0000000000000000]
  44. java.lang.Thread.State: RUNNABLE
  45.  
  46. "C2 CompilerThread0" daemon prio=10 tid=0x000000000ac64800 nid=0x1b7c waiting on condition [0x0000000000000000]
  47. java.lang.Thread.State: RUNNABLE
  48.  
  49. "Attach Listener" daemon prio=10 tid=0x000000000ac63800 nid=0x17b8 waiting on condition [0x0000000000000000]
  50. java.lang.Thread.State: RUNNABLE
  51.  
  52. "Signal Dispatcher" daemon prio=10 tid=0x000000000ac60800 nid=0xfc4 runnable [0x0000000000000000]
  53. java.lang.Thread.State: RUNNABLE
  54.  
  55. "Finalizer" daemon prio=8 tid=0x000000000ac2f800 nid=0x1b0c in Object.wait() [0x000000000bfcf000]
  56. java.lang.Thread.State: WAITING (on object monitor)
  57. at java.lang.Object.wait(Native Method)
  58. - waiting on <0x000000078170a838> (a java.lang.ref.ReferenceQueue$Lock)
  59. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
  60. - locked <0x000000078170a838> (a java.lang.ref.ReferenceQueue$Lock)
  61. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
  62. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
  63.  
  64. "Reference Handler" daemon prio=10 tid=0x000000000ac24800 nid=0x19c8 in Object.wait() [0x000000000bece000]
  65. java.lang.Thread.State: WAITING (on object monitor)
  66. at java.lang.Object.wait(Native Method)
  67. - waiting on <0x000000078170a328> (a java.lang.ref.Reference$Lock)
  68. at java.lang.Object.wait(Object.java:503)
  69. at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
  70. - locked <0x000000078170a328> (a java.lang.ref.Reference$Lock)
  71.  
  72. "VM Thread" prio=10 tid=0x000000000ac23000 nid=0x894 runnable
  73.  
  74. "GC task thread#0 (ParallelGC)" prio=6 tid=0x0000000002857000 nid=0x13f4 runnable
  75.  
  76. "GC task thread#1 (ParallelGC)" prio=6 tid=0x0000000002859000 nid=0x104c runnable
  77.  
  78. "GC task thread#2 (ParallelGC)" prio=6 tid=0x000000000285a800 nid=0x199c runnable
  79.  
  80. "GC task thread#3 (ParallelGC)" prio=6 tid=0x000000000285c800 nid=0x1344 runnable
  81.  
  82. "VM Periodic Task Thread" prio=10 tid=0x000000000ac82800 nid=0xe60 waiting on condition
  83.  
  84. JNI global references: 177
Add Comment
Please, Sign In to add comment