Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.7.6, 2.7.8, 2.7.14
-
None
-
None
-
oracle jdk 7, windows7 x64
-
Unknown
Description
Upon web application redeploy (that calls a web service), I've been getting a number of log warnings when either Tomcat shutdown's down or when the web app is redeployed
Jan 12, 2014 10:12:28 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type [null] (value [com.sun.xml.bind.v2.ClassFactory$1@fb0bc
0e]) and a value of type [java.util.WeakHashMap] (value [
]) but failed to remove it when the web application was stop
ped. To prevent a memory leak, the ThreadLocal has been forcibly removed.
Jan 12, 2014 10:12:28 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@1
dd06562]) and a value of type [org.apache.cxf.BusFactory.BusHolder] (value [org.apache.cxf.BusFactory$BusHolder@5cb01438
]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forc
ibly removed.