-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Pid,

On 11/27/2010 8:18 AM, Christopher Schultz wrote:
> Pid,
> 
> On 11/26/2010 4:54 PM, Pid wrote:
>> On 26/11/2010 21:36, Christopher Schultz wrote:
>>> All,
>>>
>>> I've just started using versions of Tomcat 6 that have the memory leak
>>> prevention listener available and enabled in development, and I just saw
>>> this message in catalina.out when I shut down my Cocoon webapp:
>>>
>>> SEVERE: The web application [/cocoon] created a ThreadLocal with key of
>>> type [java.lang.ThreadLocal] (value [java.lang.threadlo...@d2efa1]) and
>>> a value of type [org.apache.xerces.parsers.SAXParser] (value
>>> [org.apache.xerces.parsers.saxpar...@15d4273]) but failed to remove it
>>> when the web application was stopped. This is very likely to create a
>>> memory leak.
> 
>> Which version of Xerces is it?  I've been looking at that lib for a
>> similar issue this week.
> 
> Sorry, I should have mentioned that as well.

It also ships with an ancient version of commons-logging:

commons-logging-1.0.4.jar

...which apparently causes this:

SEVERE: The web application [/context] created a ThreadLocal with key of
type [java.lang.InheritableThreadLocal] (value
[java.lang.inheritablethreadlo...@1c0b8a0]) and a value of type
[org.apache.log.ContextMap] (value [org.apache.log.context...@199197b])
but failed to remove it when the web application was stopped. This is
very likely to create a memory leak.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkzxCzYACgkQ9CaO5/Lv0PC7fACgjrTuiJoeUY/MdiKjzOpc13Eu
GB8An3+ReL/tLjUVmYVMgXwx8Ldza9nI
=8N3G
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to