阅读:938 回复:0
实名用户_b0745c02
2

帖子

2

跟帖

90

积分

初级榴莲
初级榴莲

[BUG反馈]Java 10.5 sp2 Tomcat自动关闭

楼主#
更多 发布于:2019-04-25 09:19
昨天java版本的系统发生 tomcat服务器自动关闭的问题,请帮忙查看一下原因,日志如下



2019-04-24 17:47:19 - [INFO] - >> schema=OThinker.H3.Entity.DataModel.BizObjectSchema@257bec09 - OThinker.H3.Controller.Controllers.Admin.Handler.WrokflowPackageChildren.ChildrenForWrokflowPackage(WrokflowPackageChildren.java:62)
2019-04-24 17:47:49 - [INFO] - shutdown executor service start... - OThinker.H3.H3ExecutorService$1.run(H3ExecutorService.java:30)
2019-04-24 17:47:49 - [INFO] - close datasource start... - OThinker.Common.Data.Database.DbUtil$1.run(DbUtil.java:62)
24-Apr-2019 17:47:49.428 INFO [Thread-38] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8081"]
2019-04-24 17:47:49 - [INFO] - shutdown executor service end... - OThinker.H3.H3ExecutorService$1.run(H3ExecutorService.java:32)
2019-04-24 17:47:49 - [WARN] - close dataSource fail - OThinker.Common.Data.Database.DbUtil$1.run(DbUtil.java:67)
2019-04-24 17:47:49 - [INFO] - close datasource end... - OThinker.Common.Data.Database.DbUtil$1.run(DbUtil.java:82)
24-Apr-2019 17:47:49.434 INFO [Thread-38] org.apache.catalina.core.StandardService.stopInternal Stopping service [Catalina]
2019-04-24 17:47:49 - [INFO] - stop ws organization start... - OThinker.servlet.StartServlet.destroy(StartServlet.java:95)
2019-04-24 17:47:49 - [INFO] - stop ws organization end... - OThinker.servlet.StartServlet.destroy(StartServlet.java:97)
2019-04-24 17:47:49 - [INFO] - stop ws sso start... - OThinker.servlet.StartServlet.destroy(StartServlet.java:105)
2019-04-24 17:47:49 - [INFO] - stop ws sso end... - OThinker.servlet.StartServlet.destroy(StartServlet.java:107)
2019-04-24 17:47:49 - [INFO] - stop ws bpm start... - OThinker.servlet.StartServlet.destroy(StartServlet.java:115)
2019-04-24 17:47:49 - [INFO] - stop ws bpm end... - OThinker.servlet.StartServlet.destroy(StartServlet.java:117)
2019-04-24 17:47:49 - [INFO] - stop ws activityInfo start... - OThinker.servlet.StartServlet.destroy(StartServlet.java:125)
2019-04-24 17:47:49 - [INFO] - stop ws activityInfo end... - OThinker.servlet.StartServlet.destroy(StartServlet.java:127)
24-Apr-2019 17:47:49.503 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp342524388-18] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
 sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
 sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
 sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
 sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
 sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
 org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:422)
 org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:359)
 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
 org.eclipse.jetty.io.ManagedSelector$$Lambda$22/256799920.run(Unknown Source)
 org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.504 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp342524388-19-acceptor-0@790a7dcd-ServerConnector@77cd9c9c{HTTP/1.1,[http/1.1]}{172.19.199.102:21110}] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
 sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)
 sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
 org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:377)
 org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:648)
 org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.513 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp342524388-20] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.514 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp342524388-21] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.515 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp342524388-22] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.515 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp342524388-23] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.516 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp342524388-24] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.517 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp342524388-25] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.517 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp1739657069-26] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
 sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
 sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
 sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
 sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
 sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
 org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:422)
 org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:359)
 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
 org.eclipse.jetty.io.ManagedSelector$$Lambda$22/256799920.run(Unknown Source)
 org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.518 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp1739657069-27-acceptor-0@6985e23f-ServerConnector@6742117f{HTTP/1.1,[http/1.1]}{172.19.199.102:21111}] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
 sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)
 sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
 org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:377)
 org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:648)
 org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.519 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp1739657069-28] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.519 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp1739657069-29] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.520 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp1739657069-30] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.520 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp1739657069-31] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.521 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp1739657069-32] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.524 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp1739657069-33] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.525 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp516542090-34] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.526 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp516542090-35-acceptor-0@27509242-ServerConnector@299768d8{HTTP/1.1,[http/1.1]}{172.19.199.102:21112}] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
 sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)
 sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
 org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:377)
 org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:648)
 org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.527 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp516542090-36] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
 sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
 sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
 sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
 sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
 sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
 org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:422)
 org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:359)
 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
 org.eclipse.jetty.io.ManagedSelector$$Lambda$22/256799920.run(Unknown Source)
 org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.527 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp516542090-37] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.528 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp516542090-38] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.528 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp516542090-39] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.529 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp516542090-40] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.530 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp516542090-41] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.530 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp2011296418-42] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
 sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
 sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
 sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
 sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
 sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
 org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:422)
 org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:359)
 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
 org.eclipse.jetty.io.ManagedSelector$$Lambda$22/256799920.run(Unknown Source)
 org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.531 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp2011296418-43-acceptor-0@2ad4e805-ServerConnector@2413032f{HTTP/1.1,[http/1.1]}{172.19.199.102:21113}] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
 sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)
 sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
 org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:377)
 org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:648)
 org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.531 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp2011296418-44] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.532 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp2011296418-45] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.533 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp2011296418-46] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.534 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp2011296418-47] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.535 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp2011296418-48] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.535 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [qtp2011296418-49] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
 org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
 org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
 org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.536 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [ZkClient-EventThread-126-172.19.199.101:2181] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
 java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
 org.I0Itec.zkclient.ZkEventThread.run(ZkEventThread.java:67)
