Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 98069 invoked from network); 29 Jul 2003 19:06:12 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 29 Jul 2003 19:06:12 -0000 Received: (qmail 14419 invoked by uid 97); 29 Jul 2003 19:08:51 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 14412 invoked from network); 29 Jul 2003 19:08:51 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 29 Jul 2003 19:08:51 -0000 Received: (qmail 96603 invoked by uid 500); 29 Jul 2003 19:05:55 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 96576 invoked from network); 29 Jul 2003 19:05:54 -0000 Received: from va-spotsy-cuda1-c5a-253.frbgva.adelphia.net (HELO www.ait-web.com) (68.65.36.253) by daedalus.apache.org with SMTP; 29 Jul 2003 19:05:54 -0000 Received: from ait-web.com (abraxas.ait-web.com [192.168.1.22]) by www.ait-web.com (8.12.8/8.12.8) with ESMTP id h6TJZgK6007240 for ; Tue, 29 Jul 2003 15:36:18 -0400 Message-ID: <3F26C697.6070901@ait-web.com> Date: Tue, 29 Jul 2003 15:10:15 -0400 From: Rick Roberts User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat Crashing on Linux References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N You are correct. Crashing is the wrong way to describe it. There is a process still active in my process list. This has become frequent enough that I should be able to track it down. However; I don't know what triggers the failure. I only know that it happens every few days on both computers. Thanks for the advice I will follow it and let you know what I discover. Thanks, Rick Oscar Carrillo wrote: > You might want to look at how many processes/threads are listed for tomcat > and your database. > > You might see that one of them or both is creating and keeping too many > threads around. At least that would be a start. > > For tomcat, I have a daemon script that has a status command that tells > you all the pid's of processes for tomcat. You can get it off my web page: > > http://daydream.stanford.edu/tomcat/install_web_services.html > > You can just use the command I use for that which is on the web page also. > > You should do something similar for Oracle to see how many processes are > in the process table. > > You could try and restarting the database, which would clear out > connections that aren't timing out, and see if tomcat starts responding > again. > > You say it's crashing, but is it really? It clearly has problems > restarting and is not responding. But that may not be the same as > crashing. Are there processes showing tomcat is still up? > > Oscar > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org