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
at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:261) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) at com.proactivenet.server.StartTomcat.run(StartTomcat.java:33) Found 1 deadlock. *Thanks Jany On Sun, Jan 16, 2011 at 1

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);

Tomcat 6.0.26 startup issue

2011-01-16 Thread Jany Jose
Hi, 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); *After starting the tomcat we are only getting the following message in * catalina.out* file and after that nothing is happening