您的位置:首页 > 移动开发

The web application [/HOTEL] created a ThreadLocal with key of type

2016-07-05 20:36 477 查看
The web application [/HOTEL] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1886bb7]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@157e118])
but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.

public class Login  extends ActionSupport{

action类忘了继承ActionSupport
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  login