严重: Error filterStart
2011-6-22 8:38:58 org.apache.catalina.core.StandardContext start
严重: Context [/Struts2_0100_Introduction] startup failed due to previous errors
2011-6-22 8:38:58 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
严重: A web application created a ThreadLocal with key of type [null] (value [com.sun.faces.config.ConfigureListener$1@1b17d49]) and a value of type [null] (value [null]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed.
2011-6-22 8:38:58 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
严重: A web application created a ThreadLocal with key of type [null] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@19855ed]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@31688f]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed.
2011-6-22 8:38:58 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
严重: A web application created a ThreadLocal with key of type [null] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1c794cc]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@1f9e31e]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed.以上的程序部署到tomcat上后 启动tomcat时的报错导入的项目是马士兵J2EE教学视频里面关于struts2的源码 马士兵用的是myeclipse7.5 tomcat是6.x
我的tomcat也是6.x
jdk也重新部署过了~但是就是报错 求解