Re: [s2] unexpected Tomcat shutdown everyday

2007-05-23 Thread Roger Varley
Unfortonutalely, I don't have any class that invokes System.exit() nor Spring scheduler. Nothing particular happens before tomcat shutdown (see logs). And No database is backed up or restarted during this time. This is really strange (and critical) and I suspect that it comes from Struts. Tomca

Re: [s2] unexpected Tomcat shutdown everyday

2007-05-22 Thread walidito
Unfortonutalely, I don't have any class that invokes System.exit() nor Spring scheduler. Nothing particular happens before tomcat shutdown (see logs). And No database is backed up or restarted during this time. This is really strange (and critical) and I suspect that it comes from Struts. Tan

Re: [s2] unexpected Tomcat shutdown everyday

2007-05-17 Thread Skip Hollowell
Off the top of my head, this smells a lot like a supporting app is unavailable at this time, causing the crash of Struts. All signs point to your Database being down. Is this the time of day your DB is being backed up? Skip Hollowell walidito wrote: Hi all, I have a a very strange and cri

Re: [s2] unexpected Tomcat shutdown everyday

2007-05-17 Thread MK Tan
Hi, Do you have any classes which invoke System.exit()? or do u have any spring scheduler which will terminate tomcat? or any error occurred before tomcat shutdown? Best regards, MK Tan On 5/17/07, walidito <[EMAIL PROTECTED]> wrote: Hi all, I have a a very strange and critical pb with my str