`
jackylt_lu
  • 浏览: 4446 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
最近访客 更多访客>>
社区版块
存档分类
最新评论

Tomcat启动时出现的Error filterStart错误

阅读更多
Tomcat启动时出现的Error filterStart错误


严重: Error filterStart
2013-3-12 14:19:37 org.apache.catalina.core.StandardContext startInternal
严重: Context [/lbs] startup failed due to previous errors
2013-3-12 14:19:38 org.apache.catalina.loader.WebappClassLoader clearReferencesJ
dbc
严重: The web application [/lbs] registered the JDBC driver [com.mysql.jdbc.Driv
er] but failed to unregister it when the web application was stopped. To prevent
 a memory leak, the JDBC Driver has been forcibly unregistered.
2013-3-12 14:19:38 org.apache.catalina.loader.WebappClassLoader clearReferencesT
hreads
严重: The web application [/lbs] appears to have started a thread named [MySQL S
tatement Cancellation Timer] but has failed to stop it. This is very likely to c
reate a memory leak.
2013-3-12 14:19:38 org.apache.catalina.loader.WebappClassLoader checkThreadLocal
MapForLeaks
严重: The web application [/lbs] created a ThreadLocal with key of type [com.ope
nsymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject
.ContainerImpl$10@3c33d3]) and a value of type [java.lang.Object[]] (value [[Lja
va.lang.Object;@6e7127]) but failed to remove it when the web application was st
opped. Threads are going to be renewed over time to try and avoid a probable mem
ory leak.
2013-3-12 14:19:38 org.apache.catalina.loader.WebappClassLoader checkThreadLocal
MapForLeaks
严重: The web application [/lbs] created a ThreadLocal with key of type [com.ope
nsymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject
.ContainerImpl$10@c6b8b0]) and a value of type [java.lang.Object[]] (value [[Lja
va.lang.Object;@873b9f]) but failed to remove it when the web application was st
opped. Threads are going to be renewed over time to try and avoid a probable mem
ory leak.

项目可以在eclipse下完好运行,结果部署到服务器上了就报如上的错误。
对于菜鸟的我当然就跟着网上找资料。发现遇到此情况的道友也很多。
关机重启,更改tomcat service.xml ,更换各种高低版本的tomcat,都没有解决 。
最后发现了是包的问题。
我的是用Meaven进行管理的。就是如下的文件
<dependency>
   				 <groupId>com.opensymphony</groupId>
    			 <artifactId>xwork-core</artifactId>
                <version>2.1.6</version>
          </dependency>

此文件对应生成的有三个jar.1,spring-test-2.2.6 2,xwork-core-2.1.6 3,JUNIT-3.8.1
删除这三个Jar,总算就可以了。
记下以防下次再有类似问题发生。
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics