02-Apr-2019 10:37:15.263 信息 [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance. 02-Apr-2019 10:37:15.264 信息 [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-19008"] 02-Apr-2019 10:37:15.315 信息 [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-9018"] 02-Apr-2019 10:37:15.366 信息 [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Catalina] 02-Apr-2019 10:37:15.372 严重 [main] org.apache.catalina.session.StandardManager.stopInternal Exception unloading sessions to persistent storage java.io.FileNotFoundException: /data/tomcat/SOCSP_PS/work/Catalina/localhost/ROOT/SESSIONS.ser (权限不够) at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(FileOutputStream.java:270) at java.io.FileOutputStream.(FileOutputStream.java:213) at java.io.FileOutputStream.(FileOutputStream.java:101) at org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:301) at org.apache.catalina.session.StandardManager.unload(StandardManager.java:267) at org.apache.catalina.session.StandardManager.stopInternal(StandardManager.java:382) at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5327) at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1445) at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1434) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134) at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:1001) at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1445) at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1434) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134) at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:1001) at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) at org.apache.catalina.core.StandardService.stopInternal(StandardService.java:474) at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) at org.apache.catalina.core.StandardServer.stopInternal(StandardServer.java:791) at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) at org.apache.catalina.startup.Catalina.stop(Catalina.java:755) at org.apache.catalina.startup.Catalina.start(Catalina.java:717) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:350) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:492) 02-Apr-2019 10:37:15.585 警告 [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [ROOT] registered the JDBC driver [oracle.jdbc.OracleDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 02-Apr-2019 10:37:15.587 警告 [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Timer-0] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Object.wait(Native Method) java.util.TimerThread.mainLoop(Timer.java:552) java.util.TimerThread.run(Timer.java:505) 02-Apr-2019 10:37:15.588 警告 [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Object.wait(Native Method) com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:534) 02-Apr-2019 10:37:15.588 警告 [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Object.wait(Native Method) com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:534) 02-Apr-2019 10:37:15.589 警告 [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Object.wait(Native Method) com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:534) 02-Apr-2019 10:37:15.596 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@f1a76b8]) and a value of type [com.jeecms.core.entity.CmsSite] (value [com.jeecms.core.entity.CmsSite@445c7c89]) 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. 02-Apr-2019 10:37:15.596 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [freemarker.core.profiler.FreemarkerProfiler$1] (value [freemarker.core.profiler.FreemarkerProfiler$1@5e049b25]) and a value of type [freemarker.core.profiler.FreemarkerProfiler] (value [freemarker.core.profiler.FreemarkerProfiler@48418a52]) 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. 02-Apr-2019 10:37:15.596 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@2f157e8b]) and a value of type [com.jeecms.core.entity.CmsUser] (value [com.jeecms.core.entity.CmsUser@484c780e]) 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. 02-Apr-2019 10:37:15.596 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@f1a76b8]) and a value of type [com.jeecms.core.entity.CmsSite] (value [com.jeecms.core.entity.CmsSite@445c7c89]) 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. 02-Apr-2019 10:37:15.597 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [freemarker.core.profiler.FreemarkerProfiler$1] (value [freemarker.core.profiler.FreemarkerProfiler$1@5e049b25]) and a value of type [freemarker.core.profiler.FreemarkerProfiler] (value [freemarker.core.profiler.FreemarkerProfiler@73e67267]) 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. 02-Apr-2019 10:37:15.597 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@2f157e8b]) and a value of type [com.jeecms.core.entity.CmsUser] (value [com.jeecms.core.entity.CmsUser@484c780e]) 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. 02-Apr-2019 10:37:15.597 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@f1a76b8]) and a value of type [com.jeecms.core.entity.CmsSite] (value [com.jeecms.core.entity.CmsSite@445c7c89]) 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. 02-Apr-2019 10:37:15.597 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [freemarker.core.profiler.FreemarkerProfiler$1] (value [freemarker.core.profiler.FreemarkerProfiler$1@5e049b25]) and a value of type [freemarker.core.profiler.FreemarkerProfiler] (value [freemarker.core.profiler.FreemarkerProfiler@9c1028d]) 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. 02-Apr-2019 10:37:15.597 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@2f157e8b]) and a value of type [com.jeecms.core.entity.CmsUser] (value [com.jeecms.core.entity.CmsUser@484c780e]) 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. 02-Apr-2019 10:37:15.597 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@f1a76b8]) and a value of type [com.jeecms.core.entity.CmsSite] (value [com.jeecms.core.entity.CmsSite@445c7c89]) 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. 02-Apr-2019 10:37:15.597 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [freemarker.core.profiler.FreemarkerProfiler$1] (value [freemarker.core.profiler.FreemarkerProfiler$1@5e049b25]) and a value of type [freemarker.core.profiler.FreemarkerProfiler] (value [freemarker.core.profiler.FreemarkerProfiler@4d960afd]) 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. 02-Apr-2019 10:37:15.597 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@2f157e8b]) and a value of type [com.jeecms.core.entity.CmsUser] (value [com.jeecms.core.entity.CmsUser@484c780e]) 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. 02-Apr-2019 10:37:15.598 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@f1a76b8]) and a value of type [com.jeecms.core.entity.CmsSite] (value [com.jeecms.core.entity.CmsSite@445c7c89]) 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. 02-Apr-2019 10:37:15.598 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [freemarker.core.profiler.FreemarkerProfiler$1] (value [freemarker.core.profiler.FreemarkerProfiler$1@5e049b25]) and a value of type [freemarker.core.profiler.FreemarkerProfiler] (value [freemarker.core.profiler.FreemarkerProfiler@4973c4e2]) 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. 02-Apr-2019 10:37:15.598 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@2f157e8b]) and a value of type [com.jeecms.core.entity.CmsUser] (value [com.jeecms.core.entity.CmsUser@484c780e]) 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. 02-Apr-2019 10:37:15.598 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@f1a76b8]) and a value of type [com.jeecms.core.entity.CmsSite] (value [com.jeecms.core.entity.CmsSite@445c7c89]) 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. 02-Apr-2019 10:37:15.598 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [freemarker.core.profiler.FreemarkerProfiler$1] (value [freemarker.core.profiler.FreemarkerProfiler$1@5e049b25]) and a value of type [freemarker.core.profiler.FreemarkerProfiler] (value [freemarker.core.profiler.FreemarkerProfiler@9c6f2e1]) 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. 02-Apr-2019 10:37:15.598 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@2f157e8b]) and a value of type [com.jeecms.core.entity.CmsUser] (value [com.jeecms.core.entity.CmsUser@484c780e]) 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. 02-Apr-2019 10:37:15.598 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@f1a76b8]) and a value of type [com.jeecms.core.entity.CmsSite] (value [com.jeecms.core.entity.CmsSite@445c7c89]) 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. 02-Apr-2019 10:37:15.598 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [freemarker.core.profiler.FreemarkerProfiler$1] (value [freemarker.core.profiler.FreemarkerProfiler$1@5e049b25]) and a value of type [freemarker.core.profiler.FreemarkerProfiler] (value [freemarker.core.profiler.FreemarkerProfiler@8125c3e]) 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. 02-Apr-2019 10:37:15.599 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@2f157e8b]) and a value of type [com.jeecms.core.entity.CmsUser] (value [com.jeecms.core.entity.CmsUser@484c780e]) 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. 02-Apr-2019 10:37:15.599 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@f1a76b8]) and a value of type [com.jeecms.core.entity.CmsSite] (value [com.jeecms.core.entity.CmsSite@445c7c89]) 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. 02-Apr-2019 10:37:15.599 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [freemarker.core.profiler.FreemarkerProfiler$1] (value [freemarker.core.profiler.FreemarkerProfiler$1@5e049b25]) and a value of type [freemarker.core.profiler.FreemarkerProfiler] (value [freemarker.core.profiler.FreemarkerProfiler@752e6e23]) 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. 02-Apr-2019 10:37:15.599 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@2f157e8b]) and a value of type [com.jeecms.core.entity.CmsUser] (value [com.jeecms.core.entity.CmsUser@484c780e]) 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. 02-Apr-2019 10:37:15.599 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@f1a76b8]) and a value of type [com.jeecms.core.entity.CmsSite] (value [com.jeecms.core.entity.CmsSite@445c7c89]) 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. 02-Apr-2019 10:37:15.599 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [freemarker.core.profiler.FreemarkerProfiler$1] (value [freemarker.core.profiler.FreemarkerProfiler$1@5e049b25]) and a value of type [freemarker.core.profiler.FreemarkerProfiler] (value [freemarker.core.profiler.FreemarkerProfiler@22ade0b0]) 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. 02-Apr-2019 10:37:15.599 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@2f157e8b]) and a value of type [com.jeecms.core.entity.CmsUser] (value [com.jeecms.core.entity.CmsUser@484c780e]) 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. 02-Apr-2019 10:37:15.599 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@f1a76b8]) and a value of type [com.jeecms.core.entity.CmsSite] (value [com.jeecms.core.entity.CmsSite@445c7c89]) 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. 02-Apr-2019 10:37:15.600 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [freemarker.core.profiler.FreemarkerProfiler$1] (value [freemarker.core.profiler.FreemarkerProfiler$1@5e049b25]) and a value of type [freemarker.core.profiler.FreemarkerProfiler] (value [freemarker.core.profiler.FreemarkerProfiler@1c425ffe]) 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. 02-Apr-2019 10:37:15.600 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@2f157e8b]) and a value of type [com.jeecms.core.entity.CmsUser] (value [com.jeecms.core.entity.CmsUser@484c780e]) 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. 02-Apr-2019 10:37:16.283 警告 [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [SOCSP_PS_SP] registered the JDBC driver [oracle.jdbc.driver.OracleDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 02-Apr-2019 10:37:16.287 信息 [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-19008"] 02-Apr-2019 10:37:16.291 信息 [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-9018"] 02-Apr-2019 10:37:16.292 信息 [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-19008"] 02-Apr-2019 10:37:16.293 信息 [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-9018"] 02-Apr-2019 10:37:19.372 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/9.0.12 02-Apr-2019 10:37:19.460 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Sep 4 2018 22:13:41 UTC 02-Apr-2019 10:37:19.460 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 9.0.12.0 02-Apr-2019 10:37:19.460 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux 02-Apr-2019 10:37:19.461 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 3.10.0-327.el7.x86_64 02-Apr-2019 10:37:19.461 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64 02-Apr-2019 10:37:19.461 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/java/jdk1.8.0_191-amd64/jre 02-Apr-2019 10:37:19.461 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.8.0_191-b12 02-Apr-2019 10:37:19.461 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation 02-Apr-2019 10:37:19.461 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /data/tomcat/SOCSP_PS 02-Apr-2019 10:37:19.461 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /data/tomcat/SOCSP_PS 02-Apr-2019 10:37:19.462 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/data/tomcat/SOCSP_PS/conf/logging.properties 02-Apr-2019 10:37:19.462 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 02-Apr-2019 10:37:19.462 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048 02-Apr-2019 10:37:19.462 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 02-Apr-2019 10:37:19.462 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 02-Apr-2019 10:37:19.462 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs= 02-Apr-2019 10:37:19.462 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/data/tomcat/SOCSP_PS 02-Apr-2019 10:37:19.462 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/data/tomcat/SOCSP_PS 02-Apr-2019 10:37:19.463 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/data/tomcat/SOCSP_PS/temp 02-Apr-2019 10:37:19.463 信息 [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib] 02-Apr-2019 10:37:19.813 信息 [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-19008"] 02-Apr-2019 10:37:19.828 信息 [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read 02-Apr-2019 10:37:19.834 信息 [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-9018"] 02-Apr-2019 10:37:19.835 信息 [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read 02-Apr-2019 10:37:19.835 信息 [main] org.apache.catalina.startup.Catalina.load Initialization processed in 1155 ms 02-Apr-2019 10:37:19.877 信息 [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina] 02-Apr-2019 10:37:19.877 信息 [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/9.0.12 02-Apr-2019 10:37:19.947 信息 [main] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/data/tomcat/SOCSP_PS/webapps/SOCSP_PS_SP.war] 02-Apr-2019 10:37:23.142 信息 [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 02-Apr-2019 10:37:33.515 信息 [main] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/data/tomcat/SOCSP_PS/webapps/SOCSP_PS_SP.war] has finished in [13,567] ms 02-Apr-2019 10:37:33.516 信息 [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/data/tomcat/SOCSP_PS/webapps/ROOT] 02-Apr-2019 10:37:43.809 信息 [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 02-Apr-2019 10:37:58.006 信息 [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/data/tomcat/SOCSP_PS/webapps/ROOT] has finished in [24,490] ms 02-Apr-2019 10:37:58.009 信息 [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-19008"] 02-Apr-2019 10:37:58.017 信息 [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-9018"] 02-Apr-2019 10:37:58.041 信息 [main] org.apache.catalina.startup.Catalina.start Server startup in 38204 ms 02-Apr-2019 10:43:23.477 信息 [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance. 02-Apr-2019 10:43:23.477 信息 [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-19008"] 02-Apr-2019 10:43:23.529 信息 [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-9018"] 02-Apr-2019 10:43:23.580 信息 [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Catalina] 02-Apr-2019 10:43:23.585 严重 [main] org.apache.catalina.session.StandardManager.stopInternal Exception unloading sessions to persistent storage java.io.FileNotFoundException: /data/tomcat/SOCSP_PS/work/Catalina/localhost/ROOT/SESSIONS.ser (权限不够) at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(FileOutputStream.java:270) at java.io.FileOutputStream.(FileOutputStream.java:213) at java.io.FileOutputStream.(FileOutputStream.java:101) at org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:301) at org.apache.catalina.session.StandardManager.unload(StandardManager.java:267) at org.apache.catalina.session.StandardManager.stopInternal(StandardManager.java:382) at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5327) at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1445) at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1434) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134) at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:1001) at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1445) at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1434) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134) at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:1001) at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) at org.apache.catalina.core.StandardService.stopInternal(StandardService.java:474) at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) at org.apache.catalina.core.StandardServer.stopInternal(StandardServer.java:791) at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) at org.apache.catalina.startup.Catalina.stop(Catalina.java:755) at org.apache.catalina.startup.Catalina.start(Catalina.java:717) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:350) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:492) 02-Apr-2019 10:43:23.679 警告 [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [ROOT] registered the JDBC driver [oracle.jdbc.OracleDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 02-Apr-2019 10:43:23.680 警告 [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Timer-0] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Object.wait(Native Method) java.util.TimerThread.mainLoop(Timer.java:552) java.util.TimerThread.run(Timer.java:505) 02-Apr-2019 10:43:23.680 警告 [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Object.wait(Native Method) com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:534) 02-Apr-2019 10:43:23.681 警告 [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Object.wait(Native Method) com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:534) 02-Apr-2019 10:43:23.681 警告 [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Object.wait(Native Method) com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:534) 02-Apr-2019 10:43:23.683 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@e7eeee3]) and a value of type [com.jeecms.core.entity.CmsSite] (value [com.jeecms.core.entity.CmsSite@445c7c89]) 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. 02-Apr-2019 10:43:23.683 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@180d8e82]) and a value of type [com.jeecms.core.entity.CmsUser] (value [com.jeecms.core.entity.CmsUser@484c780e]) 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. 02-Apr-2019 10:43:23.683 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@e7eeee3]) and a value of type [com.jeecms.core.entity.CmsSite] (value [com.jeecms.core.entity.CmsSite@445c7c89]) 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. 02-Apr-2019 10:43:23.683 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@180d8e82]) and a value of type [com.jeecms.core.entity.CmsUser] (value [com.jeecms.core.entity.CmsUser@484c780e]) 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. 02-Apr-2019 10:43:23.684 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@e7eeee3]) and a value of type [com.jeecms.core.entity.CmsSite] (value [com.jeecms.core.entity.CmsSite@445c7c89]) 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. 02-Apr-2019 10:43:23.684 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@180d8e82]) and a value of type [com.jeecms.core.entity.CmsUser] (value [com.jeecms.core.entity.CmsUser@484c780e]) 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. 02-Apr-2019 10:43:23.684 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@e7eeee3]) and a value of type [com.jeecms.core.entity.CmsSite] (value [com.jeecms.core.entity.CmsSite@445c7c89]) 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. 02-Apr-2019 10:43:23.684 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@180d8e82]) and a value of type [com.jeecms.core.entity.CmsUser] (value [com.jeecms.core.entity.CmsUser@484c780e]) 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. 02-Apr-2019 10:43:23.684 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@e7eeee3]) and a value of type [com.jeecms.core.entity.CmsSite] (value [com.jeecms.core.entity.CmsSite@445c7c89]) 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. 02-Apr-2019 10:43:23.685 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@180d8e82]) and a value of type [com.jeecms.core.entity.CmsUser] (value [com.jeecms.core.entity.CmsUser@484c780e]) 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. 02-Apr-2019 10:43:23.685 严重 [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@e7eeee3]) and a value of type [com.jeecms.core.entity.CmsSite] (value [com.jeecms.core.entity.CmsSite@445c7c89]) 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. 02-Apr-2019 10:43:23.730 警告 [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [SOCSP_PS_SP] registered the JDBC driver [oracle.jdbc.driver.OracleDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 02-Apr-2019 10:43:23.730 警告 [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [SOCSP_PS_SP] appears to have started a thread named [Replication Thread] 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) net.sf.ehcache.distribution.RMIAsynchronousCacheReplicator.replicationThreadMain(RMIAsynchronousCacheReplicator.java:117) net.sf.ehcache.distribution.RMIAsynchronousCacheReplicator.access$000(RMIAsynchronousCacheReplicator.java:58) net.sf.ehcache.distribution.RMIAsynchronousCacheReplicator$ReplicationThread.run(RMIAsynchronousCacheReplicator.java:389) 02-Apr-2019 10:43:23.734 信息 [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-19008"] 02-Apr-2019 10:43:23.741 信息 [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-9018"] 02-Apr-2019 10:43:23.743 信息 [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-19008"] 02-Apr-2019 10:43:23.743 信息 [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-9018"]