Guest User

Untitled

a guest
Oct 30th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 190.94 KB | None | 0 0
  1. 2018-10-12 18:49:28,283 Caesium-1-3 INFO ServiceRunner [c.a.j.p.h.service.ping.RefreshConnectionStatusJobHandler] Running RefreshConnectionStatusJobHandler...
  2. 2018-10-12 18:49:36,295 Caesium-1-2 INFO ServiceRunner [c.a.j.p.h.service.connect.InstallGlancesJobHandler] Running InstallGlancesJobHandler...
  3. 2018-10-12 18:49:36,295 Caesium-1-2 INFO ServiceRunner [c.a.j.p.h.service.connect.InstallGlancesJobHandler] There is no link to HipChat, no need to install glances.
  4. 2018-10-12 18:50:00,785 HealthCheck:thread-5 WARN ServiceRunner [c.a.applinks.core.DefaultApplinkStatusService] Unrecognized error while attempting to retrieve status of Application Link 'be726758-f0eb-3d00-8c56-2c3112a36600'
  5. 12-Oct-2018 18:50:46.292 INFORMATION [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
  6. 12-Oct-2018 18:50:46.292 INFORMATION [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"]
  7. 12-Oct-2018 18:50:46.294 INFORMATION [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Catalina]
  8. 2018-10-12 18:50:46,361 localhost-startStop-2 INFO [c.a.jira.startup.DefaultJiraLauncher] Stopping launchers
  9. 2018-10-12 18:50:46,413 localhost-startStop-2 ERROR [o.a.c.c.C.[Catalina].[localhost].[/]] Exception sending context destroyed event to listener instance of class [com.atlassian.jira.startup.LauncherContextListener]
  10. com.atlassian.jira.exception.DataAccessException: org.ofbiz.core.entity.GenericDataSourceException: SQL Exception while executing the following:SELECT ID, TYPE, REQUEST_TIME, START_TIME, COMPLETION_TIME, STATUS, EXECUTION_NODE_ID, QUERY FROM reindex_request WHERE STATUS=? ORDER BY REQUEST_TIME (Server shutdown in progress)
  11. at com.atlassian.jira.ofbiz.DefaultOfBizDelegator.findListIteratorByCondition(DefaultOfBizDelegator.java:401)
  12. at com.atlassian.jira.ofbiz.WrappingOfBizDelegator.findListIteratorByCondition(WrappingOfBizDelegator.java:278)
  13. at com.atlassian.jira.entity.SelectQueryImpl$ExecutionContextImpl.forEach(SelectQueryImpl.java:227)
  14. at com.atlassian.jira.entity.SelectQueryImpl$ExecutionContextImpl.asList(SelectQueryImpl.java:164)
  15. at com.atlassian.jira.index.request.ReindexRequestDaoImpl.getRequestsWithStatus(ReindexRequestDaoImpl.java:29)
  16. at com.atlassian.jira.index.request.DefaultReindexRequestManager.getActiveOrRunningRequests(DefaultReindexRequestManager.java:280)
  17. at com.atlassian.jira.index.request.DefaultReindexRequestManager.failRunningRequestsFromNode(DefaultReindexRequestManager.java:321)
  18. at com.atlassian.jira.startup.ReindexRequestCleaner.stop(ReindexRequestCleaner.java:25)
  19. at com.atlassian.jira.startup.DefaultJiraLauncher.stop(DefaultJiraLauncher.java:199)
  20. at com.atlassian.jira.startup.LauncherContextListener.contextDestroyed(LauncherContextListener.java:211)
  21. ... 5 filtered
  22. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  23. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  24. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  25. at java.lang.Thread.run(Thread.java:748)
  26. Caused by: org.ofbiz.core.entity.GenericDataSourceException: SQL Exception while executing the following:SELECT ID, TYPE, REQUEST_TIME, START_TIME, COMPLETION_TIME, STATUS, EXECUTION_NODE_ID, QUERY FROM reindex_request WHERE STATUS=? ORDER BY REQUEST_TIME (Server shutdown in progress)
  27. at org.ofbiz.core.entity.jdbc.SQLProcessor.executeQuery(SQLProcessor.java:533)
  28. at org.ofbiz.core.entity.GenericDAO.createEntityListIterator(GenericDAO.java:877)
  29. at org.ofbiz.core.entity.GenericDAO.selectListIteratorByCondition(GenericDAO.java:857)
  30. at org.ofbiz.core.entity.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:216)
  31. at org.ofbiz.core.entity.GenericDelegator.findListIteratorByCondition(GenericDelegator.java:1243)
  32. ... 18 more
  33. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Server shutdown in progress
  34. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  35. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  36. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  37. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  38. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  39. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
  40. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3978)
  41. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3914)
  42. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2530)
  43. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2683)
  44. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2495)
  45. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1903)
  46. at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2011)
  47. at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:83)
  48. at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:83)
  49. at org.ofbiz.core.entity.jdbc.SQLProcessor.executeQuery(SQLProcessor.java:527)
  50. ... 23 more
  51. 12-Oct-2018 18:50:46.441 WARNUNG [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [commons-pool-EvictionTimer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  52. java.lang.Object.wait(Native Method)
  53. java.util.TimerThread.mainLoop(Timer.java:552)
  54. java.util.TimerThread.run(Timer.java:505)
  55. 12-Oct-2018 18:50:46.441 WARNUNG [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [JonasBatch] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  56. java.lang.Object.wait(Native Method)
  57. java.lang.Object.wait(Object.java:502)
  58. org.objectweb.jonas_timer.TimerManager.batch(TimerManager.java:193)
  59. org.objectweb.jonas_timer.Batch.run(TimerManager.java:65)
  60. 12-Oct-2018 18:50:46.442 WARNUNG [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [JonasClock] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  61. java.lang.Thread.sleep(Native Method)
  62. org.objectweb.jonas_timer.TimerManager.clock(TimerManager.java:142)
  63. org.objectweb.jonas_timer.Clock.run(TimerManager.java:46)
  64. 12-Oct-2018 18:50:46.442 WARNUNG [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [jira-monitoring-plugin] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  65. java.lang.Object.wait(Native Method)
  66. java.util.TimerThread.mainLoop(Timer.java:552)
  67. java.util.TimerThread.run(Timer.java:505)
  68. 12-Oct-2018 18:50:46.442 WARNUNG [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  69. java.lang.Object.wait(Native Method)
  70. java.lang.Object.wait(Object.java:502)
  71. java.util.TimerThread.mainLoop(Timer.java:526)
  72. java.util.TimerThread.run(Timer.java:505)
  73. 12-Oct-2018 18:50:46.442 WARNUNG [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  74. java.lang.Object.wait(Native Method)
  75. java.lang.Object.wait(Object.java:502)
  76. java.util.TimerThread.mainLoop(Timer.java:526)
  77. java.util.TimerThread.run(Timer.java:505)
  78. 12-Oct-2018 18:50:46.443 WARNUNG [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [default-application-role-manager-cache-refresh-0] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  79. sun.misc.Unsafe.park(Native Method)
  80. java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  81. java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  82. java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  83. java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  84. java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  85. java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  86. java.lang.Thread.run(Thread.java:748)
  87. 12-Oct-2018 18:50:46.443 WARNUNG [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [file-attachment-store:thread-3] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  88. sun.misc.Unsafe.park(Native Method)
  89. java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  90. java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  91. java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  92. java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  93. java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  94. java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  95. java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  96. java.lang.Thread.run(Thread.java:748)
  97. 12-Oct-2018 18:50:46.447 WARNUNG [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [analyticsEventProcessor:thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  98. sun.misc.Unsafe.park(Native Method)
  99. java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  100. java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  101. java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  102. java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  103. java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  104. java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  105. java.lang.Thread.run(Thread.java:748)
  106. 12-Oct-2018 18:50:46.448 WARNUNG [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [UpmScheduler:thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  107. sun.misc.Unsafe.park(Native Method)
  108. java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  109. java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  110. java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
  111. java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  112. java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  113. java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  114. java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  115. java.lang.Thread.run(Thread.java:748)
  116. 12-Oct-2018 18:50:46.448 WARNUNG [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [UpmScheduler:thread-2] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  117. sun.misc.Unsafe.park(Native Method)
  118. java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  119. java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  120. java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
  121. java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  122. java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  123. java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  124. java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  125. java.lang.Thread.run(Thread.java:748)
  126. 12-Oct-2018 18:50:46.448 WARNUNG [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [jira-botocss:thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  127. sun.misc.Unsafe.park(Native Method)
  128. java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  129. java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  130. java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  131. java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  132. java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  133. java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  134. java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  135. java.lang.Thread.run(Thread.java:748)
  136. 12-Oct-2018 18:50:46.449 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@2efc9ebc]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  137. 12-Oct-2018 18:50:46.449 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@5d9ae537]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  138. 12-Oct-2018 18:50:46.449 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  139. 12-Oct-2018 18:50:46.450 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  140. 12-Oct-2018 18:50:46.450 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@56526418]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  141. 12-Oct-2018 18:50:46.450 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@4f2f2202]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  142. 12-Oct-2018 18:50:46.450 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@27bc7e1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  143. 12-Oct-2018 18:50:46.450 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  144. 12-Oct-2018 18:50:46.450 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  145. 12-Oct-2018 18:50:46.451 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@21611420]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  146. 12-Oct-2018 18:50:46.451 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@17680d3c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  147. 12-Oct-2018 18:50:46.451 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@30ceb7cc]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  148. 12-Oct-2018 18:50:46.451 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@6cd63afb]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  149. 12-Oct-2018 18:50:46.451 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  150. 12-Oct-2018 18:50:46.451 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  151. 12-Oct-2018 18:50:46.451 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@45bfe355]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  152. 12-Oct-2018 18:50:46.451 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@12691733]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  153. 12-Oct-2018 18:50:46.451 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@575cb265]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  154. 12-Oct-2018 18:50:46.452 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@a805b97]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  155. 12-Oct-2018 18:50:46.452 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  156. 12-Oct-2018 18:50:46.452 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  157. 12-Oct-2018 18:50:46.452 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@58e8a5cb]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  158. 12-Oct-2018 18:50:46.452 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@503c11a2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  159. 12-Oct-2018 18:50:46.452 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@1d485e10]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  160. 12-Oct-2018 18:50:46.459 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@75a9e62c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  161. 12-Oct-2018 18:50:46.460 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@2ace9e57]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  162. 12-Oct-2018 18:50:46.460 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  163. 12-Oct-2018 18:50:46.460 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  164. 12-Oct-2018 18:50:46.460 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@6ed02c67]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  165. 12-Oct-2018 18:50:46.460 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@54f22f17]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  166. 12-Oct-2018 18:50:46.460 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1] (value [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1@a903ff8]) and a value of type [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory] (value [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory@10b7f52e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  167. 12-Oct-2018 18:50:46.465 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@7f6b504b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  168. 12-Oct-2018 18:50:46.465 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  169. 12-Oct-2018 18:50:46.465 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  170. 12-Oct-2018 18:50:46.465 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@31c0c565]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  171. 12-Oct-2018 18:50:46.465 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@1e7158f6]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  172. 12-Oct-2018 18:50:46.465 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@3bbdaa7b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  173. 12-Oct-2018 18:50:46.465 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1] (value [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1@a903ff8]) and a value of type [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory] (value [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory@2310fa58]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  174. 12-Oct-2018 18:50:46.465 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  175. 12-Oct-2018 18:50:46.465 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@72b0ca89]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  176. 12-Oct-2018 18:50:46.466 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@1cab505]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  177. 12-Oct-2018 18:50:46.466 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@13005f1a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  178. 12-Oct-2018 18:50:46.466 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  179. 12-Oct-2018 18:50:46.466 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@67903b71]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  180. 12-Oct-2018 18:50:46.466 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1] (value [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1@a903ff8]) and a value of type [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory] (value [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory@3326c81b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  181. 12-Oct-2018 18:50:46.466 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@4095d0b4]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  182. 12-Oct-2018 18:50:46.467 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  183. 12-Oct-2018 18:50:46.467 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  184. 12-Oct-2018 18:50:46.467 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@37d15dde]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  185. 12-Oct-2018 18:50:46.469 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@68fde230]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  186. 12-Oct-2018 18:50:46.469 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@557f6d5c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  187. 12-Oct-2018 18:50:46.469 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@76076989]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  188. 12-Oct-2018 18:50:46.469 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  189. 12-Oct-2018 18:50:46.469 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  190. 12-Oct-2018 18:50:46.469 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@4fc35280]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  191. 12-Oct-2018 18:50:46.470 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@6178d3a9]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  192. 12-Oct-2018 18:50:46.470 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@2c7eb52e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  193. 12-Oct-2018 18:50:46.470 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@22f6cb0b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  194. 12-Oct-2018 18:50:46.470 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  195. 12-Oct-2018 18:50:46.470 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  196. 12-Oct-2018 18:50:46.470 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@5036aa5b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  197. 12-Oct-2018 18:50:46.470 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@938a2b6]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  198. 12-Oct-2018 18:50:46.470 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@1d829e09]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  199. 12-Oct-2018 18:50:46.470 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1] (value [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1@a903ff8]) and a value of type [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory] (value [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory@29f2d06b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  200. 12-Oct-2018 18:50:46.471 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@6513faf1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  201. 12-Oct-2018 18:50:46.471 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  202. 12-Oct-2018 18:50:46.471 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  203. 12-Oct-2018 18:50:46.471 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@6c68528c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  204. 12-Oct-2018 18:50:46.471 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@17993c7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  205. 12-Oct-2018 18:50:46.471 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@7b47256b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  206. 12-Oct-2018 18:50:46.471 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@5595f4bd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  207. 12-Oct-2018 18:50:46.471 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  208. 12-Oct-2018 18:50:46.471 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  209. 12-Oct-2018 18:50:46.471 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@1d628df5]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  210. 12-Oct-2018 18:50:46.472 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@5fcc8f4f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  211. 12-Oct-2018 18:50:46.472 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@2586a817]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  212. 12-Oct-2018 18:50:46.472 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1] (value [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1@a903ff8]) and a value of type [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory] (value [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory@3384f37c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  213. 12-Oct-2018 18:50:46.472 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@18d8b24]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  214. 12-Oct-2018 18:50:46.473 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  215. 12-Oct-2018 18:50:46.473 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  216. 12-Oct-2018 18:50:46.473 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@5505356]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  217. 12-Oct-2018 18:50:46.473 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@3902901d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  218. 12-Oct-2018 18:50:46.473 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@543be8b2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  219. 12-Oct-2018 18:50:46.473 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@1f431cfa]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  220. 12-Oct-2018 18:50:46.476 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  221. 12-Oct-2018 18:50:46.476 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  222. 12-Oct-2018 18:50:46.476 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@188e26a7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  223. 12-Oct-2018 18:50:46.476 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@3521cfd3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  224. 12-Oct-2018 18:50:46.476 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@3e54dfbd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  225. 12-Oct-2018 18:50:46.476 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@3977a041]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  226. 12-Oct-2018 18:50:46.476 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  227. 12-Oct-2018 18:50:46.476 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  228. 12-Oct-2018 18:50:46.476 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@6bc11056]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  229. 12-Oct-2018 18:50:46.477 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@737083a4]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  230. 12-Oct-2018 18:50:46.477 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@77815023]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  231. 12-Oct-2018 18:50:46.477 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@f4acfb7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  232. 12-Oct-2018 18:50:46.477 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  233. 12-Oct-2018 18:50:46.477 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  234. 12-Oct-2018 18:50:46.477 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@6c6a2da8]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  235. 12-Oct-2018 18:50:46.477 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@1bf0ee22]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  236. 12-Oct-2018 18:50:46.477 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@660db537]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  237. 12-Oct-2018 18:50:46.477 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.apache.shindig.common.xml.XmlUtil$2] (value [org.apache.shindig.common.xml.XmlUtil$2@3f63f936]) and a value of type [org.apache.xerces.jaxp.DocumentBuilderImpl] (value [org.apache.xerces.jaxp.DocumentBuilderImpl@259941f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  238. 12-Oct-2018 18:50:46.477 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1] (value [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1@a903ff8]) and a value of type [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory] (value [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory@1ec4eb88]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  239. 12-Oct-2018 18:50:46.478 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@156b416a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  240. 12-Oct-2018 18:50:46.478 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  241. 12-Oct-2018 18:50:46.478 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  242. 12-Oct-2018 18:50:46.478 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@35e1a0b8]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  243. 12-Oct-2018 18:50:46.478 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@7bd63377]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  244. 12-Oct-2018 18:50:46.478 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@42771f2e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  245. 12-Oct-2018 18:50:46.478 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@d58761b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  246. 12-Oct-2018 18:50:46.478 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@3584e368]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  247. 12-Oct-2018 18:50:46.478 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  248. 12-Oct-2018 18:50:46.479 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  249. 12-Oct-2018 18:50:46.479 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@7f833324]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  250. 12-Oct-2018 18:50:46.479 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@577cd95]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  251. 12-Oct-2018 18:50:46.481 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1] (value [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1@a903ff8]) and a value of type [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory] (value [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory@4bd19b8e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  252. 12-Oct-2018 18:50:46.484 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@59dcbe3f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  253. 12-Oct-2018 18:50:46.484 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  254. 12-Oct-2018 18:50:46.484 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  255. 12-Oct-2018 18:50:46.484 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@400d527]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  256. 12-Oct-2018 18:50:46.484 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@45a0ba3e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  257. 12-Oct-2018 18:50:46.484 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@478be640]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  258. 12-Oct-2018 18:50:46.484 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1] (value [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1@a903ff8]) and a value of type [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory] (value [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory@554d8940]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  259. 12-Oct-2018 18:50:46.485 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@70b50efb]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  260. 12-Oct-2018 18:50:46.485 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@30043b99]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  261. 12-Oct-2018 18:50:46.485 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  262. 12-Oct-2018 18:50:46.485 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  263. 12-Oct-2018 18:50:46.485 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@111be9e2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  264. 12-Oct-2018 18:50:46.485 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@4901ffec]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  265. 12-Oct-2018 18:50:46.485 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1] (value [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1@a903ff8]) and a value of type [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory] (value [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory@5848cda6]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  266. 12-Oct-2018 18:50:46.485 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@5bff781a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  267. 12-Oct-2018 18:50:46.485 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  268. 12-Oct-2018 18:50:46.486 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  269. 12-Oct-2018 18:50:46.486 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@535dada1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  270. 12-Oct-2018 18:50:46.486 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@4d666f91]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  271. 12-Oct-2018 18:50:46.486 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@6d79e18f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  272. 12-Oct-2018 18:50:46.486 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1] (value [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1@a903ff8]) and a value of type [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory] (value [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory@5654d460]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  273. 12-Oct-2018 18:50:46.486 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@685a5bae]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  274. 12-Oct-2018 18:50:46.488 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@16bebbd3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  275. 12-Oct-2018 18:50:46.489 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  276. 12-Oct-2018 18:50:46.489 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  277. 12-Oct-2018 18:50:46.489 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@446e703b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  278. 12-Oct-2018 18:50:46.489 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@7ed3d433]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  279. 12-Oct-2018 18:50:46.489 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@1d509819]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  280. 12-Oct-2018 18:50:46.489 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  281. 12-Oct-2018 18:50:46.489 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  282. 12-Oct-2018 18:50:46.489 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@54b7549a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  283. 12-Oct-2018 18:50:46.490 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@34257073]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  284. 12-Oct-2018 18:50:46.490 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@2dacb6be]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  285. 12-Oct-2018 18:50:46.490 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@36238840]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  286. 12-Oct-2018 18:50:46.490 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  287. 12-Oct-2018 18:50:46.490 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  288. 12-Oct-2018 18:50:46.490 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@47e75c0a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  289. 12-Oct-2018 18:50:46.490 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@fb61b0e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  290. 12-Oct-2018 18:50:46.490 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@257de330]) and a value of type [com.atlassian.core.xml.InterningDocumentFactory] (value [com.atlassian.core.xml.InterningDocumentFactory@d472cdc]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  291. 12-Oct-2018 18:50:46.490 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@70bd2672]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  292. 12-Oct-2018 18:50:46.490 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1] (value [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1@a903ff8]) and a value of type [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory] (value [com.sun.jersey.core.impl.provider.xml.SecureSAXParserFactory@4fec3d00]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  293. 12-Oct-2018 18:50:46.497 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@30f0110b]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector] (value [com.atlassian.jira.servermetrics.NestedRequestsMetricsCollector@54223ae]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  294. 12-Oct-2018 18:50:46.497 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@486d6f99]) and a value of type [com.atlassian.jira.tenancy.JiraTenantImpl] (value [JiraTenantImpl{id='fakeTenantId'}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  295. 12-Oct-2018 18:50:46.497 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  296. 12-Oct-2018 18:50:46.498 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3027199a]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@28c0f0f8]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  297. 12-Oct-2018 18:50:46.498 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@177f1d88]) and a value of type [com.atlassian.jira.servermetrics.NestedRequestKeyResolver] (value [com.atlassian.jira.servermetrics.NestedRequestKeyResolver@66accdd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  298. 12-Oct-2018 18:50:46.498 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@257de330]) and a value of type [com.atlassian.core.xml.InterningDocumentFactory] (value [com.atlassian.core.xml.InterningDocumentFactory@1221d0ed]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  299. 12-Oct-2018 18:50:46.498 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [webwork.action.ActionContext$1] (value [webwork.action.ActionContext$1@71ea5a74]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@1d899bc1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  300. 12-Oct-2018 18:50:46.498 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.springframework.core.NamedInheritableThreadLocal] (value [Current invoker bundle context]) and a value of type [org.apache.felix.framework.BundleContextImpl] (value [org.apache.felix.framework.BundleContextImpl@52dd1d34]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  301. 12-Oct-2018 18:50:46.498 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1] (value [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1@32e1efb8]) and a value of type [com.atlassian.instrumentation.operations.registry.OpRegistry] (value [com.atlassian.instrumentation.operations.registry.OpRegistry@623dc11d {db.conns=OpCounter{name='db.conns', invocationCount=95, elapsedTotal=508306862, elapsedMin=2494, elapsedMax=138175931, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  302. 12-Oct-2018 18:50:46.501 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1] (value [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1@32e1efb8]) and a value of type [com.atlassian.instrumentation.operations.registry.OpRegistry] (value [com.atlassian.instrumentation.operations.registry.OpRegistry@7e07c30f {db.conns=OpCounter{name='db.conns', invocationCount=122, elapsedTotal=54729843, elapsedMin=139979, elapsedMax=7318989, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  303. 12-Oct-2018 18:50:46.501 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1] (value [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1@32e1efb8]) and a value of type [com.atlassian.instrumentation.operations.registry.OpRegistry] (value [com.atlassian.instrumentation.operations.registry.OpRegistry@2f01089d {db.reads=OpCounter{name='db.reads', invocationCount=17, elapsedTotal=6104735, elapsedMin=164805, elapsedMax=1010260, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}, db.conns=OpCounter{name='db.conns', invocationCount=17, elapsedTotal=14095705, elapsedMin=205480, elapsedMax=4174648, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  304. 12-Oct-2018 18:50:46.501 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1] (value [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1@32e1efb8]) and a value of type [com.atlassian.instrumentation.operations.registry.OpRegistry] (value [com.atlassian.instrumentation.operations.registry.OpRegistry@12a0beea {db.reads=OpCounter{name='db.reads', invocationCount=1, elapsedTotal=14980592, elapsedMin=14980592, elapsedMax=14980592, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}, db.conns=OpCounter{name='db.conns', invocationCount=1, elapsedTotal=15378239, elapsedMin=15378239, elapsedMax=15378239, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  305. 12-Oct-2018 18:50:46.501 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  306. 12-Oct-2018 18:50:46.501 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.springframework.core.NamedInheritableThreadLocal] (value [Current invoker bundle context]) and a value of type [org.apache.felix.framework.BundleContextImpl] (value [org.apache.felix.framework.BundleContextImpl@1f33f0a8]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  307. 12-Oct-2018 18:50:46.501 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.springframework.core.NamedInheritableThreadLocal] (value [Current invoker bundle context]) and a value of type [org.apache.felix.framework.BundleContextImpl] (value [org.apache.felix.framework.BundleContextImpl@6f54d0ca]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  308. 12-Oct-2018 18:50:46.502 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.springframework.core.NamedInheritableThreadLocal] (value [Current invoker bundle context]) and a value of type [org.apache.felix.framework.BundleContextImpl] (value [org.apache.felix.framework.BundleContextImpl@135cc380]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  309. 12-Oct-2018 18:50:46.502 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  310. 12-Oct-2018 18:50:46.505 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1] (value [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1@32e1efb8]) and a value of type [com.atlassian.instrumentation.operations.registry.OpRegistry] (value [com.atlassian.instrumentation.operations.registry.OpRegistry@79a4a948 {db.conns=OpCounter{name='db.conns', invocationCount=3, elapsedTotal=20006312, elapsedMin=954594, elapsedMax=10768388, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  311. 12-Oct-2018 18:50:46.507 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  312. 12-Oct-2018 18:50:46.507 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1] (value [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1@32e1efb8]) and a value of type [com.atlassian.instrumentation.operations.registry.OpRegistry] (value [com.atlassian.instrumentation.operations.registry.OpRegistry@3daa7fde {db.reads=OpCounter{name='db.reads', invocationCount=7, elapsedTotal=14206405, elapsedMin=286568, elapsedMax=5330240, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}, db.conns=OpCounter{name='db.conns', invocationCount=7, elapsedTotal=36371212, elapsedMin=427092, elapsedMax=12551144, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  313. 12-Oct-2018 18:50:46.516 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1] (value [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1@32e1efb8]) and a value of type [com.atlassian.instrumentation.operations.registry.OpRegistry] (value [com.atlassian.instrumentation.operations.registry.OpRegistry@533dfee9 {db.conns=OpCounter{name='db.conns', invocationCount=1, elapsedTotal=864885, elapsedMin=864885, elapsedMax=864885, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  314. 12-Oct-2018 18:50:46.517 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1] (value [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1@32e1efb8]) and a value of type [com.atlassian.instrumentation.operations.registry.OpRegistry] (value [com.atlassian.instrumentation.operations.registry.OpRegistry@f8fe32f {db.conns=OpCounter{name='db.conns', invocationCount=1, elapsedTotal=835343, elapsedMin=835343, elapsedMax=835343, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  315. 12-Oct-2018 18:50:46.517 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1] (value [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1@32e1efb8]) and a value of type [com.atlassian.instrumentation.operations.registry.OpRegistry] (value [com.atlassian.instrumentation.operations.registry.OpRegistry@41de3279 {db.conns=OpCounter{name='db.conns', invocationCount=1, elapsedTotal=1023818, elapsedMin=1023818, elapsedMax=1023818, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  316. 12-Oct-2018 18:50:46.517 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1] (value [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1@32e1efb8]) and a value of type [com.atlassian.instrumentation.operations.registry.OpRegistry] (value [com.atlassian.instrumentation.operations.registry.OpRegistry@2f64f113 {db.conns=OpCounter{name='db.conns', invocationCount=1, elapsedTotal=757154, elapsedMin=757154, elapsedMax=757154, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  317. 12-Oct-2018 18:50:46.517 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1] (value [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1@32e1efb8]) and a value of type [com.atlassian.instrumentation.operations.registry.OpRegistry] (value [com.atlassian.instrumentation.operations.registry.OpRegistry@139288a0 {db.reads=OpCounter{name='db.reads', invocationCount=3, elapsedTotal=815638, elapsedMin=132152, elapsedMax=399165, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}, db.conns=OpCounter{name='db.conns', invocationCount=7, elapsedTotal=17125582, elapsedMin=181170, elapsedMax=8022670, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  318. 12-Oct-2018 18:50:46.517 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1] (value [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1@32e1efb8]) and a value of type [com.atlassian.instrumentation.operations.registry.OpRegistry] (value [com.atlassian.instrumentation.operations.registry.OpRegistry@63f48766 {db.reads=OpCounter{name='db.reads', invocationCount=6, elapsedTotal=5008295, elapsedMin=158245, elapsedMax=3553562, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}, db.conns=OpCounter{name='db.conns', invocationCount=8, elapsedTotal=12994199, elapsedMin=216995, elapsedMax=6654548, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  319. 12-Oct-2018 18:50:46.517 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1] (value [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1@32e1efb8]) and a value of type [com.atlassian.instrumentation.operations.registry.OpRegistry] (value [com.atlassian.instrumentation.operations.registry.OpRegistry@53892c9b {db.conns=OpCounter{name='db.conns', invocationCount=3, elapsedTotal=1827635, elapsedMin=299762, elapsedMax=820790, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  320. 12-Oct-2018 18:50:46.517 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1] (value [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1@32e1efb8]) and a value of type [com.atlassian.instrumentation.operations.registry.OpRegistry] (value [com.atlassian.instrumentation.operations.registry.OpRegistry@5b6db390 {db.reads=OpCounter{name='db.reads', invocationCount=2, elapsedTotal=560015, elapsedMin=261758, elapsedMax=298257, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}, db.conns=OpCounter{name='db.conns', invocationCount=2, elapsedTotal=1267364, elapsedMin=617743, elapsedMax=649621, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  321. 12-Oct-2018 18:50:46.517 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1] (value [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1@32e1efb8]) and a value of type [com.atlassian.instrumentation.operations.registry.OpRegistry] (value [com.atlassian.instrumentation.operations.registry.OpRegistry@5c3df7d5 {db.reads=OpCounter{name='db.reads', invocationCount=3, elapsedTotal=686931, elapsedMin=158366, elapsedMax=269968, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}, db.conns=OpCounter{name='db.conns', invocationCount=5, elapsedTotal=10117106, elapsedMin=250425, elapsedMax=7157244, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  322. 12-Oct-2018 18:50:46.517 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1] (value [com.atlassian.instrumentation.operations.ThreadLocalOpTimerFactory$1@32e1efb8]) and a value of type [com.atlassian.instrumentation.operations.registry.OpRegistry] (value [com.atlassian.instrumentation.operations.registry.OpRegistry@1bb58483 {db.reads=OpCounter{name='db.reads', invocationCount=4, elapsedTotal=921609, elapsedMin=211019, elapsedMax=243204, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}, db.conns=OpCounter{name='db.conns', invocationCount=4, elapsedTotal=1141979, elapsedMin=238881, elapsedMax=340427, resultSetSize=0, cpuTotal=0, cpuMin=0, cpuMax=0}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  323. 12-Oct-2018 18:50:46.518 SCHWERWIEGEND [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [org.picocontainer.DefaultPicoContainer.IntoThreadLocal] (value [org.picocontainer.DefaultPicoContainer$IntoThreadLocal@1315bdc6]) and a value of type [java.lang.Class] (value [class org.picocontainer.ComponentAdapter$NOTHING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  324. 12-Oct-2018 18:50:46.543 INFORMATION [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8080"]
  325. 12-Oct-2018 18:50:46.559 INFORMATION [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8080"]
  326. 2018-10-12 18:51:06
  327. Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode):
  328.  
  329. "DestroyJavaVM" #339 prio=5 os_prio=0 tid=0x00007feb88445000 nid=0x79b waiting on condition [0x0000000000000000]
  330. java.lang.Thread.State: RUNNABLE
  331.  
  332. "default-application-role-manager-cache-refresh-0" #215 prio=5 os_prio=0 tid=0x00007feb3c2ef800 nid=0xb69 waiting on condition [0x00007feb282ba000]
  333. java.lang.Thread.State: WAITING (parking)
  334. at sun.misc.Unsafe.park(Native Method)
  335. - parking to wait for <0x00000000d1c69670> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  336. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  337. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  338. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  339. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  340. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  341. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  342. at java.lang.Thread.run(Thread.java:748)
  343.  
  344. "RRD4J Sync-ThreadPool for org.rrd4j.core.RrdSyncThreadPool@71793fb3 [Thread-6]" #205 daemon prio=5 os_prio=0 tid=0x00007feb681d8800 nid=0xa2c waiting on condition [0x00007feb2b198000]
  345. java.lang.Thread.State: WAITING (parking)
  346. at sun.misc.Unsafe.park(Native Method)
  347. - parking to wait for <0x00000000db26e3d0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  348. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  349. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  350. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
  351. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  352. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  353. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  354. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  355. at java.lang.Thread.run(Thread.java:748)
  356.  
  357. "RRD4J Sync-ThreadPool for org.rrd4j.core.RrdSyncThreadPool@71793fb3 [Thread-5]" #204 daemon prio=5 os_prio=0 tid=0x00007feb743d6000 nid=0xa2b waiting on condition [0x00007feb33efd000]
  358. java.lang.Thread.State: TIMED_WAITING (parking)
  359. at sun.misc.Unsafe.park(Native Method)
  360. - parking to wait for <0x00000000db26e3d0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  361. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  362. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  363. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  364. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  365. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  366. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  367. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  368. at java.lang.Thread.run(Thread.java:748)
  369.  
  370. "RRD4J Sync-ThreadPool for org.rrd4j.core.RrdSyncThreadPool@71793fb3 [Thread-4]" #203 daemon prio=5 os_prio=0 tid=0x00007feb8868e800 nid=0x981 waiting on condition [0x00007feb381c3000]
  371. java.lang.Thread.State: WAITING (parking)
  372. at sun.misc.Unsafe.park(Native Method)
  373. - parking to wait for <0x00000000db26e3d0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  374. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  375. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  376. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
  377. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  378. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  379. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  380. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  381. at java.lang.Thread.run(Thread.java:748)
  382.  
  383. "RRD4J Sync-ThreadPool for org.rrd4j.core.RrdSyncThreadPool@71793fb3 [Thread-3]" #202 daemon prio=5 os_prio=0 tid=0x00007feb74315800 nid=0x980 waiting on condition [0x00007feb33dfc000]
  384. java.lang.Thread.State: WAITING (parking)
  385. at sun.misc.Unsafe.park(Native Method)
  386. - parking to wait for <0x00000000db26e3d0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  387. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  388. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  389. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
  390. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  391. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  392. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  393. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  394. at java.lang.Thread.run(Thread.java:748)
  395.  
  396. "MySQL Statement Cancellation Timer" #201 daemon prio=5 os_prio=0 tid=0x00007feb48406800 nid=0x95c in Object.wait() [0x00007feb43be6000]
  397. java.lang.Thread.State: WAITING (on object monitor)
  398. at java.lang.Object.wait(Native Method)
  399. at java.lang.Object.wait(Object.java:502)
  400. at java.util.TimerThread.mainLoop(Timer.java:526)
  401. - locked <0x00000000e831b930> (a java.util.TaskQueue)
  402. at java.util.TimerThread.run(Timer.java:505)
  403.  
  404. "MySQL Statement Cancellation Timer" #200 daemon prio=5 os_prio=0 tid=0x00007feb48405800 nid=0x95b in Object.wait() [0x00007feb280b8000]
  405. java.lang.Thread.State: WAITING (on object monitor)
  406. at java.lang.Object.wait(Native Method)
  407. at java.lang.Object.wait(Object.java:502)
  408. at java.util.TimerThread.mainLoop(Timer.java:526)
  409. - locked <0x00000000e83ae7f0> (a java.util.TaskQueue)
  410. at java.util.TimerThread.run(Timer.java:505)
  411.  
  412. "Failure Cache Plugin Executor:thread-1" #188 daemon prio=5 os_prio=0 tid=0x00007feb4c3ef000 nid=0x8f8 waiting on condition [0x00007feb277b5000]
  413. java.lang.Thread.State: WAITING (parking)
  414. at sun.misc.Unsafe.park(Native Method)
  415. - parking to wait for <0x00000000d6dbd910> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  416. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  417. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  418. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
  419. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  420. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  421. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  422. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  423. at java.lang.Thread.run(Thread.java:748)
  424.  
  425. "Navlink Plugin Executor:thread-12" #165 daemon prio=5 os_prio=0 tid=0x0000000003142000 nid=0x8bc waiting on condition [0x00007feb43577000]
  426. java.lang.Thread.State: WAITING (parking)
  427. at sun.misc.Unsafe.park(Native Method)
  428. - parking to wait for <0x00000000d8de4818> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  429. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  430. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  431. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
  432. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  433. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  434. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  435. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  436. at java.lang.Thread.run(Thread.java:748)
  437.  
  438. "HealthCheckWatchdog:thread-8" #163 daemon prio=5 os_prio=0 tid=0x00007feb505ed000 nid=0x8b3 waiting on condition [0x00007feb26b74000]
  439. java.lang.Thread.State: WAITING (parking)
  440. at sun.misc.Unsafe.park(Native Method)
  441. - parking to wait for <0x00000000d935ef68> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  442. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  443. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  444. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  445. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  446. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  447. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  448. at java.lang.Thread.run(Thread.java:748)
  449.  
  450. "HealthCheck:thread-8" #162 daemon prio=5 os_prio=0 tid=0x00007feb505eb800 nid=0x8b2 waiting on condition [0x00007feb26c75000]
  451. java.lang.Thread.State: WAITING (parking)
  452. at sun.misc.Unsafe.park(Native Method)
  453. - parking to wait for <0x00000000d935ecb8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  454. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  455. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  456. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  457. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  458. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  459. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  460. at java.lang.Thread.run(Thread.java:748)
  461.  
  462. "HealthCheckWatchdog:thread-7" #161 daemon prio=5 os_prio=0 tid=0x00007feb4831d800 nid=0x8b1 waiting on condition [0x00007feb26d76000]
  463. java.lang.Thread.State: WAITING (parking)
  464. at sun.misc.Unsafe.park(Native Method)
  465. - parking to wait for <0x00000000d935ef68> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  466. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  467. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  468. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  469. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  470. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  471. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  472. at java.lang.Thread.run(Thread.java:748)
  473.  
  474. "HealthCheck:thread-7" #160 daemon prio=5 os_prio=0 tid=0x00007feb4835f800 nid=0x8b0 waiting on condition [0x00007feb26e77000]
  475. java.lang.Thread.State: WAITING (parking)
  476. at sun.misc.Unsafe.park(Native Method)
  477. - parking to wait for <0x00000000d935ecb8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  478. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  479. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  480. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  481. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  482. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  483. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  484. at java.lang.Thread.run(Thread.java:748)
  485.  
  486. "HealthCheckWatchdog:thread-6" #159 daemon prio=5 os_prio=0 tid=0x00007feb505e9800 nid=0x8af waiting on condition [0x00007feb26f78000]
  487. java.lang.Thread.State: WAITING (parking)
  488. at sun.misc.Unsafe.park(Native Method)
  489. - parking to wait for <0x00000000d935ef68> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  490. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  491. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  492. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  493. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  494. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  495. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  496. at java.lang.Thread.run(Thread.java:748)
  497.  
  498. "HealthCheck:thread-6" #158 daemon prio=5 os_prio=0 tid=0x00007feb505e7800 nid=0x8ae waiting on condition [0x00007feb33afb000]
  499. java.lang.Thread.State: WAITING (parking)
  500. at sun.misc.Unsafe.park(Native Method)
  501. - parking to wait for <0x00000000d935ecb8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  502. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  503. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  504. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  505. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  506. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  507. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  508. at java.lang.Thread.run(Thread.java:748)
  509.  
  510. "HealthCheckWatchdog:thread-5" #157 daemon prio=5 os_prio=0 tid=0x00007feb505e6800 nid=0x8ad waiting on condition [0x00007feb43ae5000]
  511. java.lang.Thread.State: WAITING (parking)
  512. at sun.misc.Unsafe.park(Native Method)
  513. - parking to wait for <0x00000000d935ef68> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  514. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  515. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  516. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  517. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  518. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  519. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  520. at java.lang.Thread.run(Thread.java:748)
  521.  
  522. "HealthCheck:thread-5" #156 daemon prio=5 os_prio=0 tid=0x00007feb505e5000 nid=0x8ac waiting on condition [0x00007feb31856000]
  523. java.lang.Thread.State: WAITING (parking)
  524. at sun.misc.Unsafe.park(Native Method)
  525. - parking to wait for <0x00000000d935ecb8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  526. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  527. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  528. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  529. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  530. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  531. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  532. at java.lang.Thread.run(Thread.java:748)
  533.  
  534. "HealthCheckWatchdog:thread-4" #155 daemon prio=5 os_prio=0 tid=0x00007feb4835e800 nid=0x8ab waiting on condition [0x00007feb39ef4000]
  535. java.lang.Thread.State: WAITING (parking)
  536. at sun.misc.Unsafe.park(Native Method)
  537. - parking to wait for <0x00000000d935ef68> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  538. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  539. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  540. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  541. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  542. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  543. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  544. at java.lang.Thread.run(Thread.java:748)
  545.  
  546. "HealthCheck:thread-4" #154 daemon prio=5 os_prio=0 tid=0x00007feb4830a800 nid=0x8aa waiting on condition [0x00007feb31b57000]
  547. java.lang.Thread.State: WAITING (parking)
  548. at sun.misc.Unsafe.park(Native Method)
  549. - parking to wait for <0x00000000d935ecb8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  550. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  551. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  552. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  553. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  554. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  555. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  556. at java.lang.Thread.run(Thread.java:748)
  557.  
  558. "HealthCheckWatchdog:thread-3" #153 daemon prio=5 os_prio=0 tid=0x00007feb505e4000 nid=0x8a9 waiting on condition [0x00007feb339fa000]
  559. java.lang.Thread.State: WAITING (parking)
  560. at sun.misc.Unsafe.park(Native Method)
  561. - parking to wait for <0x00000000d935ef68> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  562. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  563. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  564. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  565. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  566. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  567. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  568. at java.lang.Thread.run(Thread.java:748)
  569.  
  570. "HealthCheck:thread-3" #152 daemon prio=5 os_prio=0 tid=0x00007feb505e2800 nid=0x8a8 waiting on condition [0x00007feb32a99000]
  571. java.lang.Thread.State: WAITING (parking)
  572. at sun.misc.Unsafe.park(Native Method)
  573. - parking to wait for <0x00000000d935ecb8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  574. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  575. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  576. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  577. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  578. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  579. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  580. at java.lang.Thread.run(Thread.java:748)
  581.  
  582. "HealthCheckWatchdog:thread-2" #151 daemon prio=5 os_prio=0 tid=0x00007feb48309800 nid=0x8a7 waiting on condition [0x00007feb383c5000]
  583. java.lang.Thread.State: WAITING (parking)
  584. at sun.misc.Unsafe.park(Native Method)
  585. - parking to wait for <0x00000000d935ef68> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  586. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  587. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  588. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  589. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  590. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  591. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  592. at java.lang.Thread.run(Thread.java:748)
  593.  
  594. "HealthCheck:thread-2" #150 daemon prio=5 os_prio=0 tid=0x00007feb482c1800 nid=0x8a6 waiting on condition [0x00007feb32998000]
  595. java.lang.Thread.State: WAITING (parking)
  596. at sun.misc.Unsafe.park(Native Method)
  597. - parking to wait for <0x00000000d935ecb8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  598. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  599. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  600. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  601. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  602. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  603. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  604. at java.lang.Thread.run(Thread.java:748)
  605.  
  606. "HealthCheckWatchdog:thread-1" #149 daemon prio=5 os_prio=0 tid=0x00007feb5056d000 nid=0x8a5 waiting on condition [0x00007feb33ffe000]
  607. java.lang.Thread.State: WAITING (parking)
  608. at sun.misc.Unsafe.park(Native Method)
  609. - parking to wait for <0x00000000d935ef68> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  610. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  611. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  612. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  613. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  614. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  615. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  616. at java.lang.Thread.run(Thread.java:748)
  617.  
  618. "HealthCheck:thread-1" #148 daemon prio=5 os_prio=0 tid=0x00007feb5056b800 nid=0x8a4 waiting on condition [0x00007feb382c4000]
  619. java.lang.Thread.State: WAITING (parking)
  620. at sun.misc.Unsafe.park(Native Method)
  621. - parking to wait for <0x00000000d935ecb8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  622. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  623. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  624. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  625. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  626. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  627. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  628. at java.lang.Thread.run(Thread.java:748)
  629.  
  630. "Navlink Plugin Executor:thread-11" #145 daemon prio=5 os_prio=0 tid=0x00007feb641e8000 nid=0x8a0 waiting on condition [0x00007feb334b1000]
  631. java.lang.Thread.State: WAITING (parking)
  632. at sun.misc.Unsafe.park(Native Method)
  633. - parking to wait for <0x00000000d8de4818> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  634. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  635. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  636. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
  637. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  638. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  639. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  640. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  641. at java.lang.Thread.run(Thread.java:748)
  642.  
  643. "Navlink Plugin Executor:thread-10" #144 daemon prio=5 os_prio=0 tid=0x00007feb88941000 nid=0x89f waiting on condition [0x00007feb2f847000]
  644. java.lang.Thread.State: WAITING (parking)
  645. at sun.misc.Unsafe.park(Native Method)
  646. - parking to wait for <0x00000000d8de4818> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  647. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  648. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  649. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
  650. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  651. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  652. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  653. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  654. at java.lang.Thread.run(Thread.java:748)
  655.  
  656. "Navlink Plugin Executor:thread-9" #143 daemon prio=5 os_prio=0 tid=0x00007feb60fe4000 nid=0x89e waiting on condition [0x00007feb270b2000]
  657. java.lang.Thread.State: WAITING (parking)
  658. at sun.misc.Unsafe.park(Native Method)
  659. - parking to wait for <0x00000000d8de4818> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  660. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  661. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  662. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
  663. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  664. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  665. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  666. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  667. at java.lang.Thread.run(Thread.java:748)
  668.  
  669. "Java2D Disposer" #142 daemon prio=10 os_prio=0 tid=0x00007feb60a45000 nid=0x89d in Object.wait() [0x00007feb273b3000]
  670. java.lang.Thread.State: WAITING (on object monitor)
  671. at java.lang.Object.wait(Native Method)
  672. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  673. - locked <0x00000000e67a6ef8> (a java.lang.ref.ReferenceQueue$Lock)
  674. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  675. at sun.java2d.Disposer.run(Disposer.java:148)
  676. at java.lang.Thread.run(Thread.java:748)
  677.  
  678. "Navlink Plugin Executor:thread-8" #134 daemon prio=5 os_prio=0 tid=0x00007feb7435f000 nid=0x893 waiting on condition [0x00007feb43678000]
  679. java.lang.Thread.State: WAITING (parking)
  680. at sun.misc.Unsafe.park(Native Method)
  681. - parking to wait for <0x00000000d8de4818> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  682. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  683. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  684. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
  685. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  686. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  687. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  688. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  689. at java.lang.Thread.run(Thread.java:748)
  690.  
  691. "Navlink Plugin Executor:thread-7" #133 daemon prio=5 os_prio=0 tid=0x00007feb68216800 nid=0x888 waiting on condition [0x00007feb27db7000]
  692. java.lang.Thread.State: WAITING (parking)
  693. at sun.misc.Unsafe.park(Native Method)
  694. - parking to wait for <0x00000000d8de4818> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  695. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  696. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  697. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
  698. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  699. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  700. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  701. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  702. at java.lang.Thread.run(Thread.java:748)
  703.  
  704. "Navlink Plugin Executor:thread-6" #127 daemon prio=5 os_prio=0 tid=0x00007feb640aa000 nid=0x880 waiting on condition [0x00007feb285bd000]
  705. java.lang.Thread.State: WAITING (parking)
  706. at sun.misc.Unsafe.park(Native Method)
  707. - parking to wait for <0x00000000d8de4818> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  708. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  709. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  710. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
  711. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  712. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  713. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  714. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  715. at java.lang.Thread.run(Thread.java:748)
  716.  
  717. "Navlink Plugin Executor:thread-5" #126 daemon prio=5 os_prio=0 tid=0x00007feb61283000 nid=0x87d waiting on condition [0x00007feb42cda000]
  718. java.lang.Thread.State: WAITING (parking)
  719. at sun.misc.Unsafe.park(Native Method)
  720. - parking to wait for <0x00000000d8de4818> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  721. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  722. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  723. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
  724. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  725. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  726. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  727. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  728. at java.lang.Thread.run(Thread.java:748)
  729.  
  730. "Navlink Plugin Executor:thread-4" #125 daemon prio=5 os_prio=0 tid=0x00007feb68233800 nid=0x87c waiting on condition [0x00007feb286be000]
  731. java.lang.Thread.State: WAITING (parking)
  732. at sun.misc.Unsafe.park(Native Method)
  733. - parking to wait for <0x00000000d8de4818> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  734. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  735. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  736. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
  737. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  738. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  739. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  740. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  741. at java.lang.Thread.run(Thread.java:748)
  742.  
  743. "pool-10-thread-1" #124 prio=5 os_prio=0 tid=0x00007feb68232000 nid=0x87b waiting on condition [0x00007feb287bf000]
  744. java.lang.Thread.State: WAITING (parking)
  745. at sun.misc.Unsafe.park(Native Method)
  746. - parking to wait for <0x00000000d8ddf7c0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  747. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  748. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  749. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  750. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  751. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  752. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  753. at java.lang.Thread.run(Thread.java:748)
  754.  
  755. "Navlink Plugin Executor:thread-3" #122 daemon prio=5 os_prio=0 tid=0x00007feb6163d800 nid=0x877 waiting on condition [0x00007feb28dc1000]
  756. java.lang.Thread.State: TIMED_WAITING (parking)
  757. at sun.misc.Unsafe.park(Native Method)
  758. - parking to wait for <0x00000000d8de4818> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  759. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  760. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  761. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  762. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  763. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  764. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  765. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  766. at java.lang.Thread.run(Thread.java:748)
  767.  
  768. "NavLink RestCapabilitiesClient:thread-1" #121 prio=5 os_prio=0 tid=0x00007feb606ef000 nid=0x876 waiting on condition [0x00007feb29ec4000]
  769. java.lang.Thread.State: WAITING (parking)
  770. at sun.misc.Unsafe.park(Native Method)
  771. - parking to wait for <0x00000000d8ddf4b0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  772. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  773. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  774. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  775. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  776. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  777. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  778. at java.lang.Thread.run(Thread.java:748)
  779.  
  780. "lexorank-executor-thread-0" #118 prio=5 os_prio=0 tid=0x00007feb442a5000 nid=0x873 waiting on condition [0x00007feb42ddb000]
  781. java.lang.Thread.State: WAITING (parking)
  782. at sun.misc.Unsafe.park(Native Method)
  783. - parking to wait for <0x00000000da4e7370> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  784. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  785. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  786. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  787. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  788. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  789. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  790. at java.lang.Thread.run(Thread.java:748)
  791.  
  792. "analyticsEventProcessor:thread-1" #111 daemon prio=5 os_prio=0 tid=0x00000000016b6000 nid=0x869 waiting on condition [0x00007feb2ab94000]
  793. java.lang.Thread.State: WAITING (parking)
  794. at sun.misc.Unsafe.park(Native Method)
  795. - parking to wait for <0x00000000d77a11b0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  796. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  797. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  798. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  799. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  800. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  801. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  802. at java.lang.Thread.run(Thread.java:748)
  803.  
  804. "UpmScheduler:thread-2" #100 prio=5 os_prio=0 tid=0x00000000032f8800 nid=0x851 waiting on condition [0x00007feb2c0c6000]
  805. java.lang.Thread.State: WAITING (parking)
  806. at sun.misc.Unsafe.park(Native Method)
  807. - parking to wait for <0x00000000d81047f8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  808. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  809. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  810. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
  811. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  812. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  813. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  814. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  815. at java.lang.Thread.run(Thread.java:748)
  816.  
  817. "UpmScheduler:thread-1" #99 prio=5 os_prio=0 tid=0x00000000028d7000 nid=0x850 waiting on condition [0x00007feb2c1c7000]
  818. java.lang.Thread.State: WAITING (parking)
  819. at sun.misc.Unsafe.park(Native Method)
  820. - parking to wait for <0x00000000d81047f8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  821. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  822. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  823. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
  824. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  825. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  826. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  827. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  828. at java.lang.Thread.run(Thread.java:748)
  829.  
  830. "jira-botocss:thread-1" #95 daemon prio=5 os_prio=0 tid=0x000000000295d000 nid=0x84c waiting on condition [0x00007feb2c5e8000]
  831. java.lang.Thread.State: TIMED_WAITING (parking)
  832. at sun.misc.Unsafe.park(Native Method)
  833. - parking to wait for <0x00000000db7e4a90> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  834. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  835. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  836. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  837. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  838. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  839. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  840. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  841. at java.lang.Thread.run(Thread.java:748)
  842.  
  843. "RRD4J Sync-ThreadPool for org.rrd4j.core.RrdSyncThreadPool@71793fb3 [Thread-2]" #94 daemon prio=5 os_prio=0 tid=0x00000000018da800 nid=0x84a waiting on condition [0x00007feb2cae9000]
  844. java.lang.Thread.State: WAITING (parking)
  845. at sun.misc.Unsafe.park(Native Method)
  846. - parking to wait for <0x00000000db26e3d0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  847. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  848. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  849. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
  850. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  851. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  852. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  853. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  854. at java.lang.Thread.run(Thread.java:748)
  855.  
  856. "RRD4J Sync-ThreadPool for org.rrd4j.core.RrdSyncThreadPool@71793fb3 [Thread-1]" #93 daemon prio=5 os_prio=0 tid=0x0000000001a1a000 nid=0x849 waiting on condition [0x00007feb2cc24000]
  857. java.lang.Thread.State: WAITING (parking)
  858. at sun.misc.Unsafe.park(Native Method)
  859. - parking to wait for <0x00000000db26e3d0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  860. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  861. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  862. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
  863. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  864. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  865. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  866. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  867. at java.lang.Thread.run(Thread.java:748)
  868.  
  869. "jira-monitoring-plugin" #92 daemon prio=5 os_prio=0 tid=0x000000000257c000 nid=0x848 in Object.wait() [0x00007feb2cd42000]
  870. java.lang.Thread.State: TIMED_WAITING (on object monitor)
  871. at java.lang.Object.wait(Native Method)
  872. at java.util.TimerThread.mainLoop(Timer.java:552)
  873. - locked <0x00000000db26d520> (a java.util.TaskQueue)
  874. at java.util.TimerThread.run(Timer.java:505)
  875.  
  876. "active-objects-init-JiraTenantImpl{id='system'}-0" #91 prio=5 os_prio=0 tid=0x000000000112e000 nid=0x847 waiting on condition [0x00007feb2d043000]
  877. java.lang.Thread.State: WAITING (parking)
  878. at sun.misc.Unsafe.park(Native Method)
  879. - parking to wait for <0x00000000dab24930> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  880. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  881. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  882. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  883. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  884. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  885. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  886. at java.lang.Thread.run(Thread.java:748)
  887.  
  888. "hipchat-plugin-tasks-executor-0" #90 daemon prio=5 os_prio=0 tid=0x00007feb5c317000 nid=0x81f waiting on condition [0x00007feb2dd44000]
  889. java.lang.Thread.State: WAITING (parking)
  890. at sun.misc.Unsafe.park(Native Method)
  891. - parking to wait for <0x00000000d979b1d8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  892. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  893. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  894. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
  895. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  896. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  897. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  898. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  899. at java.lang.Thread.run(Thread.java:748)
  900.  
  901. "Navlink Plugin Executor:thread-2" #89 daemon prio=5 os_prio=0 tid=0x00007feb5c2b9000 nid=0x81e waiting on condition [0x00007feb2e645000]
  902. java.lang.Thread.State: WAITING (parking)
  903. at sun.misc.Unsafe.park(Native Method)
  904. - parking to wait for <0x00000000d8de4818> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  905. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  906. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  907. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
  908. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  909. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  910. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  911. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  912. at java.lang.Thread.run(Thread.java:748)
  913.  
  914. "Navlink Plugin Executor:thread-1" #88 daemon prio=5 os_prio=0 tid=0x00007feb5c29b000 nid=0x81d waiting on condition [0x00007feb2e746000]
  915. java.lang.Thread.State: WAITING (parking)
  916. at sun.misc.Unsafe.park(Native Method)
  917. - parking to wait for <0x00000000d8de4818> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  918. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  919. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  920. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
  921. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  922. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  923. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  924. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  925. at java.lang.Thread.run(Thread.java:748)
  926.  
  927. "I/O dispatcher 10" #85 daemon prio=5 os_prio=0 tid=0x00007feb704fe000 nid=0x819 runnable [0x00007feb30249000]
  928. java.lang.Thread.State: RUNNABLE
  929. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  930. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
  931. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
  932. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
  933. - locked <0x00000000d7ffe2e0> (a sun.nio.ch.Util$3)
  934. - locked <0x00000000d7ffe118> (a java.util.Collections$UnmodifiableSet)
  935. - locked <0x00000000d7ffe1b8> (a sun.nio.ch.EPollSelectorImpl)
  936. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
  937. at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:255)
  938. at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104)
  939. at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:588)
  940. at java.lang.Thread.run(Thread.java:748)
  941.  
  942. "I/O dispatcher 9" #84 daemon prio=5 os_prio=0 tid=0x00007feb704fc800 nid=0x818 runnable [0x00007feb3034a000]
  943. java.lang.Thread.State: RUNNABLE
  944. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  945. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
  946. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
  947. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
  948. - locked <0x00000000d7ffe950> (a sun.nio.ch.Util$3)
  949. - locked <0x00000000d7ffe960> (a java.util.Collections$UnmodifiableSet)
  950. - locked <0x00000000d7ffe908> (a sun.nio.ch.EPollSelectorImpl)
  951. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
  952. at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:255)
  953. at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104)
  954. at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:588)
  955. at java.lang.Thread.run(Thread.java:748)
  956.  
  957. "I/O dispatcher 8" #83 daemon prio=5 os_prio=0 tid=0x00007feb704fa800 nid=0x817 runnable [0x00007feb3044b000]
  958. java.lang.Thread.State: RUNNABLE
  959. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  960. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
  961. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
  962. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
  963. - locked <0x00000000d7fff0d8> (a sun.nio.ch.Util$3)
  964. - locked <0x00000000d7fff0e8> (a java.util.Collections$UnmodifiableSet)
  965. - locked <0x00000000d7fff090> (a sun.nio.ch.EPollSelectorImpl)
  966. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
  967. at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:255)
  968. at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104)
  969. at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:588)
  970. at java.lang.Thread.run(Thread.java:748)
  971.  
  972. "I/O dispatcher 7" #82 daemon prio=5 os_prio=0 tid=0x00007feb704f8800 nid=0x816 runnable [0x00007feb3054c000]
  973. java.lang.Thread.State: RUNNABLE
  974. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  975. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
  976. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
  977. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
  978. - locked <0x00000000d8037e78> (a sun.nio.ch.Util$3)
  979. - locked <0x00000000d8037e88> (a java.util.Collections$UnmodifiableSet)
  980. - locked <0x00000000d8037e30> (a sun.nio.ch.EPollSelectorImpl)
  981. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
  982. at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:255)
  983. at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104)
  984. at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:588)
  985. at java.lang.Thread.run(Thread.java:748)
  986.  
  987. "I/O dispatcher 6" #81 daemon prio=5 os_prio=0 tid=0x00007feb704f6800 nid=0x815 runnable [0x00007feb3064d000]
  988. java.lang.Thread.State: RUNNABLE
  989. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  990. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
  991. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
  992. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
  993. - locked <0x00000000d8038600> (a sun.nio.ch.Util$3)
  994. - locked <0x00000000d8038610> (a java.util.Collections$UnmodifiableSet)
  995. - locked <0x00000000d80385b8> (a sun.nio.ch.EPollSelectorImpl)
  996. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
  997. at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:255)
  998. at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104)
  999. at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:588)
  1000. at java.lang.Thread.run(Thread.java:748)
  1001.  
  1002. "I/O dispatcher 5" #80 daemon prio=5 os_prio=0 tid=0x00007feb704f4800 nid=0x814 runnable [0x00007feb3074e000]
  1003. java.lang.Thread.State: RUNNABLE
  1004. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1005. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
  1006. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
  1007. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
  1008. - locked <0x00000000d8038d88> (a sun.nio.ch.Util$3)
  1009. - locked <0x00000000d8038d98> (a java.util.Collections$UnmodifiableSet)
  1010. - locked <0x00000000d8038d40> (a sun.nio.ch.EPollSelectorImpl)
  1011. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
  1012. at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:255)
  1013. at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104)
  1014. at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:588)
  1015. at java.lang.Thread.run(Thread.java:748)
  1016.  
  1017. "I/O dispatcher 4" #79 daemon prio=5 os_prio=0 tid=0x00007feb703f8000 nid=0x813 runnable [0x00007feb3084f000]
  1018. java.lang.Thread.State: RUNNABLE
  1019. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1020. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
  1021. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
  1022. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
  1023. - locked <0x00000000d8039510> (a sun.nio.ch.Util$3)
  1024. - locked <0x00000000d8039520> (a java.util.Collections$UnmodifiableSet)
  1025. - locked <0x00000000d80394c8> (a sun.nio.ch.EPollSelectorImpl)
  1026. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
  1027. at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:255)
  1028. at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104)
  1029. at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:588)
  1030. at java.lang.Thread.run(Thread.java:748)
  1031.  
  1032. "I/O dispatcher 3" #78 daemon prio=5 os_prio=0 tid=0x00007feb703f6000 nid=0x812 runnable [0x00007feb30950000]
  1033. java.lang.Thread.State: RUNNABLE
  1034. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1035. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
  1036. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
  1037. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
  1038. - locked <0x00000000d807bca0> (a sun.nio.ch.Util$3)
  1039. - locked <0x00000000d807bcb0> (a java.util.Collections$UnmodifiableSet)
  1040. - locked <0x00000000d807bc58> (a sun.nio.ch.EPollSelectorImpl)
  1041. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
  1042. at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:255)
  1043. at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104)
  1044. at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:588)
  1045. at java.lang.Thread.run(Thread.java:748)
  1046.  
  1047. "I/O dispatcher 2" #77 daemon prio=5 os_prio=0 tid=0x00007feb703f4800 nid=0x811 runnable [0x00007feb30a51000]
  1048. java.lang.Thread.State: RUNNABLE
  1049. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1050. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
  1051. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
  1052. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
  1053. - locked <0x00000000d807c428> (a sun.nio.ch.Util$3)
  1054. - locked <0x00000000d807c438> (a java.util.Collections$UnmodifiableSet)
  1055. - locked <0x00000000d807c3e0> (a sun.nio.ch.EPollSelectorImpl)
  1056. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
  1057. at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:255)
  1058. at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104)
  1059. at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:588)
  1060. at java.lang.Thread.run(Thread.java:748)
  1061.  
  1062. "I/O dispatcher 1" #76 daemon prio=5 os_prio=0 tid=0x00007feb703f2800 nid=0x810 runnable [0x00007feb30b52000]
  1063. java.lang.Thread.State: RUNNABLE
  1064. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1065. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
  1066. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
  1067. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
  1068. - locked <0x00000000d807cbb0> (a sun.nio.ch.Util$3)
  1069. - locked <0x00000000d807cbc0> (a java.util.Collections$UnmodifiableSet)
  1070. - locked <0x00000000d807cb68> (a sun.nio.ch.EPollSelectorImpl)
  1071. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
  1072. at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:255)
  1073. at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104)
  1074. at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:588)
  1075. at java.lang.Thread.run(Thread.java:748)
  1076.  
  1077. "httpclient-io:thread-1" #75 daemon prio=5 os_prio=0 tid=0x00007feb3c1eb000 nid=0x80f runnable [0x00007feb30c53000]
  1078. java.lang.Thread.State: RUNNABLE
  1079. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1080. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
  1081. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
  1082. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
  1083. - locked <0x00000000d7294870> (a sun.nio.ch.Util$3)
  1084. - locked <0x00000000d7294860> (a java.util.Collections$UnmodifiableSet)
  1085. - locked <0x00000000d7294748> (a sun.nio.ch.EPollSelectorImpl)
  1086. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
  1087. at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.execute(AbstractMultiworkerIOReactor.java:340)
  1088. at org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager.execute(PoolingNHttpClientConnectionManager.java:194)
  1089. at org.apache.http.impl.nio.client.CloseableHttpAsyncClientBase$1.run(CloseableHttpAsyncClientBase.java:64)
  1090. at java.lang.Thread.run(Thread.java:748)
  1091.  
  1092. "pool-1-thread-1-Logging Task Scheduler" #74 daemon prio=5 os_prio=0 tid=0x00007feb44168800 nid=0x80e in Object.wait() [0x00007feb30d54000]
  1093. java.lang.Thread.State: TIMED_WAITING (on object monitor)
  1094. at java.lang.Object.wait(Native Method)
  1095. at uk.org.simonsite.log4j.appender.SimpleLoggingTaskExecutorService$TaskScheduler.run(SimpleLoggingTaskExecutorService.java:160)
  1096. - locked <0x00000000d77a0ac0> (a java.util.LinkedList)
  1097. at java.lang.Thread.run(Thread.java:748)
  1098.  
  1099. "Spring DM Context Creation Timer" #57 daemon prio=5 os_prio=0 tid=0x00007feb5c18f800 nid=0x7f4 in Object.wait() [0x00007feb390f0000]
  1100. java.lang.Thread.State: WAITING (on object monitor)
  1101. at java.lang.Object.wait(Native Method)
  1102. - waiting on <0x00000000d29f0268> (a java.util.TaskQueue)
  1103. at java.lang.Object.wait(Object.java:502)
  1104. at java.util.TimerThread.mainLoop(Timer.java:526)
  1105. - locked <0x00000000d29f0268> (a java.util.TaskQueue)
  1106. at java.util.TimerThread.run(Timer.java:505)
  1107.  
  1108. "Spring DM Context Creation Timer" #56 daemon prio=5 os_prio=0 tid=0x00007feb5c18d000 nid=0x7f3 in Object.wait() [0x00007feb391f1000]
  1109. java.lang.Thread.State: WAITING (on object monitor)
  1110. at java.lang.Object.wait(Native Method)
  1111. at java.lang.Object.wait(Object.java:502)
  1112. at java.util.TimerThread.mainLoop(Timer.java:526)
  1113. - locked <0x00000000d29efc98> (a java.util.TaskQueue)
  1114. at java.util.TimerThread.run(Timer.java:505)
  1115.  
  1116. "FelixStartLevel" #55 daemon prio=5 os_prio=0 tid=0x00007feb4c1ab800 nid=0x7f2 in Object.wait() [0x00007feb396f2000]
  1117. java.lang.Thread.State: WAITING (on object monitor)
  1118. at java.lang.Object.wait(Native Method)
  1119. - waiting on <0x00000000d25ccfd8> (a java.util.ArrayList)
  1120. at java.lang.Object.wait(Object.java:502)
  1121. at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:279)
  1122. - locked <0x00000000d25ccfd8> (a java.util.ArrayList)
  1123. at java.lang.Thread.run(Thread.java:748)
  1124.  
  1125. "FelixDispatchQueue" #54 daemon prio=5 os_prio=0 tid=0x00007feb4c005800 nid=0x7ec in Object.wait() [0x00007feb39df3000]
  1126. java.lang.Thread.State: WAITING (on object monitor)
  1127. at java.lang.Object.wait(Native Method)
  1128. at java.lang.Object.wait(Object.java:502)
  1129. at org.apache.felix.framework.util.EventDispatcher.run(EventDispatcher.java:1063)
  1130. - locked <0x00000000d242af90> (a java.util.ArrayList)
  1131. at org.apache.felix.framework.util.EventDispatcher.access$000(EventDispatcher.java:54)
  1132. at org.apache.felix.framework.util.EventDispatcher$1.run(EventDispatcher.java:101)
  1133. at java.lang.Thread.run(Thread.java:748)
  1134.  
  1135. "JonasClock" #52 daemon prio=5 os_prio=0 tid=0x0000000001f0e000 nid=0x7de waiting on condition [0x00007feb3adf5000]
  1136. java.lang.Thread.State: TIMED_WAITING (sleeping)
  1137. at java.lang.Thread.sleep(Native Method)
  1138. at org.objectweb.jonas_timer.TimerManager.clock(TimerManager.java:142)
  1139. at org.objectweb.jonas_timer.Clock.run(TimerManager.java:46)
  1140.  
  1141. "JonasBatch" #51 daemon prio=5 os_prio=0 tid=0x0000000001f16800 nid=0x7dd in Object.wait() [0x00007feb3aef6000]
  1142. java.lang.Thread.State: WAITING (on object monitor)
  1143. at java.lang.Object.wait(Native Method)
  1144. - waiting on <0x00000000d19c52f8> (a java.util.Vector)
  1145. at java.lang.Object.wait(Object.java:502)
  1146. at org.objectweb.jonas_timer.TimerManager.batch(TimerManager.java:193)
  1147. - locked <0x00000000d19c52f8> (a java.util.Vector)
  1148. at org.objectweb.jonas_timer.Batch.run(TimerManager.java:65)
  1149.  
  1150. "commons-pool-EvictionTimer" #50 daemon prio=5 os_prio=0 tid=0x0000000001535000 nid=0x7d8 in Object.wait() [0x00007feb3bbf7000]
  1151. java.lang.Thread.State: TIMED_WAITING (on object monitor)
  1152. at java.lang.Object.wait(Native Method)
  1153. at java.util.TimerThread.mainLoop(Timer.java:552)
  1154. - locked <0x00000000d0fc37a8> (a java.util.TaskQueue)
  1155. at java.util.TimerThread.run(Timer.java:505)
  1156.  
  1157. "Abandoned connection cleanup thread" #48 daemon prio=5 os_prio=0 tid=0x0000000001346800 nid=0x7d3 in Object.wait() [0x00007feb406ba000]
  1158. java.lang.Thread.State: TIMED_WAITING (on object monitor)
  1159. at java.lang.Object.wait(Native Method)
  1160. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  1161. - locked <0x00000000d144fdb0> (a java.lang.ref.ReferenceQueue$Lock)
  1162. at com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:64)
  1163. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1164. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1165. at java.lang.Thread.run(Thread.java:748)
  1166.  
  1167. "GC Daemon" #11 daemon prio=2 os_prio=0 tid=0x00007feb884e4000 nid=0x7a7 in Object.wait() [0x00007feb583c8000]
  1168. java.lang.Thread.State: TIMED_WAITING (on object monitor)
  1169. at java.lang.Object.wait(Native Method)
  1170. - waiting on <0x00000000d05510e8> (a sun.misc.GC$LatencyLock)
  1171. at sun.misc.GC$Daemon.run(GC.java:117)
  1172. - locked <0x00000000d05510e8> (a sun.misc.GC$LatencyLock)
  1173.  
  1174. "AsyncFileHandlerWriter-789451787" #10 daemon prio=5 os_prio=0 tid=0x00007feb8815b000 nid=0x7a6 waiting on condition [0x00007feb5bcfb000]
  1175. java.lang.Thread.State: TIMED_WAITING (parking)
  1176. at sun.misc.Unsafe.park(Native Method)
  1177. - parking to wait for <0x00000000d02cbbb8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  1178. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  1179. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  1180. at java.util.concurrent.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:522)
  1181. at java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:684)
  1182. at org.apache.juli.AsyncFileHandler$LoggerThread.run(AsyncFileHandler.java:160)
  1183.  
  1184. "Service Thread" #7 daemon prio=9 os_prio=0 tid=0x00007feb880bd800 nid=0x7a4 runnable [0x0000000000000000]
  1185. java.lang.Thread.State: RUNNABLE
  1186.  
  1187. "C1 CompilerThread1" #6 daemon prio=9 os_prio=0 tid=0x00007feb880bb000 nid=0x7a3 waiting on condition [0x0000000000000000]
  1188. java.lang.Thread.State: RUNNABLE
  1189.  
  1190. "C2 CompilerThread0" #5 daemon prio=9 os_prio=0 tid=0x00007feb880b8000 nid=0x7a2 waiting on condition [0x0000000000000000]
  1191. java.lang.Thread.State: RUNNABLE
  1192.  
  1193. "Signal Dispatcher" #4 daemon prio=9 os_prio=0 tid=0x00007feb880b6800 nid=0x7a1 waiting on condition [0x0000000000000000]
  1194. java.lang.Thread.State: RUNNABLE
  1195.  
  1196. "Finalizer" #3 daemon prio=8 os_prio=0 tid=0x00007feb88084000 nid=0x7a0 in Object.wait() [0x00007feb786f5000]
  1197. java.lang.Thread.State: WAITING (on object monitor)
  1198. at java.lang.Object.wait(Native Method)
  1199. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  1200. - locked <0x00000000d0556a50> (a java.lang.ref.ReferenceQueue$Lock)
  1201. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  1202. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
  1203.  
  1204. "Reference Handler" #2 daemon prio=10 os_prio=0 tid=0x00007feb88081800 nid=0x79f in Object.wait() [0x00007feb787f6000]
  1205. java.lang.Thread.State: WAITING (on object monitor)
  1206. at java.lang.Object.wait(Native Method)
  1207. at java.lang.Object.wait(Object.java:502)
  1208. at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
  1209. - locked <0x00000000d07a2c00> (a java.lang.ref.Reference$Lock)
  1210. at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
  1211.  
  1212. "VM Thread" os_prio=0 tid=0x00007feb88077800 nid=0x79e runnable
  1213.  
  1214. "GC task thread#0 (ParallelGC)" os_prio=0 tid=0x00007feb88023800 nid=0x79c runnable
  1215.  
  1216. "GC task thread#1 (ParallelGC)" os_prio=0 tid=0x00007feb88025000 nid=0x79d runnable
  1217.  
  1218. "VM Periodic Task Thread" os_prio=0 tid=0x00007feb880c4800 nid=0x7a5 waiting on condition
  1219.  
  1220. JNI global references: 2879
  1221.  
  1222. Heap
  1223. PSYoungGen total 245248K, used 30345K [0x00000000f0000000, 0x0000000100000000, 0x0000000100000000)
  1224. eden space 236032K, 8% used [0x00000000f0000000,0x00000000f14ac600,0x00000000fe680000)
  1225. from space 9216K, 99% used [0x00000000fe680000,0x00000000fef75e20,0x00000000fef80000)
  1226. to space 13824K, 0% used [0x00000000ff280000,0x00000000ff280000,0x0000000100000000)
  1227. ParOldGen total 524288K, used 427282K [0x00000000d0000000, 0x00000000f0000000, 0x00000000f0000000)
  1228. object space 524288K, 81% used [0x00000000d0000000,0x00000000ea144a00,0x00000000f0000000)
  1229. Metaspace used 242630K, capacity 264074K, committed 264536K, reserved 1277952K
  1230. class space used 30997K, capacity 36389K, committed 36480K, reserved 1048576K
Advertisement
Add Comment
Please, Sign In to add comment