严重: The web application [/dmscs] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@55a106]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@1be9f72]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
tomcat 启动时,错误日记中出现上面的警告信息;
虽然不影响程序的正常运行;
还是希望可以解决;
查询资料 说是 tomcat的内存泄露产生的,还未有好方法处理;
知道的童鞋 请告诉我解决方法;