2011/1/17 Jany Jose <jany.j...@gmail.com>:
> Hi,
>
> When i see the thread dump i could see a thread dead lock with other thread.
> Please find below the thread dump message and kindly advice how to avoid it.
>

You would better try with 6.0.30. There were a lot of fixes since 6.0.26.

>From the stack trace
>    at java.net.URL.openConnection(URL.java:945)
>    at org.apache.catalina.core.JreMemoryLeakPreventionListener.
>            lifecycleEvent(JreMemoryLeakPreventionListener.java:145)

JreMemoryLeakPreventionListener tries to open a jar file to turn of
caching of jar connections.  This call hangs due to a deadlock.

In 6.0.30 that call can be turned off by setting attribute
urlCacheProtection="false" on JreMemoryLeakPreventionListener. Maybe
that will work for 6.0.26 as well.


Best regards,
Konstantin Kolinko

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

Reply via email to