The web application created a ThreadLocal with key of type [null] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1807b9

The web application created a ThreadLocal with key of type [null] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1807b9a]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@32d6e7]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.

解决办法:

使用低于6版本的tomcat(首选)

 把TOMCAT下这个项目删除,重新部署运行就可以了。

原文地址:https://www.cnblogs.com/zongzhankui/p/5875362.html