Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 41893 invoked from network); 24 Sep 2003 09:26:07 -0000 Received: from unknown (HELO asteroids.cybercomm.nl) (213.204.195.164) by daedalus.apache.org with SMTP; 24 Sep 2003 09:26:07 -0000 Received: (qmail-ldap/ctrl 22969 invoked from network); 24 Sep 2003 09:26:19 -0000 Received: from unknown (HELO SUNTAC) ([213.204.202.46]) (envelope-sender ) by dds.vsp.scarlet-internet.nl (qmail-ldap-1.03) with SMTP for ; 24 Sep 2003 09:26:19 -0000 Message-ID: <00cd01c3827d$4a4562d0$6f01630a@SUNTAC> Reply-To: "Johan Louwers" From: "Johan Louwers" To: "Tomcat Users List" References: <200309240828.h8O8SSV4068669@www1.hotbox.ru> Subject: Re: Tomcat crashing at random moments of time Date: Wed, 24 Sep 2003 11:21:51 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N How do you start tomcat? by command line? Is the problem only there when you end the telnet session you used to start tomcat or close the terminal you used to start it? If so, do NOT use: ./startup.sh instead use: nohup ./startup.sh Johan. ----- Original Message ----- From: "Vitaliy Yermolenko" To: Sent: Wednesday, September 24, 2003 10:28 AM Subject: Tomcat crashing at random moments of time > Hi all, > > we are trying to run own web application (JSP, MySQL) > on Slackware 9.0.0 with using tomcat-4.1.24 (used > default configuration) and j2sdk1.4.1_02. And our > problem is: at the random moments of time Tomcat > unfortunately goes down with interrupting of service. > :-( System.exit is definitely absent in our code. > Nobody did stop Tomcat server. Log file catalina.out > says just normal shutdown message, which is: "Stopping > service Tomcat-Standalone", and nothing else. No more > information about this case. > > Any ideas? How to investigate/fix the problem? Is it > possible to debug how it was happened? Tomcat or Java? > > Any help will be appreciated. > > -+--> > Regards, > Vitaliy Yermolenko. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org >