Re: Tomcat 6.0.26 startup issue

2011-01-17 Thread Konstantin Kolinko
2011/1/17 Jany Jose : > 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 jav

Re: Tomcat 6.0.26 startup issue

2011-01-17 Thread Michael Ludwig
Jany Jose schrieb am 17.01.2011 um 13:46 (+0530): > > 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. > > *Found one Java-level deadlock: > = > "RMI TCP Connecti

Re: Tomcat 6.0.26 startup issue

2011-01-17 Thread Jany Jose
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. *Found one Java-level deadlock: = "RMI TCP Connection(3)-10.128.32.128": waiting to lock monitor 0x0f

RE: Tomcat 6.0.26 startup issue

2011-01-16 Thread Caldarale, Charles R
> From: Jany Jose [mailto:jany.j...@gmail.com] > Subject: Tomcat 6.0.26 startup issue > In our application we are starting tomcat as a thread by calling the > bootstrap class. > Please find the code used: *String[] mArgs = {"start"}; > Bootstrap.main(mArgs); And a thread dump shows what? - Chu