Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Spring
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
paul wheaton
Ron McLeod
Devaka Cooray
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Paul Clapham
Saloon Keepers:
Tim Holloway
Carey Brown
Piet Souris
Bartenders:
Forum:
Spring
com.opensymphony.xwork2.inject. error with memory leak warning
Shilpa Tendulkar
Ranch Hand
Posts: 75
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I get these message on
tomcat
startup but appliction run ok. Anyone facing the same problem? please help
SEVERE: The web application [/OptionManagement] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@43c0ae76]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@1efde7ba]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. 24-Nov-2011 10:22:33 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap SEVERE: The web application [/OptionManagement] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@2f78743b]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@d16e5d6]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. 24-Nov-2011 10:22:33 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap SEVERE: The web application [/OptionManagement] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@43c0ae76]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@5a4b4b50]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. 24-Nov-2011 10:22:33 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap SEVERE: The web application [/OptionManagement] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@43c0ae76]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@53d9f80]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. 24-Nov-2011 10:22:33 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap SEVERE: The web application [/OptionManagement] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@43c0ae76]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@10b28f30]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. 24-Nov-2011 10:22:33 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap SEVERE: The web application [/OptionManagement] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@43c0ae76]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@3ad6a0e0]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
SCJP5
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Struts2 cookies
Sending a mail from struts application using the Spring Framework utility library
ThreadLocal -- This is very likely to create a memory leak
Can two filters use the same filter-class?
Error Struts 2 / Tomcat 6.0.32
More...