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