https://bz.apache.org/bugzilla/show_bug.cgi?id=57628
Bug ID: 57628 Summary: ThreadLocal memory leak error on Tomcat shutdown Product: Tomcat 7 Version: 7.0.41 Hardware: PC Status: NEW Severity: major Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: syed.imran.ba...@gmail.com When I shutdown tomcat, I am receiving these error messages. Number of error messages == Number of Tomcat ThreadPool threads. ERROR org.apache.catalina.loader.WebappClassLoader- The web application [/abc] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@1ae4761]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@133613c]) 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. Few questions -------------- 1. Is there any memory leak happening in my system ? 2. If so how can I fix these ? Regards. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org