当前位置: 代码迷 >> Java Web开发 >> 配置Struts时,Tomcat报错。着急
  详细解决方案

配置Struts时,Tomcat报错。着急

热度:179   发布时间:2016-04-17 00:30:52.0
配置Struts时,Tomcat报错。在线等。着急。
2011-11-3 19:09:41 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
严重: The web application [/xxxx] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@621bd7]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@111cab5]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.


Tomcat 是 6.0的
Struts 2.2.3.1

关闭服务器的时候报的错。

求大神。

------解决方案--------------------
查了很多资料。。
发现一个共同点:
出现你这个异常的都是tomcat6的。。而且基本都是6.0.24或26....