com.opensymphony.xwork2中的内存泄漏

时间:2012-12-10 07:00:23

标签: memory memory-leaks

尝试检测应用程序中的内存泄漏。看着tomcat日志。 Tomcat检测到泄漏来自com.opensymphony.xwork2.* api。

我只是想知道这可能是导致崩溃的原因吗?

以下是声称泄漏的日志。

SEVERE: The web application [/openreports] created a ThreadLocal with key of type [com.opensymphony.xwork2.ActionContext.ActionContextThreadLocal] (value [com.opensymphony.xwork2.ActionContext$ActionContextThreadLocal@1bfdfa36]) and a value of type [com.opensymphony.xwork2.ActionContext] (value [com.opensymphony.xwork2.ActionContext@3f35fd95]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
SEVERE: The web application [/openreports] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@7edb7d08]) and a value of type [org.dom4j.DocumentFactory] (value [org.dom4j.DocumentFactory@7bedd948]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
SEVERE: The web application [/openreports] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@6d041bf8]) and a value of type [com.opensymphony.xwork2.inject.InternalContext[]] (value [[Lcom.opensymphony.xwork2.inject.InternalContext;@3c544588]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.

0 个答案:

没有答案