On Mon, Dec 6, 2010 at 11:54 AM, Pid <p...@pidster.com> wrote: > On 12/6/10 7:45 PM, Guillaume Carbonneau wrote: >> Hi everyone, >> My tomcat server seems to die on its own without leaving any backtrace... >> >> The last info I get in the logs are : >> Dec 3, 2010 6:11:35 PM org.apache.coyote.http11.Http11Protocol pause >> INFO: Pausing Coyote HTTP/1.1 on http-8077 >> Dec 3, 2010 6:11:36 PM org.apache.catalina.core.StandardService stop >> INFO: Stopping service Catalina >> Dec 3, 2010 6:11:36 PM org.apache.coyote.http11.Http11Protocol destroy >> INFO: Stopping Coyote HTTP/1.1 on http-8077 >> >> Running The Apache Tomcat 6.0 (6.0.29) >> Linux Oracle Red hat : 2.6.18-194.el5 >> java version "1.6.0_21" >> >> This has happened more than once and will occur even if there is no >> traffic. restarting brings it back up but it has proven to be >> unreliable... > > How often does this happen? > > What happens before that in the logs? > > If you have an access log configured, what requests occur shortly before > until that time? > > Do you control all of the source code in your application, and if so is > there a System.exit() call in your code? > > > p >
It happens every day or so. Nothing happens before in the log... I'm logging the requests but tomcat dies when there is no traffic it seems. I even tried to bench it with more than 10000 requests the other day and it handled the load pretty fine and no "crash". I control all the code in my app, there is no System.exit() call --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org