24-Apr-2019 17:47:49.542 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [http-nio-8081-exec-40-SendThread(172.19.199.101:2181)] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
 sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
 sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
 sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
 sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
 org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1107)
24-Apr-2019 17:47:49.543 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [http-nio-8081-exec-40-EventThread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
 java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
 org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:502)
24-Apr-2019 17:47:49.544 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [pool-3-thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Thread.sleep(Native Method)
 java.lang.Thread.sleep(Thread.java:340)
 java.util.concurrent.TimeUnit.sleep(TimeUnit.java:386)
 OThinker.H3.Controller.Controllers.ProcessCenter.WorkItemController$1.run(WorkItemController.java:122)
 java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
 java.util.concurrent.FutureTask.run(FutureTask.java:266)
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.544 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [pool-3-thread-2] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Thread.sleep(Native Method)
 java.lang.Thread.sleep(Thread.java:340)
 java.util.concurrent.TimeUnit.sleep(TimeUnit.java:386)
 OThinker.H3.service.WorkItemService$1.run(WorkItemService.java:573)
 java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
 java.util.concurrent.FutureTask.run(FutureTask.java:266)
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
 java.lang.Thread.run(Thread.java:748)
24-Apr-2019 17:47:49.545 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Druid-ConnectionPool-Create-1185618042] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
 com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2443)
24-Apr-2019 17:47:49.546 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Druid-ConnectionPool-Destroy-1185618042] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Thread.sleep(Native Method)
 com.alibaba.druid.pool.DruidDataSource$DestroyConnectionThread.run(DruidDataSource.java:2540)
24-Apr-2019 17:47:49.546 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Druid-ConnectionPool-Create-1495018025] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
 com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2443)
24-Apr-2019 17:47:49.547 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Druid-ConnectionPool-Destroy-1495018025] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Thread.sleep(Native Method)
 com.alibaba.druid.pool.DruidDataSource$DestroyConnectionThread.run(DruidDataSource.java:2540)
24-Apr-2019 17:47:49.548 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Druid-ConnectionPool-Create-65615281] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
 com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2443)
24-Apr-2019 17:47:49.548 WARNING [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Druid-ConnectionPool-Destroy-65615281] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Thread.sleep(Native Method)
 com.alibaba.druid.pool.DruidDataSource$DestroyConnectionThread.run(DruidDataSource.java:2540)
