当前位置: 代码迷 >> 综合 >> 在tomcat7下停止应用时报错:created a ThreadLocal with key of type
  详细解决方案

在tomcat7下停止应用时报错:created a ThreadLocal with key of type

热度:48   发布时间:2023-12-14 21:57:22.0

在tomcat7下停止应用时报错: created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10]

INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance.
Apr 02, 2015 10:36:52 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8080"]
Apr 02, 2015 10:36:52 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-bio-8009"]
Apr 02, 2015 10:36:52 AM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Apr 02, 2015 10:36:52 AM org.apache.catalina.core.ApplicationContext log
INFO: Closing Spring root WebApplicationContext
Apr 02, 2015 10:36:52 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/techrevmanager5] created a ThreadLocal with key of type [com.opensymph

  相关解决方案