SEVERE: web application [/ helloWorld] created ThreadLocal with a type key

Starting a web application, on tomcat 7.0.29, when the application stops, the following error is issued

SEVERE: The web application [/helloWorld] created a ThreadLocal with key of type [com.sun.xml.bind.v2.ClassFactory$1] (value [com.sun.xml.bind.v2.ClassFactory$1@1b7b32c]) and a value of type [java.util.WeakHashMap] (value [{class com.test.jaxws_asm.CreateSession=java.lang.ref.WeakReference@a06d25}]) 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. 
+8
web-applications tomcat7
source share

No one has answered this question yet.

See similar questions:

35
Memory leak when reallocating an application in Tomcat

or similar:

27
How to identify and remove Threads / ThreadLocals initiated from our webapp in Java?
thirteen
Memory leak when stopping or redeploying - Spring 3.1.2, Hibernate 4.1.0, Spring Data-Jpa 1.1.0, Tomcat 7.0.30
5
Tomcat 7 and ScheduledExecutorService.shutdown
4
Tomcat web application only works after I explicitly run it on the / manager page
2
Memory leak in Tomcat 7.0.50
one
A large HashSet of objects org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer exists on ThreadLocal
0
Tomcat 7: JDBC driver was forced unregistered
0
Blackboard Server - Restart Problem
0
Creating threads in a web application using Tomcat results in an error message
-one
A memory leak if we start a single thread or mutilple threads when starting the server on the tomcat server

All Articles