Tomcat stops suddenly without any errors

2010-03-19 Thread siranjeevi krishnan
Hi All I am using Tomcat 6.0.18. It's running fine for past two months. Suddenly it stops and i couldn't find any errors. The messages i got in catalina .log are Mar 16, 2010 5:48:00 PM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina Mar 16, 2010 5:48:00 PM

Re: Tomcat stops suddenly without any errors

2010-03-19 Thread André Warnier
siranjeevi krishnan wrote: Hi All I am using Tomcat 6.0.18. It's running fine for past two months. Suddenly it stops and i couldn't find any errors. It would probably help if you mentioned on which platform this happens, and if it is a Windows system, if Tomcat is running as a Service or

Re: Tomcat stops suddenly without any errors

2010-03-19 Thread siranjeevi krishnan
Hi Warnier Thanks for your help. I am running tomcat in Windows platform. I am starting tomcat under a thread inside another JVM by calling Bootstrap.main(start); Thanks Siranjeevi On Fri, Mar 19, 2010 at 4:53 PM, André Warnier a...@ice-sa.com wrote: siranjeevi krishnan wrote: Hi All I am

RE: Tomcat stops suddenly without any errors

2010-03-19 Thread Caldarale, Charles R
From: siranjeevi krishnan [mailto:siranjee...@gmail.com] Subject: Re: Tomcat stops suddenly without any errors I am starting tomcat under a thread inside another JVM by calling Bootstrap.main(start); You're not running Tomcat in another JVM - it's running in the same one your thread

Re: Tomcat stops suddenly without any errors

2010-03-19 Thread siranjeevi krishnan
...@unisys.com wrote: From: siranjeevi krishnan [mailto:siranjee...@gmail.com] Subject: Re: Tomcat stops suddenly without any errors I am starting tomcat under a thread inside another JVM by calling Bootstrap.main(start); You're not running Tomcat in another JVM - it's running in the same one