RE: Tomcat dying on its own

2011-04-26 Thread Caldarale, Charles R
> From: Alex Carvalho da Silva [mailto:alexc...@gmail.com] > Subject: Re: Tomcat dying on its own > How can I solve that problem? First, don't resurrect old threads that were dead and buried months ago. Second, start a new thread for your specific problem, and include pertinent

Re: Tomcat dying on its own

2011-04-26 Thread Alex Carvalho da Silva
Hi everyone, I have the same problem, but a discovered that my problem is generated by logrotate. When logrotate runs, the tomcat pausing, stopping... There is not a tomcat script on the /etc/logrotate.d/ How can I solve that problem? Thanks, Alex Carvalho 2010/12/6 Guillaume Carbonneau > Hi

Re: Tomcat dying on its own

2010-12-09 Thread Mark Thomas
On 09/12/2010 12:51, André Warnier wrote: > Mark Thomas wrote: >> On 08/12/2010 23:23, André Warnier wrote: >>> Mark Thomas wrote: Been there, tried that. There is no easy way (I could find) to distinguish between a legitimate and illegitimate shut-down. >>> Naive suggestion : how ab

Re: Tomcat dying on its own

2010-12-09 Thread André Warnier
Mark Thomas wrote: On 08/12/2010 23:23, André Warnier wrote: Mark Thomas wrote: Been there, tried that. There is no easy way (I could find) to distinguish between a legitimate and illegitimate shut-down. Naive suggestion : how about some global flag which the legitimate shutdown paths set (an

Re: Tomcat dying on its own

2010-12-09 Thread Tim Funk
I'm late to the party. But how about trying the following ... 1) Add a filter which runs first and logs the request. This WILL have a performance impact - but a non-running application is a tad bit slower than writing each request to disk. With luck - this may call out a class of (or single) u

Re: Tomcat dying on its own

2010-12-09 Thread Mark Thomas
On 08/12/2010 23:23, André Warnier wrote: > Mark Thomas wrote: >> Been there, tried that. There is no easy way (I could find) to >> distinguish between a legitimate and illegitimate shut-down. >> > Naive suggestion : how about some global flag which the legitimate > shutdown paths set (and the othe

Re: Tomcat dying on its own

2010-12-08 Thread André Warnier
Mark Thomas wrote: On 08/12/2010 22:38, Christopher Schultz wrote: Mark, On 12/6/2010 3:49 PM, Mark Thomas wrote: On 06/12/2010 20:44, Guillaume Carbonneau wrote: 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

Re: Tomcat dying on its own

2010-12-08 Thread Mark Thomas
On 08/12/2010 22:38, Christopher Schultz wrote: > Mark, > > On 12/6/2010 3:49 PM, Mark Thomas wrote: >> On 06/12/2010 20:44, Guillaume Carbonneau wrote: >>> >>> It happens every day or so. >>> Nothing happens before in the log... I'm logging the requests but >>> tomcat dies when there is no traffi

Re: Tomcat dying on its own

2010-12-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 12/6/2010 3:49 PM, Mark Thomas wrote: > On 06/12/2010 20:44, Guillaume Carbonneau wrote: >> >> 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.

Re: Tomcat dying on its own

2010-12-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Victor, On 12/6/2010 3:47 PM, Victor Kabdebon wrote: > Your Linux may also be involved. If you have some weird configuration of > your system, it may kill/shutdown some services / applications. If it's the Linux OOM killer, you should get a syslog me

Re: Tomcat dying on its own

2010-12-07 Thread Guillaume Carbonneau
On Tue, Dec 7, 2010 at 12:52 AM, Rainer Jung wrote: > On 06.12.2010 23:36, Guillaume Carbonneau wrote: >> >> On Mon, Dec 6, 2010 at 2:25 PM, Konstantin Kolinko >>  wrote: >>> >>> 2010/12/6 Guillaume Carbonneau: Hi everyone, My tomcat server seems to die on its own without leaving a

Re: Tomcat dying on its own

2010-12-07 Thread Rainer Jung
On 07.12.2010 12:27, Ronald Klop wrote: Op dinsdag, 7 december 2010 09:52 schreef Rainer Jung : On 06.12.2010 23:36, Guillaume Carbonneau wrote: When starting Tomcat interactively you should be aware that some shells kill all child processes when you log out (or get logged out automatically).

Re: Tomcat dying on its own

2010-12-07 Thread Ronald Klop
Op dinsdag, 7 december 2010 09:52 schreef Rainer Jung : On 06.12.2010 23:36, Guillaume Carbonneau wrote: > On Mon, Dec 6, 2010 at 2:25 PM, Konstantin Kolinko > wrote: >> 2010/12/6 Guillaume Carbonneau: >>> Hi everyone, >>> My tomcat server seems to die on its own without leaving any back

Re: Tomcat dying on its own

2010-12-07 Thread Rainer Jung
On 06.12.2010 23:36, Guillaume Carbonneau wrote: On Mon, Dec 6, 2010 at 2:25 PM, Konstantin Kolinko wrote: 2010/12/6 Guillaume Carbonneau: 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.

Re: Tomcat dying on its own

2010-12-06 Thread Guillaume Carbonneau
On Mon, Dec 6, 2010 at 2:25 PM, Konstantin Kolinko wrote: > 2010/12/6 Guillaume Carbonneau : >> 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 p

Re: Tomcat dying on its own

2010-12-06 Thread Konstantin Kolinko
2010/12/6 Guillaume Carbonneau : > 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:

Re: Tomcat dying on its own

2010-12-06 Thread Guillaume Carbonneau
i'm monitoring the process today (sending the same query every 5 seconds). it crashed twice. i'm trying to figure out the pattern. somehow I don't think it has to do with the number of requests On Mon, Dec 6, 2010 at 12:49 PM, Mark Thomas wrote: > On 06/12/2010 20:44, Guillaume Carbonneau wrote:

Re: Tomcat dying on its own

2010-12-06 Thread Mark Thomas
On 06/12/2010 20:44, Guillaume Carbonneau wrote: > > 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 1 requests the other day > and it handled the load

Re: Tomcat dying on its own

2010-12-06 Thread Victor Kabdebon
Your Linux may also be involved. If you have some weird configuration of your system, it may kill/shutdown some services / applications. But this is really puzzling Victor Kabdebon http://www.voxnucleus.fr 2010/12/6 Guillaume Carbonneau > On Mon, Dec 6, 2010 at 11:54 AM, Pid wrote: > > On 12/6

Re: Tomcat dying on its own

2010-12-06 Thread Guillaume Carbonneau
On Mon, Dec 6, 2010 at 11:54 AM, Pid 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

Re: Tomcat dying on its own

2010-12-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Guillaume, On 12/6/2010 2: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.Http1

RE: Tomcat dying on its own

2010-12-06 Thread Caldarale, Charles R
> From: Guillaume Carbonneau [mailto:guillaume.carbonn...@gmail.com] > Subject: Tomcat dying on its own > My tomcat server seems to die on its own without leaving any backtrace... Suggest you remove the System.exit() call that's in one of your webapps... In all seriousness, that is the most lik

Re: Tomcat dying on its own

2010-12-06 Thread Pid
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