[OT] Re: Tomcat Shutdown suddenly / random

2010-04-18 Thread André Warnier
Carl wrote: ... Hi. Nothing to do with the subject, but I guess that either your workstation or your email forwarding system must be off by one hour, making your questions appear after the answer has already been given. This looks strange, and reminds me of a character in one of Terry Pratchett

Re: Tomcat Shutdown suddenly / random

2010-04-17 Thread Kees Jan Koster
Dear All, > I don't believe Tomcat has any System.exit calls in it, so you could > grep your code looking for such calls. Note that findbugs can be used for that. It will issue a warning for code that calls System.exit(). -- Kees Jan http://java-monitor.com/ kjkos...@kjkoster.org 06-51838192

Re: Tomcat Shutdown suddenly / random

2010-04-16 Thread Mark Thomas
On 16/04/2010 23:43, Carl wrote: > I thought thta a System.exit call would kill the JVM and would therefore > not show the clean shutdown in the logs that the OP is seeing... am I > wrong about System.exit? Yes. It invokes the shutdown hook and that performs a clean shutdown. Mark

Re: Tomcat Shutdown suddenly / random

2010-04-16 Thread Carl
nt: Friday, April 16, 2010 3:58 PM Subject: Re: Tomcat Shutdown suddenly / random -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harry, On 4/16/2010 2:35 PM, Harry Metske wrote: could it be that something is sending your tomcat process a TERM signal, logfiles in /var/log might tell someth

Re: Tomcat Shutdown suddenly / random

2010-04-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harry, On 4/16/2010 2:35 PM, Harry Metske wrote: > could it be that something is sending your tomcat process a TERM signal, > logfiles in /var/log might tell something ? > or one of your applications issues a System.exit() under certain > circumstance

Re: Tomcat Shutdown suddenly / random

2010-04-16 Thread Harry Metske
Peter, could it be that something is sending your tomcat process a TERM signal, logfiles in /var/log might tell something ? or one of your applications issues a System.exit() under certain circumstances ? regards, Harry 2010/4/16 Peter Borkowski > Hi folks, > > we are facing a serious problem

Re: Tomcat Shutdown suddenly / random

2010-04-16 Thread Pid
On 16/04/2010 17:21, Peter Borkowski wrote: > Hi folks, > > we are facing a serious problem with our tomcat which shuts itself down > after some time of running. this problem first arises after we switched > to our new server. > we are using tomcat 6.0.26 (also tried different other 5.5.x, 6.0.x >

Tomcat Shutdown suddenly / random

2010-04-16 Thread Peter Borkowski
Hi folks, we are facing a serious problem with our tomcat which shuts itself down after some time of running. this problem first arises after we switched to our new server. we are using tomcat 6.0.26 (also tried different other 5.5.x, 6.0.x versions). the "old" server was a 32 bit red hat ente