24-Apr-2019 17:47:49.550 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [9a86aec2-584e-47cf-82a3-947f1e3fd592-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.
24-Apr-2019 17:47:49.550 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [89a06e2f-1f2b-4ebe-9ecc-22349f43884b-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.
24-Apr-2019 17:47:49.551 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [91dd8ba4-502f-41b3-b1dd-9166a95c1608-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.
24-Apr-2019 17:47:49.551 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [14fcd86f-b9a8-4b75-bedc-1400278c8c46-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.
24-Apr-2019 17:47:49.551 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [01f3e6fa-5d94-405d-abb9-2633599b5b77-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.
24-Apr-2019 17:47:49.552 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [4884ebf1-b586-4b88-969d-6ff8d6c8bba0-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.
24-Apr-2019 17:47:49.552 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [1644e195-7aac-4a2a-af42-5929445fd020-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.
24-Apr-2019 17:47:49.552 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [d2e93672-3e67-4409-b3d0-29f20c196f36-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.
24-Apr-2019 17:47:49.552 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [36bca464-bb99-4baa-bb8a-c99b4c46987e-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.
24-Apr-2019 17:47:49.553 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [d2d4554a-546c-45f4-9baa-800acb01d1bc-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.
24-Apr-2019 17:47:49.553 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [6cf3f489-ac99-49c1-b747-7b9164323b59-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.
24-Apr-2019 17:47:49.553 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [246f4e60-c430-49d9-8ca1-490d727363e5-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.
24-Apr-2019 17:47:49.553 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [d44ca7c2-b258-4792-bedd-07f0ea7ed25b-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.
24-Apr-2019 17:47:49.554 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [b6b1de7b-fda9-4de5-afb4-b17ea368a217-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.
24-Apr-2019 17:47:49.554 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [e44550bc-d8b3-487d-9259-089b7f1265f9-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.
24-Apr-2019 17:47:49.554 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [1fce7f55-1d99-4f4f-9bb7-70525d15a61e-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.
24-Apr-2019 17:47:49.554 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [86e5962f-092f-4c13-9699-806fb9d5570d-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.
24-Apr-2019 17:47:49.555 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [08a0385e-79f8-41d5-99c1-a95814cec068-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.
24-Apr-2019 17:47:49.555 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [aab92d05-f9bf-42cb-8c59-a5d8f0f6f64d-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.
24-Apr-2019 17:47:49.555 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [c7c37ad0-40b7-4ff6-bdf0-a80f37af7ccf-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.
24-Apr-2019 17:47:49.555 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [ff220b77-3324-49e9-934c-3c1f0006d606-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.
24-Apr-2019 17:47:49.556 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [5b8216b5-3120-4017-b778-60ef41c91cdf-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.
24-Apr-2019 17:47:49.556 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [9501b1b2-8be2-4cfc-be0b-ebbe0f2b3fc2-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.
24-Apr-2019 17:47:49.556 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@43690926]) and a value of type [com.h3bpm.base.user.UserValidator] (value [com.h3bpm.base.user.UserValidator@2140b5db]) 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.
24-Apr-2019 17:47:49.556 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [d361384a-bd6e-4a0d-8b8b-12f9d29b6fdb-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.
24-Apr-2019 17:47:49.557 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [c55845eb-7000-4b89-b37e-389141ddda56-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.
24-Apr-2019 17:47:49.557 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [6dd40693-1ec0-42a2-977f-eb1f24f56aa7-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.
24-Apr-2019 17:47:49.557 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [b86caaf1-5c9d-429d-9a61-e691a7e89fe8-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.
24-Apr-2019 17:47:49.558 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [f779428b-8143-4f85-ad4d-bb9c73bf78ba-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.
24-Apr-2019 17:47:49.558 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [25de7f42-c9a5-44c4-afee-23b6b35a64fd-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.
24-Apr-2019 17:47:49.558 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [688b4238-8d5d-45ea-a507-ba5d21246aae-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.
24-Apr-2019 17:47:49.558 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [d1ae72c2-4741-4919-ad2a-124fb3c5d0ab-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.
24-Apr-2019 17:47:49.559 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [bda0f031-bba5-4fdc-8742-15678fc03cea-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.
24-Apr-2019 17:47:49.559 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [99efad57-e9b8-4717-b3c9-fc877ade4193-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.
24-Apr-2019 17:47:49.559 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [36d25b91-8bcb-4849-ac9b-dcc44045a7bc-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.
24-Apr-2019 17:47:49.559 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [c3418fa3-b2aa-4c65-8863-f34da890016d-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.
24-Apr-2019 17:47:49.560 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [8b3784c2-8639-473c-b211-8363fa61fafd-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.
24-Apr-2019 17:47:49.560 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [fa5044c6-d651-44bf-a745-b5ba827b2947-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.
24-Apr-2019 17:47:49.560 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [41c5b408-d413-42c0-a285-1560466c1a03-10]) 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.
24-Apr-2019 17:47:49.560 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [b0fbc1f3-6b3b-459f-8e84-f94bd9c24a57-10]) 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.
24-Apr-2019 17:47:49.561 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [19628efc-624d-430f-8da4-702939163c11-10]) 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.
24-Apr-2019 17:47:49.561 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [a09cd723-f9c8-4bca-ac7d-53b5fafc127f-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.
24-Apr-2019 17:47:49.561 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [0c922e0b-e572-4586-823f-22bace65825c-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.
24-Apr-2019 17:47:49.561 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [9c8dbd2b-d61f-4c8a-b6f8-f7d433a0f3b2-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.
24-Apr-2019 17:47:49.562 SEVERE [Thread-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@28d3b47]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [268ecb8e-d3b0-43d0-9fd9-d923fa255d19-0]) but failed to remove it when the w
游客

返回顶部