que tienen una aplicación Web en Tomcat 7.
Cuando apago Tomcat veo éstos advertencia (pero no siempre)¿Qué son estas advertencias en catalina.out?
SEVERE: The web application [/MyApplication] created a ThreadLocal
with key of type
[org.apache.xml.security.algorithms.MessageDigestAlgorithm$1] (value
[[email protected]2e2c])
and a value of type [java.util.HashMap] (value
[{http://www.w3.org/2000/09/xmldsig#sha1=MESSAGE DIGEST SHA-1}]) 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.
Apr 3, 2012 1:56:19 PM org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks SEVERE: The web application
[/MyApplication] created a ThreadLocal with key of type
[com.sun.xml.bind.v2.ClassFactory$1] (value
[[email protected]]) and a value of type
[java.util.WeakHashMap] (value [{class
[email protected]b17eb,
class
javax.xml.bind.a[email protected]178a178a,
class
[email protected]1c181c,
class
c[email protected]17711771,
class
c[email protected]17011701}])
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. Apr 3, 2012 1:56:19 PM
org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks SEVERE: The web application
[/MyApplication] created a ThreadLocal with key of type
[org.apache.xml.security.utils.UnsyncBufferedOutputStream$1] (value
[[email protected]a90])
and a value of type [byte[]] (value [[[email protected]]) 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.
¿Qué significan estas advertencias en catalina.out en el apagado?
Veo algunas de mis clases JAXB mencionadas, pero no puedo decir cuál es el problema aquí.
¿Alguna ayuda, por favor?
+1 para el enlace, lectura interesante. – esaj