当前位置:编程学习 > JAVA >>

jdk1.6 tomcat6.037 部署项目时出错

2013-7-25 23:49:51 org.apache.catalina.startup.HostConfig checkResources
信息: Reloading context [/netctoss]
2013-7-25 23:49:51 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
严重: The web application [/netctoss] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value 
jdk1.6 tomcat6.037  部署项目时出错
错误信息如下 求高手指点

[com.opensymphony.xwork2.inject.ContainerImpl$10@85e41d]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@43563e]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
2013-7-25 23:49:51 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
严重: The web application [/netctoss] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@d32baa]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@1d7ae87]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
2013-7-25 23:49:52 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-default.xml]
2013-7-25 23:49:52 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Unable to locate configuration files of the name struts-plugin.xml, skipping
2013-7-25 23:49:52 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-plugin.xml]
2013-7-25 23:49:52 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts.xml] Tomcat --------------------编程问答-------------------- 把你tomcat的conf文件下的servers.xml里的配置文件内的
  <Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />
  <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
注释掉看看
补充:Java ,  Web 开发
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,