Advertisement
Guest User

threaddump

a guest
Sep 26th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 145.38 KB | None | 0 0
  1. =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2013.09.26 23:56:52 =~=~=~=~=~=~=~=~=~=~=~=
  2. ./asadmin generate-jvm-report --type=thread --port 13048 > threadDump.log> threadDump.log
  3. Enter admin user name> admin
  4. Enter admin password for user "admin">
  5. Full Java Thread Dump Java HotSpot(TM) 64-Bit Server VM 20.14-b01 Sun Microsystems Inc.
  6. Number of threads: 114
  7. Number of daemon threads: 94
  8. Peak live thread count since the Java virtual machine started or peak was reset: 117
  9. Is support for thread contention monitoring available on this JVM? [true]
  10. Is thread contention monitoring enabled? [false]. If false, some thread synchronization statistics are not be available.
  11. Is support for CPU time measurement for any thread available on this JVM? [true]
  12. Is thread CPU time measurement enabled? [true]. If false, thread execution times are not available for any thread.
  13. --------------------------------------------------------------------------------
  14. Thread Execution Information:
  15. -----------------------
  16. Thread "admin-thread-pool-13048(5)" thread-id: 355 thread-state: RUNNABLE
  17. at: sun.management.ThreadImpl.getThreadInfo1(Native Method)
  18. at: sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:154)
  19. at: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  21. at: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  22. at: java.lang.reflect.Method.invoke(Method.java:597)
  23. at: com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn(ConvertingMethod.java:167)
  24. at: com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2(MXBeanIntrospector.java:96)
  25. at: com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2(MXBeanIntrospector.java:33)
  26. at: com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:208)
  27. at: com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:120)
  28. at: com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)
  29. at: javax.management.StandardMBean.invoke(StandardMBean.java:391)
  30. at: com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
  31. at: com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)
  32. at: com.sun.enterprise.v3.admin.DynamicInterceptor.invoke(DynamicInterceptor.java:387)
  33. at: com.sun.jmx.mbeanserver.MXBeanProxy$InvokeHandler.invoke(MXBeanProxy.java:134)
  34. at: com.sun.jmx.mbeanserver.MXBeanProxy.invoke(MXBeanProxy.java:148)
  35. at: javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:248)
  36. at: com.sun.proxy.$Proxy442.getThreadInfo(Unknown Source)
  37. at: com.sun.enterprise.v3.admin.commands.ThreadMonitor.getThreadDump(ThreadMonitor.java:89)
  38. at: com.sun.enterprise.v3.admin.commands.GenerateJvmReportCommand.getResult(GenerateJvmReportCommand.java:98)
  39. at: com.sun.enterprise.v3.admin.commands.GenerateJvmReportCommand.execute(GenerateJvmReportCommand.java:85)
  40. at: com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:355)
  41. at: com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:370)
  42. at: com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1064)
  43. at: com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:96)
  44. at: com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1244)
  45. at: com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1232)
  46. at: com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:459)
  47. at: com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:209)
  48. at: com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:168)
  49. at: com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117)
  50. at: com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:238)
  51. at: com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:828)
  52. at: com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:725)
  53. at: com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1019)
  54. at: com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:225)
  55. at: com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
  56. at: com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
  57. at: com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
  58. at: com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
  59. at: com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
  60. at: com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
  61. at: com.sun.grizzly.ContextTask.run(ContextTask.java:71)
  62. at: com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
  63. at: com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
  64. at: java.lang.Thread.run(Thread.java:662)
  65. Thread Synchronization Statistics:
  66. -----------------------
  67. Number of times this thread was blocked (to enter/reenter a Monitor): 3
  68. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 3
  69. Total CPU time for this thread: 1 seconds 868,251,044 nanoseconds.
  70. User-level CPU time for this thread: 1 seconds 868,251,044 nanoseconds.
  71. Object Monitors currently held or requested by this thread: []
  72. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  73. --------------------------------------------------------------------------------
  74. Thread Execution Information:
  75. -----------------------
  76. Thread "admin-thread-pool-13048(4)" thread-id: 354 thread-state: TIMED_WAITING Waiting on lock: java.lang.Object@7c3e0620
  77. at: java.lang.Object.wait(Native Method)
  78. at: com.sun.grizzly.util.SyncThreadPool$SyncThreadWorker.getTask(SyncThreadPool.java:374)
  79. at: com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:524)
  80. at: com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
  81. at: java.lang.Thread.run(Thread.java:662)
  82. Thread Synchronization Statistics:
  83. -----------------------
  84. Number of times this thread was blocked (to enter/reenter a Monitor): 3
  85. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 4
  86. Total CPU time for this thread: 0 seconds 182,819,766 nanoseconds.
  87. User-level CPU time for this thread: 0 seconds 182,819,766 nanoseconds.
  88. Object Monitors currently held or requested by this thread: []
  89. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  90. --------------------------------------------------------------------------------
  91. Thread Execution Information:
  92. -----------------------
  93. Thread "admin-thread-pool-13048(3)" thread-id: 353 thread-state: TIMED_WAITING Waiting on lock: java.lang.Object@7c3e0620
  94. at: java.lang.Object.wait(Native Method)
  95. at: com.sun.grizzly.util.SyncThreadPool$SyncThreadWorker.getTask(SyncThreadPool.java:374)
  96. at: com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:524)
  97. at: com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
  98. at: java.lang.Thread.run(Thread.java:662)
  99. Thread Synchronization Statistics:
  100. -----------------------
  101. Number of times this thread was blocked (to enter/reenter a Monitor): 3
  102. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 4
  103. Total CPU time for this thread: 0 seconds 64,707,670 nanoseconds.
  104. User-level CPU time for this thread: 0 seconds 64,707,670 nanoseconds.
  105. Object Monitors currently held or requested by this thread: []
  106. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  107. --------------------------------------------------------------------------------
  108. Thread Execution Information:
  109. -----------------------
  110. Thread "admin-thread-pool-13048(2)" thread-id: 352 thread-state: TIMED_WAITING Waiting on lock: java.lang.Object@7c3e0620
  111. at: java.lang.Object.wait(Native Method)
  112. at: com.sun.grizzly.util.SyncThreadPool$SyncThreadWorker.getTask(SyncThreadPool.java:374)
  113. at: com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:524)
  114. at: com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
  115. at: java.lang.Thread.run(Thread.java:662)
  116. Thread Synchronization Statistics:
  117. -----------------------
  118. Number of times this thread was blocked (to enter/reenter a Monitor): 3
  119. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 4
  120. Total CPU time for this thread: 0 seconds 206,596,197 nanoseconds.
  121. User-level CPU time for this thread: 0 seconds 206,596,197 nanoseconds.
  122. Object Monitors currently held or requested by this thread: []
  123. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  124. --------------------------------------------------------------------------------
  125. Thread Execution Information:
  126. -----------------------
  127. Thread "Ejb-Timer-Thread-31" thread-id: 310 thread-state: TIMED_WAITING Waiting on lock: java.util.concurrent.SynchronousQueue$TransferStack@e608500
  128. at: sun.misc.Unsafe.park(Native Method)
  129. at: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:196)
  130. at: java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:424)
  131. at: java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:323)
  132. at: java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:874)
  133. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:955)
  134. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  135. at: java.lang.Thread.run(Thread.java:662)
  136. Thread Synchronization Statistics:
  137. -----------------------
  138. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  139. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 167
  140. Total CPU time for this thread: 4 seconds 23,203,267 nanoseconds.
  141. User-level CPU time for this thread: 4 seconds 23,203,267 nanoseconds.
  142. Object Monitors currently held or requested by this thread: []
  143. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  144. --------------------------------------------------------------------------------
  145. Thread Execution Information:
  146. -----------------------
  147. Thread "pool-26-thread-1" thread-id: 188 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4c045e99
  148. at: sun.misc.Unsafe.park(Native Method)
  149. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  150. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  151. at: java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:322)
  152. at: org.jvnet.hk2.config.Transactions$Notifier$1.run(Transactions.java:163)
  153. at: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
  154. at: java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  155. at: java.util.concurrent.FutureTask.run(FutureTask.java:138)
  156. at: java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
  157. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
  158. at: java.lang.Thread.run(Thread.java:662)
  159. Thread Synchronization Statistics:
  160. -----------------------
  161. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  162. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 12
  163. Total CPU time for this thread: 0 seconds 1,600,655 nanoseconds.
  164. User-level CPU time for this thread: 0 seconds 1,600,655 nanoseconds.
  165. Object Monitors currently held or requested by this thread: []
  166. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  167. --------------------------------------------------------------------------------
  168. Thread Execution Information:
  169. -----------------------
  170. Thread "pool-25-thread-1" thread-id: 187 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@32deb5cc
  171. at: sun.misc.Unsafe.park(Native Method)
  172. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  173. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  174. at: java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:322)
  175. at: org.jvnet.hk2.config.Transactions$Notifier$1.run(Transactions.java:163)
  176. at: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
  177. at: java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  178. at: java.util.concurrent.FutureTask.run(FutureTask.java:138)
  179. at: java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
  180. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
  181. at: java.lang.Thread.run(Thread.java:662)
  182. Thread Synchronization Statistics:
  183. -----------------------
  184. Number of times this thread was blocked (to enter/reenter a Monitor): 1
  185. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 12
  186. Total CPU time for this thread: 0 seconds 2,617,069 nanoseconds.
  187. User-level CPU time for this thread: 0 seconds 2,617,069 nanoseconds.
  188. Object Monitors currently held or requested by this thread: []
  189. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  190. --------------------------------------------------------------------------------
  191. Thread Execution Information:
  192. -----------------------
  193. Thread "pool-24-thread-1" thread-id: 186 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3b717e2b
  194. at: sun.misc.Unsafe.park(Native Method)
  195. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  196. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  197. at: java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:322)
  198. at: org.jvnet.hk2.config.Transactions$Notifier$1.run(Transactions.java:163)
  199. at: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
  200. at: java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  201. at: java.util.concurrent.FutureTask.run(FutureTask.java:138)
  202. at: java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
  203. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
  204. at: java.lang.Thread.run(Thread.java:662)
  205. Thread Synchronization Statistics:
  206. -----------------------
  207. Number of times this thread was blocked (to enter/reenter a Monitor): 1
  208. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 13
  209. Total CPU time for this thread: 0 seconds 2,409,966 nanoseconds.
  210. User-level CPU time for this thread: 0 seconds 2,409,966 nanoseconds.
  211. Object Monitors currently held or requested by this thread: []
  212. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  213. --------------------------------------------------------------------------------
  214. Thread Execution Information:
  215. -----------------------
  216. Thread "pool-23-thread-1" thread-id: 185 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1812578a
  217. at: sun.misc.Unsafe.park(Native Method)
  218. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  219. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  220. at: java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:322)
  221. at: org.jvnet.hk2.config.Transactions$Notifier$1.run(Transactions.java:163)
  222. at: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
  223. at: java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  224. at: java.util.concurrent.FutureTask.run(FutureTask.java:138)
  225. at: java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
  226. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
  227. at: java.lang.Thread.run(Thread.java:662)
  228. Thread Synchronization Statistics:
  229. -----------------------
  230. Number of times this thread was blocked (to enter/reenter a Monitor): 1
  231. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 12
  232. Total CPU time for this thread: 0 seconds 2,257,249 nanoseconds.
  233. User-level CPU time for this thread: 0 seconds 2,257,249 nanoseconds.
  234. Object Monitors currently held or requested by this thread: []
  235. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  236. --------------------------------------------------------------------------------
  237. Thread Execution Information:
  238. -----------------------
  239. Thread "pool-22-thread-1" thread-id: 184 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5c31315e
  240. at: sun.misc.Unsafe.park(Native Method)
  241. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  242. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  243. at: java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:322)
  244. at: org.jvnet.hk2.config.Transactions$Notifier$1.run(Transactions.java:163)
  245. at: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
  246. at: java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  247. at: java.util.concurrent.FutureTask.run(FutureTask.java:138)
  248. at: java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
  249. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
  250. at: java.lang.Thread.run(Thread.java:662)
  251. Thread Synchronization Statistics:
  252. -----------------------
  253. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  254. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 12
  255. Total CPU time for this thread: 0 seconds 3,421,281 nanoseconds.
  256. User-level CPU time for this thread: 0 seconds 3,421,281 nanoseconds.
  257. Object Monitors currently held or requested by this thread: []
  258. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  259. --------------------------------------------------------------------------------
  260. Thread Execution Information:
  261. -----------------------
  262. Thread "Grizzly" thread-id: 183 thread-state: TIMED_WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@21a0419b
  263. at: sun.misc.Unsafe.park(Native Method)
  264. at: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:196)
  265. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2025)
  266. at: java.util.concurrent.DelayQueue.take(DelayQueue.java:164)
  267. at: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609)
  268. at: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602)
  269. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  270. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  271. at: java.lang.Thread.run(Thread.java:662)
  272. Thread Synchronization Statistics:
  273. -----------------------
  274. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  275. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1,813
  276. Total CPU time for this thread: 0 seconds 395,066,898 nanoseconds.
  277. User-level CPU time for this thread: 0 seconds 395,066,898 nanoseconds.
  278. Object Monitors currently held or requested by this thread: []
  279. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  280. --------------------------------------------------------------------------------
  281. Thread Execution Information:
  282. -----------------------
  283. Thread "admin-thread-pool-13048(1)" thread-id: 182 thread-state: TIMED_WAITING Waiting on lock: java.lang.Object@7c3e0620
  284. at: java.lang.Object.wait(Native Method)
  285. at: com.sun.grizzly.util.SyncThreadPool$SyncThreadWorker.getTask(SyncThreadPool.java:374)
  286. at: com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:524)
  287. at: com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
  288. at: java.lang.Thread.run(Thread.java:662)
  289. Thread Synchronization Statistics:
  290. -----------------------
  291. Number of times this thread was blocked (to enter/reenter a Monitor): 4
  292. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 34
  293. Total CPU time for this thread: 0 seconds 348,497,268 nanoseconds.
  294. User-level CPU time for this thread: 0 seconds 348,497,268 nanoseconds.
  295. Object Monitors currently held or requested by this thread: []
  296. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  297. --------------------------------------------------------------------------------
  298. Thread Execution Information:
  299. -----------------------
  300. Thread "SelectorThread" thread-id: 68 thread-state: RUNNABLE Running in native
  301. at: sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)
  302. at: sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:170)
  303. at: sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:68)
  304. at: sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:69)
  305. at: sun.nio.ch.SelectorImpl.select(SelectorImpl.java:80)
  306. at: com.sun.corba.ee.impl.transport.SelectorImpl.run(SelectorImpl.java:303)
  307. Thread Synchronization Statistics:
  308. -----------------------
  309. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  310. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 0
  311. Total CPU time for this thread: 0 seconds 32,261,006 nanoseconds.
  312. User-level CPU time for this thread: 0 seconds 32,261,006 nanoseconds.
  313. Object Monitors currently held or requested by this thread: []
  314. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  315. --------------------------------------------------------------------------------
  316. Thread Execution Information:
  317. -----------------------
  318. Thread "SystemTimerPool" thread-id: 148 thread-state: WAITING Waiting on lock: com.sun.identity.common.TimerPool$WorkerThread@2033385c
  319. at: java.lang.Object.wait(Native Method)
  320. at: java.lang.Object.wait(Object.java:485)
  321. at: com.sun.identity.common.TimerPool$WorkerThread.run(TimerPool.java:408)
  322. Thread Synchronization Statistics:
  323. -----------------------
  324. Number of times this thread was blocked (to enter/reenter a Monitor): 35
  325. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 36
  326. Total CPU time for this thread: 0 seconds 6,476,755 nanoseconds.
  327. User-level CPU time for this thread: 0 seconds 6,476,755 nanoseconds.
  328. Object Monitors currently held or requested by this thread: []
  329. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  330. --------------------------------------------------------------------------------
  331. Thread Execution Information:
  332. -----------------------
  333. Thread "SystemTimerPool" thread-id: 147 thread-state: WAITING Waiting on lock: com.sun.identity.common.TimerPool$WorkerThread@2b93088
  334. at: java.lang.Object.wait(Native Method)
  335. at: java.lang.Object.wait(Object.java:485)
  336. at: com.sun.identity.common.TimerPool$WorkerThread.run(TimerPool.java:408)
  337. Thread Synchronization Statistics:
  338. -----------------------
  339. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  340. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1
  341. Total CPU time for this thread: 0 seconds 544,422 nanoseconds.
  342. User-level CPU time for this thread: 0 seconds 544,422 nanoseconds.
  343. Object Monitors currently held or requested by this thread: []
  344. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  345. --------------------------------------------------------------------------------
  346. Thread Execution Information:
  347. -----------------------
  348. Thread "SystemTimerPool" thread-id: 146 thread-state: WAITING Waiting on lock: com.sun.identity.common.TimerPool$WorkerThread@4c21321d
  349. at: java.lang.Object.wait(Native Method)
  350. at: java.lang.Object.wait(Object.java:485)
  351. at: com.sun.identity.common.TimerPool$WorkerThread.run(TimerPool.java:408)
  352. Thread Synchronization Statistics:
  353. -----------------------
  354. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  355. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1
  356. Total CPU time for this thread: 0 seconds 638,383 nanoseconds.
  357. User-level CPU time for this thread: 0 seconds 638,383 nanoseconds.
  358. Object Monitors currently held or requested by this thread: []
  359. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  360. --------------------------------------------------------------------------------
  361. Thread Execution Information:
  362. -----------------------
  363. Thread "SystemTimerPool-Scheduler" thread-id: 145 thread-state: TIMED_WAITING Waiting on lock: com.sun.identity.common.TimerPool$Scheduler@176134f7
  364. at: java.lang.Object.wait(Native Method)
  365. at: com.sun.identity.common.TimerPool$Scheduler.run(TimerPool.java:626)
  366. Thread Synchronization Statistics:
  367. -----------------------
  368. Number of times this thread was blocked (to enter/reenter a Monitor): 36
  369. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 72
  370. Total CPU time for this thread: 0 seconds 10,170,451 nanoseconds.
  371. User-level CPU time for this thread: 0 seconds 10,170,451 nanoseconds.
  372. Object Monitors currently held or requested by this thread: []
  373. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  374. --------------------------------------------------------------------------------
  375. Thread Execution Information:
  376. -----------------------
  377. Thread "SystemTimer" thread-id: 144 thread-state: WAITING Waiting on lock: com.sun.identity.common.TimerPool$WorkerThread@6edc501e
  378. at: java.lang.Object.wait(Native Method)
  379. at: java.lang.Object.wait(Object.java:485)
  380. at: com.sun.identity.common.TimerPool$WorkerThread.run(TimerPool.java:408)
  381. Thread Synchronization Statistics:
  382. -----------------------
  383. Number of times this thread was blocked (to enter/reenter a Monitor): 358
  384. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 360
  385. Total CPU time for this thread: 1 seconds 824,258,909 nanoseconds.
  386. User-level CPU time for this thread: 1 seconds 824,258,909 nanoseconds.
  387. Object Monitors currently held or requested by this thread: []
  388. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  389. --------------------------------------------------------------------------------
  390. Thread Execution Information:
  391. -----------------------
  392. Thread "SystemTimer-Scheduler" thread-id: 143 thread-state: TIMED_WAITING Waiting on lock: com.sun.identity.common.TimerPool$Scheduler@42101a6e
  393. at: java.lang.Object.wait(Native Method)
  394. at: com.sun.identity.common.TimerPool$Scheduler.run(TimerPool.java:626)
  395. Thread Synchronization Statistics:
  396. -----------------------
  397. Number of times this thread was blocked (to enter/reenter a Monitor): 354
  398. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 711
  399. Total CPU time for this thread: 0 seconds 69,697,235 nanoseconds.
  400. User-level CPU time for this thread: 0 seconds 69,697,235 nanoseconds.
  401. Object Monitors currently held or requested by this thread: []
  402. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  403. --------------------------------------------------------------------------------
  404. Thread Execution Information:
  405. -----------------------
  406. Thread "http-thread-pool-13080(5)" thread-id: 140 thread-state: WAITING Waiting on lock: maskedclasses.LinkedTransferQueue@2f374da4
  407. at: sun.misc.Unsafe.park(Native Method)
  408. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  409. at: maskedclasses.LinkedTransferQueue.awaitMatch(LinkedTransferQueue.java:724)
  410. at: maskedclasses.LinkedTransferQueue.xfer(LinkedTransferQueue.java:633)
  411. at: maskedclasses.LinkedTransferQueue.take(LinkedTransferQueue.java:1083)
  412. at: com.sun.grizzly.util.FixedThreadPool$BasicWorker.getTask(FixedThreadPool.java:239)
  413. at: com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:524)
  414. at: com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
  415. at: java.lang.Thread.run(Thread.java:662)
  416. Thread Synchronization Statistics:
  417. -----------------------
  418. Number of times this thread was blocked (to enter/reenter a Monitor): 2
  419. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 13
  420. Total CPU time for this thread: 14 seconds 970,742,454 nanoseconds.
  421. User-level CPU time for this thread: 14 seconds 970,742,454 nanoseconds.
  422. Object Monitors currently held or requested by this thread: []
  423. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  424. --------------------------------------------------------------------------------
  425. Thread Execution Information:
  426. -----------------------
  427. Thread "http-thread-pool-13080(4)" thread-id: 139 thread-state: WAITING Waiting on lock: maskedclasses.LinkedTransferQueue@2f374da4
  428. at: sun.misc.Unsafe.park(Native Method)
  429. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  430. at: maskedclasses.LinkedTransferQueue.awaitMatch(LinkedTransferQueue.java:724)
  431. at: maskedclasses.LinkedTransferQueue.xfer(LinkedTransferQueue.java:633)
  432. at: maskedclasses.LinkedTransferQueue.take(LinkedTransferQueue.java:1083)
  433. at: com.sun.grizzly.util.FixedThreadPool$BasicWorker.getTask(FixedThreadPool.java:239)
  434. at: com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:524)
  435. at: com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
  436. at: java.lang.Thread.run(Thread.java:662)
  437. Thread Synchronization Statistics:
  438. -----------------------
  439. Number of times this thread was blocked (to enter/reenter a Monitor): 1
  440. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 17
  441. Total CPU time for this thread: 0 seconds 964,447,298 nanoseconds.
  442. User-level CPU time for this thread: 0 seconds 964,447,298 nanoseconds.
  443. Object Monitors currently held or requested by this thread: []
  444. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  445. --------------------------------------------------------------------------------
  446. Thread Execution Information:
  447. -----------------------
  448. Thread "http-thread-pool-13080(3)" thread-id: 138 thread-state: WAITING Waiting on lock: maskedclasses.LinkedTransferQueue@2f374da4
  449. at: sun.misc.Unsafe.park(Native Method)
  450. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  451. at: maskedclasses.LinkedTransferQueue.awaitMatch(LinkedTransferQueue.java:724)
  452. at: maskedclasses.LinkedTransferQueue.xfer(LinkedTransferQueue.java:633)
  453. at: maskedclasses.LinkedTransferQueue.take(LinkedTransferQueue.java:1083)
  454. at: com.sun.grizzly.util.FixedThreadPool$BasicWorker.getTask(FixedThreadPool.java:239)
  455. at: com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:524)
  456. at: com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
  457. at: java.lang.Thread.run(Thread.java:662)
  458. Thread Synchronization Statistics:
  459. -----------------------
  460. Number of times this thread was blocked (to enter/reenter a Monitor): 1
  461. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 10
  462. Total CPU time for this thread: 22 seconds 51,922,163 nanoseconds.
  463. User-level CPU time for this thread: 22 seconds 51,922,163 nanoseconds.
  464. Object Monitors currently held or requested by this thread: []
  465. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  466. --------------------------------------------------------------------------------
  467. Thread Execution Information:
  468. -----------------------
  469. Thread "http-thread-pool-13080(2)" thread-id: 137 thread-state: WAITING Waiting on lock: maskedclasses.LinkedTransferQueue@2f374da4
  470. at: sun.misc.Unsafe.park(Native Method)
  471. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  472. at: maskedclasses.LinkedTransferQueue.awaitMatch(LinkedTransferQueue.java:724)
  473. at: maskedclasses.LinkedTransferQueue.xfer(LinkedTransferQueue.java:633)
  474. at: maskedclasses.LinkedTransferQueue.take(LinkedTransferQueue.java:1083)
  475. at: com.sun.grizzly.util.FixedThreadPool$BasicWorker.getTask(FixedThreadPool.java:239)
  476. at: com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:524)
  477. at: com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
  478. at: java.lang.Thread.run(Thread.java:662)
  479. Thread Synchronization Statistics:
  480. -----------------------
  481. Number of times this thread was blocked (to enter/reenter a Monitor): 1
  482. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 13
  483. Total CPU time for this thread: 6 seconds 482,981,272 nanoseconds.
  484. User-level CPU time for this thread: 6 seconds 482,981,272 nanoseconds.
  485. Object Monitors currently held or requested by this thread: []
  486. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  487. --------------------------------------------------------------------------------
  488. Thread Execution Information:
  489. -----------------------
  490. Thread "http-thread-pool-13080(1)" thread-id: 136 thread-state: WAITING Waiting on lock: maskedclasses.LinkedTransferQueue@2f374da4
  491. at: sun.misc.Unsafe.park(Native Method)
  492. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  493. at: maskedclasses.LinkedTransferQueue.awaitMatch(LinkedTransferQueue.java:724)
  494. at: maskedclasses.LinkedTransferQueue.xfer(LinkedTransferQueue.java:633)
  495. at: maskedclasses.LinkedTransferQueue.take(LinkedTransferQueue.java:1083)
  496. at: com.sun.grizzly.util.FixedThreadPool$BasicWorker.getTask(FixedThreadPool.java:239)
  497. at: com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:524)
  498. at: com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
  499. at: java.lang.Thread.run(Thread.java:662)
  500. Thread Synchronization Statistics:
  501. -----------------------
  502. Number of times this thread was blocked (to enter/reenter a Monitor): 1
  503. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 12
  504. Total CPU time for this thread: 0 seconds 815,880,173 nanoseconds.
  505. User-level CPU time for this thread: 0 seconds 815,880,173 nanoseconds.
  506. Object Monitors currently held or requested by this thread: []
  507. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  508. --------------------------------------------------------------------------------
  509. Thread Execution Information:
  510. -----------------------
  511. Thread "pool-20-thread-1" thread-id: 132 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@57ca6233
  512. at: sun.misc.Unsafe.park(Native Method)
  513. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  514. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  515. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  516. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  517. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  518. at: java.lang.Thread.run(Thread.java:662)
  519. Thread Synchronization Statistics:
  520. -----------------------
  521. Number of times this thread was blocked (to enter/reenter a Monitor): 3
  522. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 9
  523. Total CPU time for this thread: 0 seconds 8,029,500 nanoseconds.
  524. User-level CPU time for this thread: 0 seconds 8,029,500 nanoseconds.
  525. Object Monitors currently held or requested by this thread: []
  526. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  527. --------------------------------------------------------------------------------
  528. Thread Execution Information:
  529. -----------------------
  530. Thread "SCR Component Actor" thread-id: 130 thread-state: WAITING Waiting on lock: java.util.LinkedList@27f52f4c
  531. at: java.lang.Object.wait(Native Method)
  532. at: java.lang.Object.wait(Object.java:485)
  533. at: org.apache.felix.scr.impl.ComponentActorThread.run(ComponentActorThread.java:74)
  534. at: java.lang.Thread.run(Thread.java:662)
  535. Thread Synchronization Statistics:
  536. -----------------------
  537. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  538. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1
  539. Total CPU time for this thread: 0 seconds 608,924 nanoseconds.
  540. User-level CPU time for this thread: 0 seconds 608,924 nanoseconds.
  541. Object Monitors currently held or requested by this thread: []
  542. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  543. --------------------------------------------------------------------------------
  544. Thread Execution Information:
  545. -----------------------
  546. Thread "Configuration Updater" thread-id: 128 thread-state: WAITING Waiting on lock: java.util.LinkedList@51f43b12
  547. at: java.lang.Object.wait(Native Method)
  548. at: java.lang.Object.wait(Object.java:485)
  549. at: org.apache.felix.cm.impl.UpdateThread.run(UpdateThread.java:67)
  550. Thread Synchronization Statistics:
  551. -----------------------
  552. Number of times this thread was blocked (to enter/reenter a Monitor): 3
  553. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 4
  554. Total CPU time for this thread: 0 seconds 3,771,308 nanoseconds.
  555. User-level CPU time for this thread: 0 seconds 3,771,308 nanoseconds.
  556. Object Monitors currently held or requested by this thread: []
  557. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  558. --------------------------------------------------------------------------------
  559. Thread Execution Information:
  560. -----------------------
  561. Thread "fileinstall-/comptel/common/cnm/glassfish/2012.2.1-1/glassfish/domains/ria_domain/autodeploy/bundles/" thread-id: 127 thread-state: TIMED_WAITING Waiting on lock: org.apache.felix.fileinstall.internal.DirectoryWatcher@795244c6
  562. at: java.lang.Object.wait(Native Method)
  563. at: org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:268)
  564. Thread Synchronization Statistics:
  565. -----------------------
  566. Number of times this thread was blocked (to enter/reenter a Monitor): 1
  567. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 2,128
  568. Total CPU time for this thread: 1 seconds 171,173,310 nanoseconds.
  569. User-level CPU time for this thread: 1 seconds 171,173,310 nanoseconds.
  570. Object Monitors currently held or requested by this thread: []
  571. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  572. --------------------------------------------------------------------------------
  573. Thread Execution Information:
  574. -----------------------
  575. Thread "DestroyJavaVM" thread-id: 126 thread-state: RUNNABLE
  576. Thread Synchronization Statistics:
  577. -----------------------
  578. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  579. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 0
  580. Total CPU time for this thread: 410 seconds 934,976,180 nanoseconds.
  581. User-level CPU time for this thread: 410 seconds 934,976,180 nanoseconds.
  582. Object Monitors currently held or requested by this thread: []
  583. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  584. --------------------------------------------------------------------------------
  585. Thread Execution Information:
  586. -----------------------
  587. Thread "GlassFish Kernel Main Thread" thread-id: 125 thread-state: WAITING Waiting on lock: com.sun.enterprise.v3.server.AppServerStartup$1@8216164
  588. at: java.lang.Object.wait(Native Method)
  589. at: java.lang.Object.wait(Object.java:485)
  590. at: com.sun.enterprise.v3.server.AppServerStartup$1.run(AppServerStartup.java:163)
  591. Thread Synchronization Statistics:
  592. -----------------------
  593. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  594. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1
  595. Total CPU time for this thread: 0 seconds 855,846 nanoseconds.
  596. User-level CPU time for this thread: 0 seconds 855,846 nanoseconds.
  597. Object Monitors currently held or requested by this thread: []
  598. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  599. --------------------------------------------------------------------------------
  600. Thread Execution Information:
  601. -----------------------
  602. Thread "DynamicReloader" thread-id: 124 thread-state: TIMED_WAITING Waiting on lock: java.util.TaskQueue@4780f067
  603. at: java.lang.Object.wait(Native Method)
  604. at: java.util.TimerThread.mainLoop(Timer.java:509)
  605. at: java.util.TimerThread.run(Timer.java:462)
  606. Thread Synchronization Statistics:
  607. -----------------------
  608. Number of times this thread was blocked (to enter/reenter a Monitor): 1
  609. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 5,308
  610. Total CPU time for this thread: 147 seconds 392,634,009 nanoseconds.
  611. User-level CPU time for this thread: 147 seconds 392,634,009 nanoseconds.
  612. Object Monitors currently held or requested by this thread: []
  613. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  614. --------------------------------------------------------------------------------
  615. Thread Execution Information:
  616. -----------------------
  617. Thread "PingService" thread-id: 123 thread-state: TIMED_WAITING Waiting on lock: java.util.TaskQueue@62271edd
  618. at: java.lang.Object.wait(Native Method)
  619. at: java.util.TimerThread.mainLoop(Timer.java:509)
  620. at: java.util.TimerThread.run(Timer.java:462)
  621. Thread Synchronization Statistics:
  622. -----------------------
  623. Number of times this thread was blocked (to enter/reenter a Monitor): 2
  624. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 3
  625. Total CPU time for this thread: 0 seconds 348,408 nanoseconds.
  626. User-level CPU time for this thread: 0 seconds 348,408 nanoseconds.
  627. Object Monitors currently held or requested by this thread: []
  628. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  629. --------------------------------------------------------------------------------
  630. Thread Execution Information:
  631. -----------------------
  632. Thread "RMI RenewClean-[10.14.170.178:13086]" thread-id: 121 thread-state: TIMED_WAITING Waiting on lock: java.lang.ref.ReferenceQueue$Lock@765b7182
  633. at: java.lang.Object.wait(Native Method)
  634. at: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
  635. at: sun.rmi.transport.DGCClient$EndpointEntry$RenewCleanThread.run(DGCClient.java:516)
  636. at: java.lang.Thread.run(Thread.java:662)
  637. Thread Synchronization Statistics:
  638. -----------------------
  639. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  640. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 37
  641. Total CPU time for this thread: 0 seconds 119,776,363 nanoseconds.
  642. User-level CPU time for this thread: 0 seconds 119,776,363 nanoseconds.
  643. Object Monitors currently held or requested by this thread: []
  644. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  645. --------------------------------------------------------------------------------
  646. Thread Execution Information:
  647. -----------------------
  648. Thread "RMI TCP Accept-13086" thread-id: 120 thread-state: RUNNABLE Running in native
  649. at: java.net.PlainSocketImpl.socketAccept(Native Method)
  650. at: java.net.PlainSocketImpl.accept(PlainSocketImpl.java:408)
  651. at: java.net.ServerSocket.implAccept(ServerSocket.java:462)
  652. at: java.net.ServerSocket.accept(ServerSocket.java:430)
  653. at: sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(TCPTransport.java:369)
  654. at: sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run(TCPTransport.java:341)
  655. at: java.lang.Thread.run(Thread.java:662)
  656. Thread Synchronization Statistics:
  657. -----------------------
  658. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  659. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 0
  660. Total CPU time for this thread: 0 seconds 16,254,044 nanoseconds.
  661. User-level CPU time for this thread: 0 seconds 16,254,044 nanoseconds.
  662. Object Monitors currently held or requested by this thread: []
  663. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  664. --------------------------------------------------------------------------------
  665. Thread Execution Information:
  666. -----------------------
  667. Thread "AutoDeployer" thread-id: 118 thread-state: TIMED_WAITING Waiting on lock: java.util.TaskQueue@602d57a7
  668. at: java.lang.Object.wait(Native Method)
  669. at: java.util.TimerThread.mainLoop(Timer.java:509)
  670. at: java.util.TimerThread.run(Timer.java:462)
  671. Thread Synchronization Statistics:
  672. -----------------------
  673. Number of times this thread was blocked (to enter/reenter a Monitor): 1
  674. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 5,305
  675. Total CPU time for this thread: 6 seconds 759,905,483 nanoseconds.
  676. User-level CPU time for this thread: 6 seconds 759,905,483 nanoseconds.
  677. Object Monitors currently held or requested by this thread: []
  678. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  679. --------------------------------------------------------------------------------
  680. Thread Execution Information:
  681. -----------------------
  682. Thread "ContainerBackgroundProcessor[StandardEngine[glassfish-web].StandardHost[server].StandardContext[/cnm]]" thread-id: 115 thread-state: TIMED_WAITING
  683. at: java.lang.Thread.sleep(Native Method)
  684. at: org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1769)
  685. at: java.lang.Thread.run(Thread.java:662)
  686. Thread Synchronization Statistics:
  687. -----------------------
  688. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  689. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 178
  690. Total CPU time for this thread: 0 seconds 133,275,189 nanoseconds.
  691. User-level CPU time for this thread: 0 seconds 133,275,189 nanoseconds.
  692. Object Monitors currently held or requested by this thread: []
  693. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  694. --------------------------------------------------------------------------------
  695. Thread Execution Information:
  696. -----------------------
  697. Thread "derby.rawStoreDaemon" thread-id: 109 thread-state: TIMED_WAITING Waiting on lock: org.apache.derby.impl.services.daemon.BasicDaemon@62bbca5f
  698. at: java.lang.Object.wait(Native Method)
  699. at: org.apache.derby.impl.services.daemon.BasicDaemon.rest(Unknown Source)
  700. at: org.apache.derby.impl.services.daemon.BasicDaemon.run(Unknown Source)
  701. at: java.lang.Thread.run(Thread.java:662)
  702. Thread Synchronization Statistics:
  703. -----------------------
  704. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  705. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1,073
  706. Total CPU time for this thread: 0 seconds 133,868,899 nanoseconds.
  707. User-level CPU time for this thread: 0 seconds 133,868,899 nanoseconds.
  708. Object Monitors currently held or requested by this thread: []
  709. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  710. --------------------------------------------------------------------------------
  711. Thread Execution Information:
  712. -----------------------
  713. Thread "ContainerBackgroundProcessor[StandardEngine[glassfish-web].StandardHost[server].StandardContext[/ejb-timer-service-app]]" thread-id: 108 thread-state: TIMED_WAITING
  714. at: java.lang.Thread.sleep(Native Method)
  715. at: org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1769)
  716. at: java.lang.Thread.run(Thread.java:662)
  717. Thread Synchronization Statistics:
  718. -----------------------
  719. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  720. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 180
  721. Total CPU time for this thread: 0 seconds 79,121,341 nanoseconds.
  722. User-level CPU time for this thread: 0 seconds 79,121,341 nanoseconds.
  723. Object Monitors currently held or requested by this thread: []
  724. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  725. --------------------------------------------------------------------------------
  726. Thread Execution Information:
  727. -----------------------
  728. Thread "org.hibernate.cache.UpdateTimestampsCache.data" thread-id: 104 thread-state: TIMED_WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@16e3559d
  729. at: sun.misc.Unsafe.park(Native Method)
  730. at: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:196)
  731. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2025)
  732. at: java.util.concurrent.DelayQueue.take(DelayQueue.java:164)
  733. at: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609)
  734. at: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602)
  735. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  736. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  737. at: java.lang.Thread.run(Thread.java:662)
  738. Thread Synchronization Statistics:
  739. -----------------------
  740. Number of times this thread was blocked (to enter/reenter a Monitor): 2
  741. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 91
  742. Total CPU time for this thread: 0 seconds 144,449,106 nanoseconds.
  743. User-level CPU time for this thread: 0 seconds 144,449,106 nanoseconds.
  744. Object Monitors currently held or requested by this thread: []
  745. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  746. --------------------------------------------------------------------------------
  747. Thread Execution Information:
  748. -----------------------
  749. Thread "net.sf.ehcache.CacheManager@787b059" thread-id: 103 thread-state: WAITING Waiting on lock: java.util.TaskQueue@2709c228
  750. at: java.lang.Object.wait(Native Method)
  751. at: java.lang.Object.wait(Object.java:485)
  752. at: java.util.TimerThread.mainLoop(Timer.java:483)
  753. at: java.util.TimerThread.run(Timer.java:462)
  754. Thread Synchronization Statistics:
  755. -----------------------
  756. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  757. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1
  758. Total CPU time for this thread: 0 seconds 1,376,556 nanoseconds.
  759. User-level CPU time for this thread: 0 seconds 1,376,556 nanoseconds.
  760. Object Monitors currently held or requested by this thread: []
  761. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  762. --------------------------------------------------------------------------------
  763. Thread Execution Information:
  764. -----------------------
  765. Thread "dol-jar-scanner" thread-id: 102 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@71a9e41d
  766. at: sun.misc.Unsafe.park(Native Method)
  767. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  768. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  769. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  770. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  771. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  772. at: java.lang.Thread.run(Thread.java:662)
  773. Thread Synchronization Statistics:
  774. -----------------------
  775. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  776. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1
  777. Total CPU time for this thread: 0 seconds 52,198,470 nanoseconds.
  778. User-level CPU time for this thread: 0 seconds 52,198,470 nanoseconds.
  779. Object Monitors currently held or requested by this thread: []
  780. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  781. --------------------------------------------------------------------------------
  782. Thread Execution Information:
  783. -----------------------
  784. Thread "dol-jar-scanner" thread-id: 101 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@71a9e41d
  785. at: sun.misc.Unsafe.park(Native Method)
  786. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  787. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  788. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  789. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  790. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  791. at: java.lang.Thread.run(Thread.java:662)
  792. Thread Synchronization Statistics:
  793. -----------------------
  794. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  795. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1
  796. Total CPU time for this thread: 0 seconds 51,814,937 nanoseconds.
  797. User-level CPU time for this thread: 0 seconds 51,814,937 nanoseconds.
  798. Object Monitors currently held or requested by this thread: []
  799. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  800. --------------------------------------------------------------------------------
  801. Thread Execution Information:
  802. -----------------------
  803. Thread "ContainerBackgroundProcessor[StandardEngine[glassfish-web].StandardHost[server].StandardContext[/CNMWrapper]]" thread-id: 100 thread-state: TIMED_WAITING
  804. at: java.lang.Thread.sleep(Native Method)
  805. at: org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1769)
  806. at: java.lang.Thread.run(Thread.java:662)
  807. Thread Synchronization Statistics:
  808. -----------------------
  809. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  810. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 182
  811. Total CPU time for this thread: 0 seconds 81,065,468 nanoseconds.
  812. User-level CPU time for this thread: 0 seconds 81,065,468 nanoseconds.
  813. Object Monitors currently held or requested by this thread: []
  814. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  815. --------------------------------------------------------------------------------
  816. Thread Execution Information:
  817. -----------------------
  818. Thread "ContainerBackgroundProcessor[StandardEngine[glassfish-web].StandardHost[server].StandardContext[/NumberManagementSystemAPI]]" thread-id: 99 thread-state: TIMED_WAITING
  819. at: java.lang.Thread.sleep(Native Method)
  820. at: org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1769)
  821. at: java.lang.Thread.run(Thread.java:662)
  822. Thread Synchronization Statistics:
  823. -----------------------
  824. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  825. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 182
  826. Total CPU time for this thread: 0 seconds 79,503,012 nanoseconds.
  827. User-level CPU time for this thread: 0 seconds 79,503,012 nanoseconds.
  828. Object Monitors currently held or requested by this thread: []
  829. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  830. --------------------------------------------------------------------------------
  831. Thread Execution Information:
  832. -----------------------
  833. Thread "ContainerBackgroundProcessor[StandardEngine[glassfish-web].StandardHost[server].StandardContext[/__wstx-services]]" thread-id: 98 thread-state: TIMED_WAITING
  834. at: java.lang.Thread.sleep(Native Method)
  835. at: org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1769)
  836. at: java.lang.Thread.run(Thread.java:662)
  837. Thread Synchronization Statistics:
  838. -----------------------
  839. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  840. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 182
  841. Total CPU time for this thread: 0 seconds 138,622,793 nanoseconds.
  842. User-level CPU time for this thread: 0 seconds 138,622,793 nanoseconds.
  843. Object Monitors currently held or requested by this thread: []
  844. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  845. --------------------------------------------------------------------------------
  846. Thread Execution Information:
  847. -----------------------
  848. Thread "ContainerBackgroundProcessor[StandardEngine[glassfish-web].StandardHost[server].StandardContext[/config]]" thread-id: 97 thread-state: TIMED_WAITING
  849. at: java.lang.Thread.sleep(Native Method)
  850. at: org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1769)
  851. at: java.lang.Thread.run(Thread.java:662)
  852. Thread Synchronization Statistics:
  853. -----------------------
  854. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  855. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 183
  856. Total CPU time for this thread: 0 seconds 73,384,457 nanoseconds.
  857. User-level CPU time for this thread: 0 seconds 73,384,457 nanoseconds.
  858. Object Monitors currently held or requested by this thread: []
  859. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  860. --------------------------------------------------------------------------------
  861. Thread Execution Information:
  862. -----------------------
  863. Thread "ContainerBackgroundProcessor[StandardEngine[glassfish-web].StandardHost[server].StandardContext[/usermanagement]]" thread-id: 96 thread-state: TIMED_WAITING
  864. at: java.lang.Thread.sleep(Native Method)
  865. at: org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1769)
  866. at: java.lang.Thread.run(Thread.java:662)
  867. Thread Synchronization Statistics:
  868. -----------------------
  869. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  870. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 183
  871. Total CPU time for this thread: 0 seconds 129,519,013 nanoseconds.
  872. User-level CPU time for this thread: 0 seconds 129,519,013 nanoseconds.
  873. Object Monitors currently held or requested by this thread: []
  874. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  875. --------------------------------------------------------------------------------
  876. Thread Execution Information:
  877. -----------------------
  878. Thread "pool-13-thread-1" thread-id: 95 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@48bf6637
  879. at: sun.misc.Unsafe.park(Native Method)
  880. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  881. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  882. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  883. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  884. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  885. at: java.lang.Thread.run(Thread.java:662)
  886. Thread Synchronization Statistics:
  887. -----------------------
  888. Number of times this thread was blocked (to enter/reenter a Monitor): 18
  889. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 2
  890. Total CPU time for this thread: 3 seconds 31,230,645 nanoseconds.
  891. User-level CPU time for this thread: 3 seconds 31,230,645 nanoseconds.
  892. Object Monitors currently held or requested by this thread: []
  893. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  894. --------------------------------------------------------------------------------
  895. Thread Execution Information:
  896. -----------------------
  897. Thread "ContainerBackgroundProcessor[StandardEngine[glassfish-web].StandardHost[server].StandardContext[/onlinehelp-solr-conf]]" thread-id: 94 thread-state: TIMED_WAITING
  898. at: java.lang.Thread.sleep(Native Method)
  899. at: org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1769)
  900. at: java.lang.Thread.run(Thread.java:662)
  901. Thread Synchronization Statistics:
  902. -----------------------
  903. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  904. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 183
  905. Total CPU time for this thread: 0 seconds 104,741,140 nanoseconds.
  906. User-level CPU time for this thread: 0 seconds 104,741,140 nanoseconds.
  907. Object Monitors currently held or requested by this thread: []
  908. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  909. --------------------------------------------------------------------------------
  910. Thread Execution Information:
  911. -----------------------
  912. Thread "ContainerBackgroundProcessor[StandardEngine[glassfish-web].StandardHost[server].StandardContext[/onlinehelp]]" thread-id: 93 thread-state: TIMED_WAITING
  913. at: java.lang.Thread.sleep(Native Method)
  914. at: org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1769)
  915. at: java.lang.Thread.run(Thread.java:662)
  916. Thread Synchronization Statistics:
  917. -----------------------
  918. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  919. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 183
  920. Total CPU time for this thread: 0 seconds 125,531,941 nanoseconds.
  921. User-level CPU time for this thread: 0 seconds 125,531,941 nanoseconds.
  922. Object Monitors currently held or requested by this thread: []
  923. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  924. --------------------------------------------------------------------------------
  925. Thread Execution Information:
  926. -----------------------
  927. Thread "ContainerBackgroundProcessor[StandardEngine[glassfish-web].StandardHost[server].StandardContext[/main]]" thread-id: 90 thread-state: TIMED_WAITING
  928. at: java.lang.Thread.sleep(Native Method)
  929. at: org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1769)
  930. at: java.lang.Thread.run(Thread.java:662)
  931. Thread Synchronization Statistics:
  932. -----------------------
  933. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  934. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 184
  935. Total CPU time for this thread: 0 seconds 112,059,094 nanoseconds.
  936. User-level CPU time for this thread: 0 seconds 112,059,094 nanoseconds.
  937. Object Monitors currently held or requested by this thread: []
  938. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  939. --------------------------------------------------------------------------------
  940. Thread Execution Information:
  941. -----------------------
  942. Thread "p: thread-pool-1; w: 5" thread-id: 88 thread-state: TIMED_WAITING Waiting on lock: com.sun.corba.ee.impl.orbutil.threadpool.WorkQueueImpl@7fb7a216
  943. at: java.lang.Object.wait(Native Method)
  944. at: com.sun.corba.ee.impl.orbutil.threadpool.WorkQueueImpl.requestWork(WorkQueueImpl.java:124)
  945. at: com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:518)
  946. Thread Synchronization Statistics:
  947. -----------------------
  948. Number of times this thread was blocked (to enter/reenter a Monitor): 83
  949. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 17
  950. Total CPU time for this thread: 3 seconds 500,420,904 nanoseconds.
  951. User-level CPU time for this thread: 3 seconds 500,420,904 nanoseconds.
  952. Object Monitors currently held or requested by this thread: []
  953. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  954. --------------------------------------------------------------------------------
  955. Thread Execution Information:
  956. -----------------------
  957. Thread "Session7545290081934313984" thread-id: 86 thread-state: WAITING Waiting on lock: java.lang.Object@dcfca31
  958. at: java.lang.Object.wait(Native Method)
  959. at: java.lang.Object.wait(Object.java:485)
  960. at: com.sun.messaging.jmq.jmsserver.service.imq.SessionListener.process(IMQDirectService.java:2899)
  961. at: com.sun.messaging.jmq.jmsserver.service.imq.SessionListener.run(IMQDirectService.java:2866)
  962. at: java.lang.Thread.run(Thread.java:662)
  963. Thread Synchronization Statistics:
  964. -----------------------
  965. Number of times this thread was blocked (to enter/reenter a Monitor): 4
  966. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 4
  967. Total CPU time for this thread: 0 seconds 595,148,950 nanoseconds.
  968. User-level CPU time for this thread: 0 seconds 595,148,950 nanoseconds.
  969. Object Monitors currently held or requested by this thread: []
  970. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  971. --------------------------------------------------------------------------------
  972. Thread Execution Information:
  973. -----------------------
  974. Thread "ClusterServiceListener" thread-id: 85 thread-state: RUNNABLE Running in native
  975. at: java.net.PlainSocketImpl.socketAccept(Native Method)
  976. at: java.net.PlainSocketImpl.accept(PlainSocketImpl.java:408)
  977. at: java.net.ServerSocket.implAccept(ServerSocket.java:462)
  978. at: java.net.ServerSocket.accept(ServerSocket.java:430)
  979. at: com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterServiceListener.run(ClusterImpl.java:2020)
  980. Thread Synchronization Statistics:
  981. -----------------------
  982. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  983. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 0
  984. Total CPU time for this thread: 0 seconds 799,679 nanoseconds.
  985. User-level CPU time for this thread: 0 seconds 799,679 nanoseconds.
  986. Object Monitors currently held or requested by this thread: []
  987. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  988. --------------------------------------------------------------------------------
  989. Thread Execution Information:
  990. -----------------------
  991. Thread "jms_ACCEPT" thread-id: 84 thread-state: RUNNABLE Running in native
  992. at: java.net.PlainSocketImpl.socketAccept(Native Method)
  993. at: java.net.PlainSocketImpl.accept(PlainSocketImpl.java:408)
  994. at: java.net.ServerSocket.implAccept(ServerSocket.java:462)
  995. at: java.net.ServerSocket.accept(ServerSocket.java:430)
  996. at: com.sun.messaging.jmq.jmsserver.net.tcp.TcpProtocol.accept(TcpProtocol.java:287)
  997. at: com.sun.messaging.jmq.jmsserver.service.imq.IMQIPService.run(IMQIPService.java:580)
  998. at: java.lang.Thread.run(Thread.java:662)
  999. Thread Synchronization Statistics:
  1000. -----------------------
  1001. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  1002. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 0
  1003. Total CPU time for this thread: 0 seconds 905,052 nanoseconds.
  1004. User-level CPU time for this thread: 0 seconds 905,052 nanoseconds.
  1005. Object Monitors currently held or requested by this thread: []
  1006. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1007. --------------------------------------------------------------------------------
  1008. Thread Execution Information:
  1009. -----------------------
  1010. Thread "admin_ACCEPT" thread-id: 83 thread-state: RUNNABLE Running in native
  1011. at: java.net.PlainSocketImpl.socketAccept(Native Method)
  1012. at: java.net.PlainSocketImpl.accept(PlainSocketImpl.java:408)
  1013. at: java.net.ServerSocket.implAccept(ServerSocket.java:462)
  1014. at: java.net.ServerSocket.accept(ServerSocket.java:430)
  1015. at: com.sun.messaging.jmq.jmsserver.net.tcp.TcpProtocol.accept(TcpProtocol.java:287)
  1016. at: com.sun.messaging.jmq.jmsserver.service.imq.IMQIPService.run(IMQIPService.java:580)
  1017. at: java.lang.Thread.run(Thread.java:662)
  1018. Thread Synchronization Statistics:
  1019. -----------------------
  1020. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  1021. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 0
  1022. Total CPU time for this thread: 0 seconds 936,453 nanoseconds.
  1023. User-level CPU time for this thread: 0 seconds 936,453 nanoseconds.
  1024. Object Monitors currently held or requested by this thread: []
  1025. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1026. --------------------------------------------------------------------------------
  1027. Thread Execution Information:
  1028. -----------------------
  1029. Thread "RMI RenewClean-[10.14.170.178:9320]" thread-id: 81 thread-state: TIMED_WAITING Waiting on lock: java.lang.ref.ReferenceQueue$Lock@44e35e0c
  1030. at: java.lang.Object.wait(Native Method)
  1031. at: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
  1032. at: sun.rmi.transport.DGCClient$EndpointEntry$RenewCleanThread.run(DGCClient.java:516)
  1033. at: java.lang.Thread.run(Thread.java:662)
  1034. Thread Synchronization Statistics:
  1035. -----------------------
  1036. Number of times this thread was blocked (to enter/reenter a Monitor): 1
  1037. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 38
  1038. Total CPU time for this thread: 0 seconds 125,290,686 nanoseconds.
  1039. User-level CPU time for this thread: 0 seconds 125,290,686 nanoseconds.
  1040. Object Monitors currently held or requested by this thread: []
  1041. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1042. --------------------------------------------------------------------------------
  1043. Thread Execution Information:
  1044. -----------------------
  1045. Thread "RMI Scheduler(0)" thread-id: 80 thread-state: TIMED_WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2b338929
  1046. at: sun.misc.Unsafe.park(Native Method)
  1047. at: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:196)
  1048. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2025)
  1049. at: java.util.concurrent.DelayQueue.take(DelayQueue.java:164)
  1050. at: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609)
  1051. at: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602)
  1052. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  1053. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  1054. at: java.lang.Thread.run(Thread.java:662)
  1055. Thread Synchronization Statistics:
  1056. -----------------------
  1057. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  1058. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 155
  1059. Total CPU time for this thread: 0 seconds 64,262,548 nanoseconds.
  1060. User-level CPU time for this thread: 0 seconds 64,262,548 nanoseconds.
  1061. Object Monitors currently held or requested by this thread: []
  1062. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1063. --------------------------------------------------------------------------------
  1064. Thread Execution Information:
  1065. -----------------------
  1066. Thread "GC Daemon" thread-id: 78 thread-state: TIMED_WAITING Waiting on lock: sun.misc.GC$LatencyLock@4471f8e7
  1067. at: java.lang.Object.wait(Native Method)
  1068. at: sun.misc.GC$Daemon.run(GC.java:100)
  1069. Thread Synchronization Statistics:
  1070. -----------------------
  1071. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  1072. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 4
  1073. Total CPU time for this thread: 0 seconds 1,476,183 nanoseconds.
  1074. User-level CPU time for this thread: 0 seconds 1,476,183 nanoseconds.
  1075. Object Monitors currently held or requested by this thread: []
  1076. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1077. --------------------------------------------------------------------------------
  1078. Thread Execution Information:
  1079. -----------------------
  1080. Thread "RMI Reaper" thread-id: 77 thread-state: WAITING Waiting on lock: java.lang.ref.ReferenceQueue$Lock@168c28cc
  1081. at: java.lang.Object.wait(Native Method)
  1082. at: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
  1083. at: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
  1084. at: sun.rmi.transport.ObjectTable$Reaper.run(ObjectTable.java:333)
  1085. at: java.lang.Thread.run(Thread.java:662)
  1086. Thread Synchronization Statistics:
  1087. -----------------------
  1088. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  1089. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1
  1090. Total CPU time for this thread: 0 seconds 712,679 nanoseconds.
  1091. User-level CPU time for this thread: 0 seconds 712,679 nanoseconds.
  1092. Object Monitors currently held or requested by this thread: []
  1093. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1094. --------------------------------------------------------------------------------
  1095. Thread Execution Information:
  1096. -----------------------
  1097. Thread "RMI TCP Accept-0" thread-id: 76 thread-state: RUNNABLE Running in native
  1098. at: java.net.PlainSocketImpl.socketAccept(Native Method)
  1099. at: java.net.PlainSocketImpl.accept(PlainSocketImpl.java:408)
  1100. at: java.net.ServerSocket.implAccept(ServerSocket.java:462)
  1101. at: java.net.ServerSocket.accept(ServerSocket.java:430)
  1102. at: sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(TCPTransport.java:369)
  1103. at: sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run(TCPTransport.java:341)
  1104. at: java.lang.Thread.run(Thread.java:662)
  1105. Thread Synchronization Statistics:
  1106. -----------------------
  1107. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  1108. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 0
  1109. Total CPU time for this thread: 0 seconds 31,501,468 nanoseconds.
  1110. User-level CPU time for this thread: 0 seconds 31,501,468 nanoseconds.
  1111. Object Monitors currently held or requested by this thread: []
  1112. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1113. --------------------------------------------------------------------------------
  1114. Thread Execution Information:
  1115. -----------------------
  1116. Thread "RMI TCP Accept-13181" thread-id: 75 thread-state: RUNNABLE Running in native
  1117. at: java.net.PlainSocketImpl.socketAccept(Native Method)
  1118. at: java.net.PlainSocketImpl.accept(PlainSocketImpl.java:408)
  1119. at: java.net.ServerSocket.implAccept(ServerSocket.java:462)
  1120. at: java.net.ServerSocket.accept(ServerSocket.java:430)
  1121. at: sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(TCPTransport.java:369)
  1122. at: sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run(TCPTransport.java:341)
  1123. at: java.lang.Thread.run(Thread.java:662)
  1124. Thread Synchronization Statistics:
  1125. -----------------------
  1126. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  1127. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 0
  1128. Total CPU time for this thread: 0 seconds 3,452,278 nanoseconds.
  1129. User-level CPU time for this thread: 0 seconds 3,452,278 nanoseconds.
  1130. Object Monitors currently held or requested by this thread: []
  1131. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1132. --------------------------------------------------------------------------------
  1133. Thread Execution Information:
  1134. -----------------------
  1135. Thread "Broker Monitor" thread-id: 74 thread-state: WAITING Waiting on lock: java.util.Collections$SynchronizedSet@4bca74a4
  1136. at: java.lang.Object.wait(Native Method)
  1137. at: java.lang.Object.wait(Object.java:485)
  1138. at: com.sun.messaging.jmq.jmsserver.core.cluster.BrokerConsumers.run(MultibrokerRouter.java:1766)
  1139. at: java.lang.Thread.run(Thread.java:662)
  1140. Thread Synchronization Statistics:
  1141. -----------------------
  1142. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  1143. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1
  1144. Total CPU time for this thread: 0 seconds 944,546 nanoseconds.
  1145. User-level CPU time for this thread: 0 seconds 944,546 nanoseconds.
  1146. Object Monitors currently held or requested by this thread: []
  1147. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1148. --------------------------------------------------------------------------------
  1149. Thread Execution Information:
  1150. -----------------------
  1151. Thread "MessageBusCallbackDispatcher" thread-id: 73 thread-state: WAITING Waiting on lock: java.util.LinkedList@58afe1db
  1152. at: java.lang.Object.wait(Native Method)
  1153. at: java.lang.Object.wait(Object.java:485)
  1154. at: com.sun.messaging.jmq.jmsserver.multibroker.CallbackDispatcher.run(CallbackDispatcher.java:578)
  1155. Thread Synchronization Statistics:
  1156. -----------------------
  1157. Number of times this thread was blocked (to enter/reenter a Monitor): 100
  1158. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 101
  1159. Total CPU time for this thread: 0 seconds 5,618,319 nanoseconds.
  1160. User-level CPU time for this thread: 0 seconds 5,618,319 nanoseconds.
  1161. Object Monitors currently held or requested by this thread: []
  1162. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1163. --------------------------------------------------------------------------------
  1164. Thread Execution Information:
  1165. -----------------------
  1166. Thread "MQTimer-Thread" thread-id: 72 thread-state: TIMED_WAITING Waiting on lock: java.util.TaskQueue@3151e5a
  1167. at: java.lang.Object.wait(Native Method)
  1168. at: java.util.TimerThread.mainLoop(Timer.java:509)
  1169. at: java.util.TimerThread.run(Timer.java:462)
  1170. Thread Synchronization Statistics:
  1171. -----------------------
  1172. Number of times this thread was blocked (to enter/reenter a Monitor): 3
  1173. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 271
  1174. Total CPU time for this thread: 0 seconds 74,444,574 nanoseconds.
  1175. User-level CPU time for this thread: 0 seconds 74,444,574 nanoseconds.
  1176. Object Monitors currently held or requested by this thread: []
  1177. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1178. --------------------------------------------------------------------------------
  1179. Thread Execution Information:
  1180. -----------------------
  1181. Thread "p: thread-pool-1; w: 3" thread-id: 71 thread-state: TIMED_WAITING Waiting on lock: com.sun.corba.ee.impl.orbutil.threadpool.WorkQueueImpl@7fb7a216
  1182. at: java.lang.Object.wait(Native Method)
  1183. at: com.sun.corba.ee.impl.orbutil.threadpool.WorkQueueImpl.requestWork(WorkQueueImpl.java:124)
  1184. at: com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:518)
  1185. Thread Synchronization Statistics:
  1186. -----------------------
  1187. Number of times this thread was blocked (to enter/reenter a Monitor): 89
  1188. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 36
  1189. Total CPU time for this thread: 0 seconds 963,406,119 nanoseconds.
  1190. User-level CPU time for this thread: 0 seconds 963,406,119 nanoseconds.
  1191. Object Monitors currently held or requested by this thread: []
  1192. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1193. --------------------------------------------------------------------------------
  1194. Thread Execution Information:
  1195. -----------------------
  1196. Thread "Thread-46" thread-id: 70 thread-state: WAITING Waiting on lock: com.sun.corba.ee.impl.javax.rmi.CORBA.KeepAlive@5f7ba84a
  1197. at: java.lang.Object.wait(Native Method)
  1198. at: java.lang.Object.wait(Object.java:485)
  1199. at: com.sun.corba.ee.impl.javax.rmi.CORBA.KeepAlive.run(Util.java:819)
  1200. Thread Synchronization Statistics:
  1201. -----------------------
  1202. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  1203. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1
  1204. Total CPU time for this thread: 0 seconds 305,271 nanoseconds.
  1205. User-level CPU time for this thread: 0 seconds 305,271 nanoseconds.
  1206. Object Monitors currently held or requested by this thread: []
  1207. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1208. --------------------------------------------------------------------------------
  1209. Thread Execution Information:
  1210. -----------------------
  1211. Thread "connector-timer-proxy" thread-id: 67 thread-state: TIMED_WAITING Waiting on lock: java.util.TaskQueue@2f65c33f
  1212. at: java.lang.Object.wait(Native Method)
  1213. at: java.util.TimerThread.mainLoop(Timer.java:509)
  1214. at: java.util.TimerThread.run(Timer.java:462)
  1215. Thread Synchronization Statistics:
  1216. -----------------------
  1217. Number of times this thread was blocked (to enter/reenter a Monitor): 1
  1218. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 179
  1219. Total CPU time for this thread: 10 seconds 619,755,834 nanoseconds.
  1220. User-level CPU time for this thread: 10 seconds 619,755,834 nanoseconds.
  1221. Object Monitors currently held or requested by this thread: []
  1222. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1223. --------------------------------------------------------------------------------
  1224. Thread Execution Information:
  1225. -----------------------
  1226. Thread "Timer-2" thread-id: 66 thread-state: WAITING Waiting on lock: java.util.TaskQueue@41f57568
  1227. at: java.lang.Object.wait(Native Method)
  1228. at: java.lang.Object.wait(Object.java:485)
  1229. at: java.util.TimerThread.mainLoop(Timer.java:483)
  1230. at: java.util.TimerThread.run(Timer.java:462)
  1231. Thread Synchronization Statistics:
  1232. -----------------------
  1233. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  1234. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1
  1235. Total CPU time for this thread: 0 seconds 623,006 nanoseconds.
  1236. User-level CPU time for this thread: 0 seconds 623,006 nanoseconds.
  1237. Object Monitors currently held or requested by this thread: []
  1238. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1239. --------------------------------------------------------------------------------
  1240. Thread Execution Information:
  1241. -----------------------
  1242. Thread "derby.rawStoreDaemon" thread-id: 65 thread-state: TIMED_WAITING Waiting on lock: org.apache.derby.impl.services.daemon.BasicDaemon@59ef20ac
  1243. at: java.lang.Object.wait(Native Method)
  1244. at: org.apache.derby.impl.services.daemon.BasicDaemon.rest(Unknown Source)
  1245. at: org.apache.derby.impl.services.daemon.BasicDaemon.run(Unknown Source)
  1246. at: java.lang.Thread.run(Thread.java:662)
  1247. Thread Synchronization Statistics:
  1248. -----------------------
  1249. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  1250. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1,104
  1251. Total CPU time for this thread: 0 seconds 134,240,211 nanoseconds.
  1252. User-level CPU time for this thread: 0 seconds 134,240,211 nanoseconds.
  1253. Object Monitors currently held or requested by this thread: []
  1254. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1255. --------------------------------------------------------------------------------
  1256. Thread Execution Information:
  1257. -----------------------
  1258. Thread "Timer-1" thread-id: 64 thread-state: WAITING Waiting on lock: java.util.TaskQueue@624a2a54
  1259. at: java.lang.Object.wait(Native Method)
  1260. at: java.lang.Object.wait(Object.java:485)
  1261. at: java.util.TimerThread.mainLoop(Timer.java:483)
  1262. at: java.util.TimerThread.run(Timer.java:462)
  1263. Thread Synchronization Statistics:
  1264. -----------------------
  1265. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  1266. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1
  1267. Total CPU time for this thread: 0 seconds 601,479 nanoseconds.
  1268. User-level CPU time for this thread: 0 seconds 601,479 nanoseconds.
  1269. Object Monitors currently held or requested by this thread: []
  1270. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1271. --------------------------------------------------------------------------------
  1272. Thread Execution Information:
  1273. -----------------------
  1274. Thread "p: thread-pool-1; w: 2" thread-id: 63 thread-state: RUNNABLE Running in native
  1275. at: java.net.PlainSocketImpl.socketAccept(Native Method)
  1276. at: java.net.PlainSocketImpl.accept(PlainSocketImpl.java:408)
  1277. at: java.net.ServerSocket.implAccept(ServerSocket.java:462)
  1278. at: com.sun.net.ssl.internal.ssl.SSLServerSocketImpl.accept(SSLServerSocketImpl.java:261)
  1279. at: com.sun.corba.ee.impl.transport.SocketOrChannelAcceptorImpl.getAcceptedSocket(SocketOrChannelAcceptorImpl.java:148)
  1280. at: com.sun.corba.ee.impl.transport.ListenerThreadImpl.doWork(ListenerThreadImpl.java:114)
  1281. at: com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.performWork(ThreadPoolImpl.java:497)
  1282. at: com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:540)
  1283. Thread Synchronization Statistics:
  1284. -----------------------
  1285. Number of times this thread was blocked (to enter/reenter a Monitor): 3
  1286. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1
  1287. Total CPU time for this thread: 0 seconds 21,226,209 nanoseconds.
  1288. User-level CPU time for this thread: 0 seconds 21,226,209 nanoseconds.
  1289. Object Monitors currently held or requested by this thread: []
  1290. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1291. --------------------------------------------------------------------------------
  1292. Thread Execution Information:
  1293. -----------------------
  1294. Thread "p: thread-pool-1; w: 1" thread-id: 62 thread-state: RUNNABLE Running in native
  1295. at: java.net.PlainSocketImpl.socketAccept(Native Method)
  1296. at: java.net.PlainSocketImpl.accept(PlainSocketImpl.java:408)
  1297. at: java.net.ServerSocket.implAccept(ServerSocket.java:462)
  1298. at: com.sun.net.ssl.internal.ssl.SSLServerSocketImpl.accept(SSLServerSocketImpl.java:261)
  1299. at: com.sun.corba.ee.impl.transport.SocketOrChannelAcceptorImpl.getAcceptedSocket(SocketOrChannelAcceptorImpl.java:148)
  1300. at: com.sun.corba.ee.impl.transport.ListenerThreadImpl.doWork(ListenerThreadImpl.java:114)
  1301. at: com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.performWork(ThreadPoolImpl.java:497)
  1302. at: com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:540)
  1303. Thread Synchronization Statistics:
  1304. -----------------------
  1305. Number of times this thread was blocked (to enter/reenter a Monitor): 2
  1306. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1
  1307. Total CPU time for this thread: 0 seconds 18,577,496 nanoseconds.
  1308. User-level CPU time for this thread: 0 seconds 18,577,496 nanoseconds.
  1309. Object Monitors currently held or requested by this thread: []
  1310. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1311. --------------------------------------------------------------------------------
  1312. Thread Execution Information:
  1313. -----------------------
  1314. Thread "dol-jar-scanner" thread-id: 61 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@71a9e41d
  1315. at: sun.misc.Unsafe.park(Native Method)
  1316. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  1317. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  1318. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  1319. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  1320. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  1321. at: java.lang.Thread.run(Thread.java:662)
  1322. Thread Synchronization Statistics:
  1323. -----------------------
  1324. Number of times this thread was blocked (to enter/reenter a Monitor): 16
  1325. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1
  1326. Total CPU time for this thread: 0 seconds 83,881,062 nanoseconds.
  1327. User-level CPU time for this thread: 0 seconds 83,881,062 nanoseconds.
  1328. Object Monitors currently held or requested by this thread: []
  1329. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1330. --------------------------------------------------------------------------------
  1331. Thread Execution Information:
  1332. -----------------------
  1333. Thread "dol-jar-scanner" thread-id: 60 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@71a9e41d
  1334. at: sun.misc.Unsafe.park(Native Method)
  1335. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  1336. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  1337. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  1338. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  1339. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  1340. at: java.lang.Thread.run(Thread.java:662)
  1341. Thread Synchronization Statistics:
  1342. -----------------------
  1343. Number of times this thread was blocked (to enter/reenter a Monitor): 3
  1344. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1
  1345. Total CPU time for this thread: 0 seconds 86,611,273 nanoseconds.
  1346. User-level CPU time for this thread: 0 seconds 86,611,273 nanoseconds.
  1347. Object Monitors currently held or requested by this thread: []
  1348. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1349. --------------------------------------------------------------------------------
  1350. Thread Execution Information:
  1351. -----------------------
  1352. Thread "Timer-0" thread-id: 58 thread-state: TIMED_WAITING Waiting on lock: java.util.TaskQueue@73212335
  1353. at: java.lang.Object.wait(Native Method)
  1354. at: java.util.TimerThread.mainLoop(Timer.java:509)
  1355. at: java.util.TimerThread.run(Timer.java:462)
  1356. Thread Synchronization Statistics:
  1357. -----------------------
  1358. Number of times this thread was blocked (to enter/reenter a Monitor): 55
  1359. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1,521
  1360. Total CPU time for this thread: 0 seconds 315,854,023 nanoseconds.
  1361. User-level CPU time for this thread: 0 seconds 315,854,023 nanoseconds.
  1362. Object Monitors currently held or requested by this thread: []
  1363. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1364. --------------------------------------------------------------------------------
  1365. Thread Execution Information:
  1366. -----------------------
  1367. Thread "deployment-jar-scanner" thread-id: 57 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@48ea7a0
  1368. at: sun.misc.Unsafe.park(Native Method)
  1369. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  1370. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  1371. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  1372. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  1373. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  1374. at: java.lang.Thread.run(Thread.java:662)
  1375. Thread Synchronization Statistics:
  1376. -----------------------
  1377. Number of times this thread was blocked (to enter/reenter a Monitor): 420
  1378. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 12
  1379. Total CPU time for this thread: 9 seconds 50,192,430 nanoseconds.
  1380. User-level CPU time for this thread: 9 seconds 50,192,430 nanoseconds.
  1381. Object Monitors currently held or requested by this thread: []
  1382. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1383. --------------------------------------------------------------------------------
  1384. Thread Execution Information:
  1385. -----------------------
  1386. Thread "deployment-jar-scanner" thread-id: 56 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@48ea7a0
  1387. at: sun.misc.Unsafe.park(Native Method)
  1388. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  1389. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  1390. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  1391. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  1392. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  1393. at: java.lang.Thread.run(Thread.java:662)
  1394. Thread Synchronization Statistics:
  1395. -----------------------
  1396. Number of times this thread was blocked (to enter/reenter a Monitor): 396
  1397. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 8
  1398. Total CPU time for this thread: 5 seconds 951,824,561 nanoseconds.
  1399. User-level CPU time for this thread: 5 seconds 951,824,561 nanoseconds.
  1400. Object Monitors currently held or requested by this thread: []
  1401. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1402. --------------------------------------------------------------------------------
  1403. Thread Execution Information:
  1404. -----------------------
  1405. Thread "deployment-jar-scanner" thread-id: 55 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@48ea7a0
  1406. at: sun.misc.Unsafe.park(Native Method)
  1407. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  1408. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  1409. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  1410. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  1411. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  1412. at: java.lang.Thread.run(Thread.java:662)
  1413. Thread Synchronization Statistics:
  1414. -----------------------
  1415. Number of times this thread was blocked (to enter/reenter a Monitor): 474
  1416. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 12
  1417. Total CPU time for this thread: 5 seconds 351,127,054 nanoseconds.
  1418. User-level CPU time for this thread: 5 seconds 351,127,054 nanoseconds.
  1419. Object Monitors currently held or requested by this thread: []
  1420. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1421. --------------------------------------------------------------------------------
  1422. Thread Execution Information:
  1423. -----------------------
  1424. Thread "deployment-jar-scanner" thread-id: 54 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@48ea7a0
  1425. at: sun.misc.Unsafe.park(Native Method)
  1426. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  1427. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  1428. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  1429. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  1430. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  1431. at: java.lang.Thread.run(Thread.java:662)
  1432. Thread Synchronization Statistics:
  1433. -----------------------
  1434. Number of times this thread was blocked (to enter/reenter a Monitor): 419
  1435. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 8
  1436. Total CPU time for this thread: 3 seconds 485,853,787 nanoseconds.
  1437. User-level CPU time for this thread: 3 seconds 485,853,787 nanoseconds.
  1438. Object Monitors currently held or requested by this thread: []
  1439. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1440. --------------------------------------------------------------------------------
  1441. Thread Execution Information:
  1442. -----------------------
  1443. Thread "deployment-jar-scanner" thread-id: 53 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@48ea7a0
  1444. at: sun.misc.Unsafe.park(Native Method)
  1445. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  1446. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  1447. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  1448. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  1449. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  1450. at: java.lang.Thread.run(Thread.java:662)
  1451. Thread Synchronization Statistics:
  1452. -----------------------
  1453. Number of times this thread was blocked (to enter/reenter a Monitor): 423
  1454. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 14
  1455. Total CPU time for this thread: 4 seconds 315,624,008 nanoseconds.
  1456. User-level CPU time for this thread: 4 seconds 315,624,008 nanoseconds.
  1457. Object Monitors currently held or requested by this thread: []
  1458. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1459. --------------------------------------------------------------------------------
  1460. Thread Execution Information:
  1461. -----------------------
  1462. Thread "deployment-jar-scanner" thread-id: 52 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@48ea7a0
  1463. at: sun.misc.Unsafe.park(Native Method)
  1464. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  1465. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  1466. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  1467. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  1468. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  1469. at: java.lang.Thread.run(Thread.java:662)
  1470. Thread Synchronization Statistics:
  1471. -----------------------
  1472. Number of times this thread was blocked (to enter/reenter a Monitor): 431
  1473. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 15
  1474. Total CPU time for this thread: 3 seconds 375,481,863 nanoseconds.
  1475. User-level CPU time for this thread: 3 seconds 375,481,863 nanoseconds.
  1476. Object Monitors currently held or requested by this thread: []
  1477. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1478. --------------------------------------------------------------------------------
  1479. Thread Execution Information:
  1480. -----------------------
  1481. Thread "deployment-jar-scanner" thread-id: 51 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@48ea7a0
  1482. at: sun.misc.Unsafe.park(Native Method)
  1483. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  1484. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  1485. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  1486. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  1487. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  1488. at: java.lang.Thread.run(Thread.java:662)
  1489. Thread Synchronization Statistics:
  1490. -----------------------
  1491. Number of times this thread was blocked (to enter/reenter a Monitor): 363
  1492. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 12
  1493. Total CPU time for this thread: 5 seconds 505,739,734 nanoseconds.
  1494. User-level CPU time for this thread: 5 seconds 505,739,734 nanoseconds.
  1495. Object Monitors currently held or requested by this thread: []
  1496. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1497. --------------------------------------------------------------------------------
  1498. Thread Execution Information:
  1499. -----------------------
  1500. Thread "deployment-jar-scanner" thread-id: 50 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@48ea7a0
  1501. at: sun.misc.Unsafe.park(Native Method)
  1502. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  1503. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  1504. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  1505. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  1506. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  1507. at: java.lang.Thread.run(Thread.java:662)
  1508. Thread Synchronization Statistics:
  1509. -----------------------
  1510. Number of times this thread was blocked (to enter/reenter a Monitor): 443
  1511. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 9
  1512. Total CPU time for this thread: 8 seconds 722,296,826 nanoseconds.
  1513. User-level CPU time for this thread: 8 seconds 722,296,826 nanoseconds.
  1514. Object Monitors currently held or requested by this thread: []
  1515. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1516. --------------------------------------------------------------------------------
  1517. Thread Execution Information:
  1518. -----------------------
  1519. Thread "deployment-jar-scanner" thread-id: 49 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@48ea7a0
  1520. at: sun.misc.Unsafe.park(Native Method)
  1521. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  1522. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  1523. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  1524. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  1525. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  1526. at: java.lang.Thread.run(Thread.java:662)
  1527. Thread Synchronization Statistics:
  1528. -----------------------
  1529. Number of times this thread was blocked (to enter/reenter a Monitor): 493
  1530. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 11
  1531. Total CPU time for this thread: 3 seconds 270,486,517 nanoseconds.
  1532. User-level CPU time for this thread: 3 seconds 270,486,517 nanoseconds.
  1533. Object Monitors currently held or requested by this thread: []
  1534. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1535. --------------------------------------------------------------------------------
  1536. Thread Execution Information:
  1537. -----------------------
  1538. Thread "deployment-jar-scanner" thread-id: 48 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@48ea7a0
  1539. at: sun.misc.Unsafe.park(Native Method)
  1540. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  1541. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  1542. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  1543. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  1544. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  1545. at: java.lang.Thread.run(Thread.java:662)
  1546. Thread Synchronization Statistics:
  1547. -----------------------
  1548. Number of times this thread was blocked (to enter/reenter a Monitor): 468
  1549. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 8
  1550. Total CPU time for this thread: 6 seconds 792,082,160 nanoseconds.
  1551. User-level CPU time for this thread: 6 seconds 792,082,160 nanoseconds.
  1552. Object Monitors currently held or requested by this thread: []
  1553. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1554. --------------------------------------------------------------------------------
  1555. Thread Execution Information:
  1556. -----------------------
  1557. Thread "deployment-jar-scanner" thread-id: 47 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@48ea7a0
  1558. at: sun.misc.Unsafe.park(Native Method)
  1559. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  1560. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  1561. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  1562. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  1563. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  1564. at: java.lang.Thread.run(Thread.java:662)
  1565. Thread Synchronization Statistics:
  1566. -----------------------
  1567. Number of times this thread was blocked (to enter/reenter a Monitor): 407
  1568. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 10
  1569. Total CPU time for this thread: 4 seconds 34,407,129 nanoseconds.
  1570. User-level CPU time for this thread: 4 seconds 34,407,129 nanoseconds.
  1571. Object Monitors currently held or requested by this thread: []
  1572. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1573. --------------------------------------------------------------------------------
  1574. Thread Execution Information:
  1575. -----------------------
  1576. Thread "deployment-jar-scanner" thread-id: 46 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@48ea7a0
  1577. at: sun.misc.Unsafe.park(Native Method)
  1578. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  1579. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  1580. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  1581. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  1582. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  1583. at: java.lang.Thread.run(Thread.java:662)
  1584. Thread Synchronization Statistics:
  1585. -----------------------
  1586. Number of times this thread was blocked (to enter/reenter a Monitor): 428
  1587. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 15
  1588. Total CPU time for this thread: 3 seconds 447,143,379 nanoseconds.
  1589. User-level CPU time for this thread: 3 seconds 447,143,379 nanoseconds.
  1590. Object Monitors currently held or requested by this thread: []
  1591. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1592. --------------------------------------------------------------------------------
  1593. Thread Execution Information:
  1594. -----------------------
  1595. Thread "deployment-jar-scanner" thread-id: 45 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@48ea7a0
  1596. at: sun.misc.Unsafe.park(Native Method)
  1597. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  1598. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  1599. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  1600. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  1601. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  1602. at: java.lang.Thread.run(Thread.java:662)
  1603. Thread Synchronization Statistics:
  1604. -----------------------
  1605. Number of times this thread was blocked (to enter/reenter a Monitor): 350
  1606. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 11
  1607. Total CPU time for this thread: 2 seconds 601,581,877 nanoseconds.
  1608. User-level CPU time for this thread: 2 seconds 601,581,877 nanoseconds.
  1609. Object Monitors currently held or requested by this thread: []
  1610. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1611. --------------------------------------------------------------------------------
  1612. Thread Execution Information:
  1613. -----------------------
  1614. Thread "deployment-jar-scanner" thread-id: 44 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@48ea7a0
  1615. at: sun.misc.Unsafe.park(Native Method)
  1616. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  1617. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  1618. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  1619. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  1620. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  1621. at: java.lang.Thread.run(Thread.java:662)
  1622. Thread Synchronization Statistics:
  1623. -----------------------
  1624. Number of times this thread was blocked (to enter/reenter a Monitor): 478
  1625. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 8
  1626. Total CPU time for this thread: 3 seconds 445,248,134 nanoseconds.
  1627. User-level CPU time for this thread: 3 seconds 445,248,134 nanoseconds.
  1628. Object Monitors currently held or requested by this thread: []
  1629. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1630. --------------------------------------------------------------------------------
  1631. Thread Execution Information:
  1632. -----------------------
  1633. Thread "deployment-jar-scanner" thread-id: 43 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@48ea7a0
  1634. at: sun.misc.Unsafe.park(Native Method)
  1635. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  1636. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  1637. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  1638. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  1639. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  1640. at: java.lang.Thread.run(Thread.java:662)
  1641. Thread Synchronization Statistics:
  1642. -----------------------
  1643. Number of times this thread was blocked (to enter/reenter a Monitor): 439
  1644. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 8
  1645. Total CPU time for this thread: 4 seconds 967,531,413 nanoseconds.
  1646. User-level CPU time for this thread: 4 seconds 967,531,413 nanoseconds.
  1647. Object Monitors currently held or requested by this thread: []
  1648. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1649. --------------------------------------------------------------------------------
  1650. Thread Execution Information:
  1651. -----------------------
  1652. Thread "ContainerBackgroundProcessor[StandardEngine[glassfish-web].StandardHost[server].StandardContext[/agentapp]]" thread-id: 42 thread-state: TIMED_WAITING
  1653. at: java.lang.Thread.sleep(Native Method)
  1654. at: org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1769)
  1655. at: java.lang.Thread.run(Thread.java:662)
  1656. Thread Synchronization Statistics:
  1657. -----------------------
  1658. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  1659. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 185
  1660. Total CPU time for this thread: 0 seconds 102,372,772 nanoseconds.
  1661. User-level CPU time for this thread: 0 seconds 102,372,772 nanoseconds.
  1662. Object Monitors currently held or requested by this thread: []
  1663. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1664. --------------------------------------------------------------------------------
  1665. Thread Execution Information:
  1666. -----------------------
  1667. Thread "ContainerBackgroundProcessor[StandardEngine[glassfish-web]]" thread-id: 41 thread-state: TIMED_WAITING
  1668. at: java.lang.Thread.sleep(Native Method)
  1669. at: org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1769)
  1670. at: java.lang.Thread.run(Thread.java:662)
  1671. Thread Synchronization Statistics:
  1672. -----------------------
  1673. Number of times this thread was blocked (to enter/reenter a Monitor): 6
  1674. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1,101
  1675. Total CPU time for this thread: 0 seconds 345,258,647 nanoseconds.
  1676. User-level CPU time for this thread: 0 seconds 345,258,647 nanoseconds.
  1677. Object Monitors currently held or requested by this thread: []
  1678. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1679. --------------------------------------------------------------------------------
  1680. Thread Execution Information:
  1681. -----------------------
  1682. Thread "ContainerBackgroundProcessor[StandardEngine[glassfish-web].StandardHost[server].StandardContext[]]" thread-id: 40 thread-state: TIMED_WAITING
  1683. at: java.lang.Thread.sleep(Native Method)
  1684. at: org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1769)
  1685. at: java.lang.Thread.run(Thread.java:662)
  1686. Thread Synchronization Statistics:
  1687. -----------------------
  1688. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  1689. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 185
  1690. Total CPU time for this thread: 0 seconds 72,027,323 nanoseconds.
  1691. User-level CPU time for this thread: 0 seconds 72,027,323 nanoseconds.
  1692. Object Monitors currently held or requested by this thread: []
  1693. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1694. --------------------------------------------------------------------------------
  1695. Thread Execution Information:
  1696. -----------------------
  1697. Thread "deployment-jar-scanner" thread-id: 39 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@48ea7a0
  1698. at: sun.misc.Unsafe.park(Native Method)
  1699. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  1700. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  1701. at: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  1702. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  1703. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  1704. at: java.lang.Thread.run(Thread.java:662)
  1705. Thread Synchronization Statistics:
  1706. -----------------------
  1707. Number of times this thread was blocked (to enter/reenter a Monitor): 447
  1708. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 9
  1709. Total CPU time for this thread: 4 seconds 68,019,929 nanoseconds.
  1710. User-level CPU time for this thread: 4 seconds 68,019,929 nanoseconds.
  1711. Object Monitors currently held or requested by this thread: []
  1712. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1713. --------------------------------------------------------------------------------
  1714. Thread Execution Information:
  1715. -----------------------
  1716. Thread "transaction-manager" thread-id: 34 thread-state: WAITING Waiting on lock: java.util.TaskQueue@319efbb6
  1717. at: java.lang.Object.wait(Native Method)
  1718. at: java.lang.Object.wait(Object.java:485)
  1719. at: java.util.TimerThread.mainLoop(Timer.java:483)
  1720. at: java.util.TimerThread.run(Timer.java:462)
  1721. Thread Synchronization Statistics:
  1722. -----------------------
  1723. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  1724. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1
  1725. Total CPU time for this thread: 0 seconds 1,110,698 nanoseconds.
  1726. User-level CPU time for this thread: 0 seconds 1,110,698 nanoseconds.
  1727. Object Monitors currently held or requested by this thread: []
  1728. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1729. --------------------------------------------------------------------------------
  1730. Thread Execution Information:
  1731. -----------------------
  1732. Thread "Grizzly-kernel-thread(1)" thread-id: 33 thread-state: RUNNABLE Running in native
  1733. at: sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)
  1734. at: sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:170)
  1735. at: sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:68)
  1736. at: sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:69)
  1737. at: sun.nio.ch.SelectorImpl.select(SelectorImpl.java:80)
  1738. at: com.sun.grizzly.TCPSelectorHandler.select(TCPSelectorHandler.java:513)
  1739. at: com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.java:190)
  1740. at: com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:132)
  1741. at: java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
  1742. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
  1743. at: java.lang.Thread.run(Thread.java:662)
  1744. Thread Synchronization Statistics:
  1745. -----------------------
  1746. Number of times this thread was blocked (to enter/reenter a Monitor): 25
  1747. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 0
  1748. Total CPU time for this thread: 1 seconds 810,709,420 nanoseconds.
  1749. User-level CPU time for this thread: 1 seconds 810,709,420 nanoseconds.
  1750. Object Monitors currently held or requested by this thread: []
  1751. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1752. --------------------------------------------------------------------------------
  1753. Thread Execution Information:
  1754. -----------------------
  1755. Thread "Grizzly-kernel-thread(1)" thread-id: 31 thread-state: RUNNABLE Running in native
  1756. at: sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)
  1757. at: sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:170)
  1758. at: sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:68)
  1759. at: sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:69)
  1760. at: sun.nio.ch.SelectorImpl.select(SelectorImpl.java:80)
  1761. at: com.sun.grizzly.TCPSelectorHandler.select(TCPSelectorHandler.java:513)
  1762. at: com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.java:190)
  1763. at: com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:132)
  1764. at: java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
  1765. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
  1766. at: java.lang.Thread.run(Thread.java:662)
  1767. Thread Synchronization Statistics:
  1768. -----------------------
  1769. Number of times this thread was blocked (to enter/reenter a Monitor): 25
  1770. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 0
  1771. Total CPU time for this thread: 2 seconds 63,883,260 nanoseconds.
  1772. User-level CPU time for this thread: 2 seconds 63,883,260 nanoseconds.
  1773. Object Monitors currently held or requested by this thread: []
  1774. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1775. --------------------------------------------------------------------------------
  1776. Thread Execution Information:
  1777. -----------------------
  1778. Thread "Grizzly-kernel-thread(1)" thread-id: 30 thread-state: RUNNABLE Running in native
  1779. at: sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)
  1780. at: sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:170)
  1781. at: sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:68)
  1782. at: sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:69)
  1783. at: sun.nio.ch.SelectorImpl.select(SelectorImpl.java:80)
  1784. at: com.sun.grizzly.TCPSelectorHandler.select(TCPSelectorHandler.java:513)
  1785. at: com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.java:190)
  1786. at: com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:132)
  1787. at: java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
  1788. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
  1789. at: java.lang.Thread.run(Thread.java:662)
  1790. Thread Synchronization Statistics:
  1791. -----------------------
  1792. Number of times this thread was blocked (to enter/reenter a Monitor): 27
  1793. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 0
  1794. Total CPU time for this thread: 1 seconds 744,128,923 nanoseconds.
  1795. User-level CPU time for this thread: 1 seconds 744,128,923 nanoseconds.
  1796. Object Monitors currently held or requested by this thread: []
  1797. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1798. --------------------------------------------------------------------------------
  1799. Thread Execution Information:
  1800. -----------------------
  1801. Thread "Grizzly-kernel-thread(1)" thread-id: 32 thread-state: RUNNABLE Running in native
  1802. at: sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)
  1803. at: sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:170)
  1804. at: sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:68)
  1805. at: sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:69)
  1806. at: sun.nio.ch.SelectorImpl.select(SelectorImpl.java:80)
  1807. at: com.sun.grizzly.TCPSelectorHandler.select(TCPSelectorHandler.java:513)
  1808. at: com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.java:190)
  1809. at: com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:132)
  1810. at: java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
  1811. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
  1812. at: java.lang.Thread.run(Thread.java:662)
  1813. Thread Synchronization Statistics:
  1814. -----------------------
  1815. Number of times this thread was blocked (to enter/reenter a Monitor): 19
  1816. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 0
  1817. Total CPU time for this thread: 1 seconds 847,698,505 nanoseconds.
  1818. User-level CPU time for this thread: 1 seconds 847,698,505 nanoseconds.
  1819. Object Monitors currently held or requested by this thread: []
  1820. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1821. --------------------------------------------------------------------------------
  1822. Thread Execution Information:
  1823. -----------------------
  1824. Thread "Grizzly-kernel-thread(1)" thread-id: 29 thread-state: RUNNABLE Running in native
  1825. at: sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)
  1826. at: sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:170)
  1827. at: sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:68)
  1828. at: sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:69)
  1829. at: sun.nio.ch.SelectorImpl.select(SelectorImpl.java:80)
  1830. at: com.sun.grizzly.TCPSelectorHandler.select(TCPSelectorHandler.java:513)
  1831. at: com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.java:190)
  1832. at: com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:132)
  1833. at: java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
  1834. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
  1835. at: java.lang.Thread.run(Thread.java:662)
  1836. Thread Synchronization Statistics:
  1837. -----------------------
  1838. Number of times this thread was blocked (to enter/reenter a Monitor): 27
  1839. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 0
  1840. Total CPU time for this thread: 1 seconds 758,473,398 nanoseconds.
  1841. User-level CPU time for this thread: 1 seconds 758,473,398 nanoseconds.
  1842. Object Monitors currently held or requested by this thread: []
  1843. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1844. --------------------------------------------------------------------------------
  1845. Thread Execution Information:
  1846. -----------------------
  1847. Thread "Thread-14" thread-id: 27 thread-state: TIMED_WAITING Waiting on lock: java.util.concurrent.atomic.AtomicInteger@3c9f832d
  1848. at: java.lang.Object.wait(Native Method)
  1849. at: com.sun.grizzly.Controller.waitUntilSelectorHandlersStop(Controller.java:1119)
  1850. at: com.sun.grizzly.Controller.start(Controller.java:869)
  1851. at: com.sun.grizzly.http.SelectorThread.startListener(SelectorThread.java:1281)
  1852. at: com.sun.grizzly.http.SelectorThread.run(SelectorThread.java:1121)
  1853. at: com.sun.grizzly.http.SelectorThread.startEndpoint(SelectorThread.java:1208)
  1854. at: com.sun.enterprise.v3.services.impl.GrizzlyListener.startEndpoint(GrizzlyListener.java:140)
  1855. at: com.sun.enterprise.v3.services.impl.GrizzlyProxy$2.run(GrizzlyProxy.java:327)
  1856. Thread Synchronization Statistics:
  1857. -----------------------
  1858. Number of times this thread was blocked (to enter/reenter a Monitor): 7
  1859. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 10,975
  1860. Total CPU time for this thread: 0 seconds 600,764,356 nanoseconds.
  1861. User-level CPU time for this thread: 0 seconds 600,764,356 nanoseconds.
  1862. Object Monitors currently held or requested by this thread: []
  1863. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1864. --------------------------------------------------------------------------------
  1865. Thread Execution Information:
  1866. -----------------------
  1867. Thread "Thread-12" thread-id: 25 thread-state: TIMED_WAITING Waiting on lock: java.util.concurrent.atomic.AtomicInteger@c5d1e73
  1868. at: java.lang.Object.wait(Native Method)
  1869. at: com.sun.grizzly.Controller.waitUntilSelectorHandlersStop(Controller.java:1119)
  1870. at: com.sun.grizzly.Controller.start(Controller.java:869)
  1871. at: com.sun.grizzly.http.SelectorThread.startListener(SelectorThread.java:1281)
  1872. at: com.sun.grizzly.http.SelectorThread.run(SelectorThread.java:1121)
  1873. at: com.sun.grizzly.http.SelectorThread.startEndpoint(SelectorThread.java:1208)
  1874. at: com.sun.enterprise.v3.services.impl.GrizzlyListener.startEndpoint(GrizzlyListener.java:140)
  1875. at: com.sun.enterprise.v3.services.impl.GrizzlyProxy$2.run(GrizzlyProxy.java:327)
  1876. Thread Synchronization Statistics:
  1877. -----------------------
  1878. Number of times this thread was blocked (to enter/reenter a Monitor): 19
  1879. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 10,975
  1880. Total CPU time for this thread: 0 seconds 625,766,488 nanoseconds.
  1881. User-level CPU time for this thread: 0 seconds 625,766,488 nanoseconds.
  1882. Object Monitors currently held or requested by this thread: []
  1883. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1884. --------------------------------------------------------------------------------
  1885. Thread Execution Information:
  1886. -----------------------
  1887. Thread "Thread-9" thread-id: 22 thread-state: TIMED_WAITING Waiting on lock: java.util.concurrent.atomic.AtomicInteger@357a165c
  1888. at: java.lang.Object.wait(Native Method)
  1889. at: com.sun.grizzly.Controller.waitUntilSelectorHandlersStop(Controller.java:1119)
  1890. at: com.sun.grizzly.Controller.start(Controller.java:869)
  1891. at: com.sun.grizzly.http.SelectorThread.startListener(SelectorThread.java:1281)
  1892. at: com.sun.grizzly.http.SelectorThread.run(SelectorThread.java:1121)
  1893. at: com.sun.grizzly.http.SelectorThread.startEndpoint(SelectorThread.java:1208)
  1894. at: com.sun.enterprise.v3.services.impl.GrizzlyListener.startEndpoint(GrizzlyListener.java:142)
  1895. at: com.sun.enterprise.v3.services.impl.GrizzlyProxy$2.run(GrizzlyProxy.java:327)
  1896. Thread Synchronization Statistics:
  1897. -----------------------
  1898. Number of times this thread was blocked (to enter/reenter a Monitor): 28
  1899. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 10,975
  1900. Total CPU time for this thread: 0 seconds 666,322,208 nanoseconds.
  1901. User-level CPU time for this thread: 0 seconds 666,322,208 nanoseconds.
  1902. Object Monitors currently held or requested by this thread: []
  1903. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1904. --------------------------------------------------------------------------------
  1905. Thread Execution Information:
  1906. -----------------------
  1907. Thread "Thread-6" thread-id: 19 thread-state: TIMED_WAITING Waiting on lock: java.util.concurrent.atomic.AtomicInteger@62520d71
  1908. at: java.lang.Object.wait(Native Method)
  1909. at: com.sun.grizzly.Controller.waitUntilSelectorHandlersStop(Controller.java:1119)
  1910. at: com.sun.grizzly.Controller.start(Controller.java:869)
  1911. at: com.sun.grizzly.http.SelectorThread.startListener(SelectorThread.java:1281)
  1912. at: com.sun.grizzly.http.SelectorThread.run(SelectorThread.java:1121)
  1913. at: com.sun.grizzly.http.SelectorThread.startEndpoint(SelectorThread.java:1208)
  1914. at: com.sun.enterprise.v3.services.impl.GrizzlyListener.startEndpoint(GrizzlyListener.java:142)
  1915. at: com.sun.enterprise.v3.services.impl.GrizzlyProxy$2.run(GrizzlyProxy.java:327)
  1916. Thread Synchronization Statistics:
  1917. -----------------------
  1918. Number of times this thread was blocked (to enter/reenter a Monitor): 27
  1919. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 10,975
  1920. Total CPU time for this thread: 0 seconds 732,744,566 nanoseconds.
  1921. User-level CPU time for this thread: 0 seconds 732,744,566 nanoseconds.
  1922. Object Monitors currently held or requested by this thread: []
  1923. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1924. --------------------------------------------------------------------------------
  1925. Thread Execution Information:
  1926. -----------------------
  1927. Thread "Thread-4" thread-id: 17 thread-state: TIMED_WAITING Waiting on lock: java.util.concurrent.atomic.AtomicInteger@78f0a824
  1928. at: java.lang.Object.wait(Native Method)
  1929. at: com.sun.grizzly.Controller.waitUntilSelectorHandlersStop(Controller.java:1119)
  1930. at: com.sun.grizzly.Controller.start(Controller.java:869)
  1931. at: com.sun.grizzly.http.SelectorThread.startListener(SelectorThread.java:1281)
  1932. at: com.sun.grizzly.http.SelectorThread.run(SelectorThread.java:1121)
  1933. at: com.sun.grizzly.http.SelectorThread.startEndpoint(SelectorThread.java:1208)
  1934. at: com.sun.enterprise.v3.services.impl.GrizzlyListener.startEndpoint(GrizzlyListener.java:142)
  1935. at: com.sun.enterprise.v3.services.impl.GrizzlyProxy$2.run(GrizzlyProxy.java:327)
  1936. Thread Synchronization Statistics:
  1937. -----------------------
  1938. Number of times this thread was blocked (to enter/reenter a Monitor): 35
  1939. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 10,975
  1940. Total CPU time for this thread: 0 seconds 874,941,765 nanoseconds.
  1941. User-level CPU time for this thread: 0 seconds 874,941,765 nanoseconds.
  1942. Object Monitors currently held or requested by this thread: []
  1943. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1944. --------------------------------------------------------------------------------
  1945. Thread Execution Information:
  1946. -----------------------
  1947. Thread "Thread-2" thread-id: 15 thread-state: WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7faf1183
  1948. at: sun.misc.Unsafe.park(Native Method)
  1949. at: java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
  1950. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  1951. at: java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:322)
  1952. at: com.sun.enterprise.server.logging.GFFileHandler.log(GFFileHandler.java:637)
  1953. at: com.sun.enterprise.server.logging.GFFileHandler$1.run(GFFileHandler.java:176)
  1954. Thread Synchronization Statistics:
  1955. -----------------------
  1956. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  1957. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 428
  1958. Total CPU time for this thread: 0 seconds 615,372,019 nanoseconds.
  1959. User-level CPU time for this thread: 0 seconds 615,372,019 nanoseconds.
  1960. Object Monitors currently held or requested by this thread: []
  1961. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1962. --------------------------------------------------------------------------------
  1963. Thread Execution Information:
  1964. -----------------------
  1965. Thread "pool-1-thread-1" thread-id: 14 thread-state: TIMED_WAITING Waiting on lock: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3ea6f0f2
  1966. at: sun.misc.Unsafe.park(Native Method)
  1967. at: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:196)
  1968. at: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2025)
  1969. at: java.util.concurrent.DelayQueue.take(DelayQueue.java:164)
  1970. at: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609)
  1971. at: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602)
  1972. at: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
  1973. at: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
  1974. at: java.lang.Thread.run(Thread.java:662)
  1975. Thread Synchronization Statistics:
  1976. -----------------------
  1977. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  1978. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 21,736
  1979. Total CPU time for this thread: 10 seconds 67,969,617 nanoseconds.
  1980. User-level CPU time for this thread: 10 seconds 67,969,617 nanoseconds.
  1981. Object Monitors currently held or requested by this thread: []
  1982. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1983. --------------------------------------------------------------------------------
  1984. Thread Execution Information:
  1985. -----------------------
  1986. Thread "FelixPackageAdmin" thread-id: 13 thread-state: WAITING Waiting on lock: org.apache.felix.framework.PackageAdminImpl@4214c000
  1987. at: java.lang.Object.wait(Native Method)
  1988. at: java.lang.Object.wait(Object.java:485)
  1989. at: org.apache.felix.framework.PackageAdminImpl.run(PackageAdminImpl.java:321)
  1990. at: java.lang.Thread.run(Thread.java:662)
  1991. Thread Synchronization Statistics:
  1992. -----------------------
  1993. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  1994. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 1
  1995. Total CPU time for this thread: 0 seconds 644,049 nanoseconds.
  1996. User-level CPU time for this thread: 0 seconds 644,049 nanoseconds.
  1997. Object Monitors currently held or requested by this thread: []
  1998. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  1999. --------------------------------------------------------------------------------
  2000. Thread Execution Information:
  2001. -----------------------
  2002. Thread "FelixStartLevel" thread-id: 12 thread-state: WAITING Waiting on lock: java.util.ArrayList@604961e4
  2003. at: java.lang.Object.wait(Native Method)
  2004. at: java.lang.Object.wait(Object.java:485)
  2005. at: org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:242)
  2006. at: java.lang.Thread.run(Thread.java:662)
  2007. Thread Synchronization Statistics:
  2008. -----------------------
  2009. Number of times this thread was blocked (to enter/reenter a Monitor): 3
  2010. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 3
  2011. Total CPU time for this thread: 4 seconds 367,214,848 nanoseconds.
  2012. User-level CPU time for this thread: 4 seconds 367,214,848 nanoseconds.
  2013. Object Monitors currently held or requested by this thread: []
  2014. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  2015. --------------------------------------------------------------------------------
  2016. Thread Execution Information:
  2017. -----------------------
  2018. Thread "FelixDispatchQueue" thread-id: 11 thread-state: WAITING Waiting on lock: java.util.ArrayList@71b9f11e
  2019. at: java.lang.Object.wait(Native Method)
  2020. at: java.lang.Object.wait(Object.java:485)
  2021. at: org.apache.felix.framework.util.EventDispatcher.run(EventDispatcher.java:924)
  2022. at: org.apache.felix.framework.util.EventDispatcher.access$000(EventDispatcher.java:54)
  2023. at: org.apache.felix.framework.util.EventDispatcher$1.run(EventDispatcher.java:106)
  2024. at: java.lang.Thread.run(Thread.java:662)
  2025. Thread Synchronization Statistics:
  2026. -----------------------
  2027. Number of times this thread was blocked (to enter/reenter a Monitor): 456
  2028. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 444
  2029. Total CPU time for this thread: 0 seconds 627,590,757 nanoseconds.
  2030. User-level CPU time for this thread: 0 seconds 627,590,757 nanoseconds.
  2031. Object Monitors currently held or requested by this thread: []
  2032. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  2033. --------------------------------------------------------------------------------
  2034. Thread Execution Information:
  2035. -----------------------
  2036. Thread "Signal Dispatcher" thread-id: 4 thread-state: RUNNABLE
  2037. Thread Synchronization Statistics:
  2038. -----------------------
  2039. Number of times this thread was blocked (to enter/reenter a Monitor): 0
  2040. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 0
  2041. Total CPU time for this thread: 0 seconds 141,872 nanoseconds.
  2042. User-level CPU time for this thread: 0 seconds 141,872 nanoseconds.
  2043. Object Monitors currently held or requested by this thread: []
  2044. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  2045. --------------------------------------------------------------------------------
  2046. Thread Execution Information:
  2047. -----------------------
  2048. Thread "Finalizer" thread-id: 3 thread-state: WAITING Waiting on lock: java.lang.ref.ReferenceQueue$Lock@668522e6
  2049. at: java.lang.Object.wait(Native Method)
  2050. at: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
  2051. at: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
  2052. at: java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
  2053. Thread Synchronization Statistics:
  2054. -----------------------
  2055. Number of times this thread was blocked (to enter/reenter a Monitor): 758
  2056. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 17
  2057. Total CPU time for this thread: 0 seconds 549,948,270 nanoseconds.
  2058. User-level CPU time for this thread: 0 seconds 549,948,270 nanoseconds.
  2059. Object Monitors currently held or requested by this thread: []
  2060. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  2061. --------------------------------------------------------------------------------
  2062. Thread Execution Information:
  2063. -----------------------
  2064. Thread "Reference Handler" thread-id: 2 thread-state: WAITING Waiting on lock: java.lang.ref.Reference$Lock@2eb65e9f
  2065. at: java.lang.Object.wait(Native Method)
  2066. at: java.lang.Object.wait(Object.java:485)
  2067. at: java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
  2068. Thread Synchronization Statistics:
  2069. -----------------------
  2070. Number of times this thread was blocked (to enter/reenter a Monitor): 15
  2071. Number of times this thread waited for a notification (i.e. it was in WAITING or TIMED_WAITING state): 16
  2072. Total CPU time for this thread: 0 seconds 255,470,745 nanoseconds.
  2073. User-level CPU time for this thread: 0 seconds 255,470,745 nanoseconds.
  2074. Object Monitors currently held or requested by this thread: []
  2075. Ownable Synchronizers (e.g. ReentrantLock and ReentrantReadWriteLock) held by this thread: []
  2076. No deadlock found
  2077.  
  2078. Command generate-jvm-report executed successfully.
  2079. bash-3.2$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement