2013/5/19 jieryn <jie...@gmail.com>: > Greetings, > > I am using Apache Tomcat 7.0.40, via IBM Java 7 SR2. I am seeing the > following on Tomcat shutdown: > > org.apache.catalina.loader.WebappClassLoader.checkThreadLocalMapForLeaks > The web application [] created a ThreadLocal with key of type > [com.sun.xml.bind.v2.runtime.Coordinator$1] (value > [com.sun.xml.bind.v2.runtime.Coordinator$1@f9b00906]) and a value of > type [java.lang.Object[]] (value [[Ljava.lang.Object;@3d8d9b93]) 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. > > When I inspect the libraries within the application I find: > > $ grep com.sun.xml.bind.v2.runtime.Coordinator * > Binary file jaxb-impl-2.2.1.1.jar matches > > Apache Maven dependency:tree shows that this is coming from Apache > Wink (wink-common -> wink-client). >
Where the jar is located? IIRC the JRE provides a JAXB implementation, so if you replace one, shouldn't the jar go into ${catalina.home}/endorsed ? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org