Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 73820 invoked from network); 14 Sep 2004 20:23:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Sep 2004 20:23:06 -0000 Received: (qmail 92948 invoked by uid 500); 14 Sep 2004 20:22:22 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 92736 invoked by uid 500); 14 Sep 2004 20:22:21 -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 92721 invoked by uid 99); 14 Sep 2004 20:22:21 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [63.192.148.66] (HELO webdns.eyecatching.com) (63.192.148.66) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Sep 2004 13:22:16 -0700 Received: from [127.0.0.1] (pool-68-239-186-34.nwrk.east.verizon.net [68.239.186.34]) by webdns.eyecatching.com (8.12.11/8.12.8) with ESMTP id i8EKO8jO018053 for ; Tue, 14 Sep 2004 13:24:10 -0700 Message-ID: <414752F3.6080406@gentilin.org> Date: Tue, 14 Sep 2004 13:22:11 -0700 From: John Gentilin User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I have a fairly plain Tomcat install with one Web Application installed under RedHat 9.0. After about 24 - 48 hours, the whole Tomcat server stops responding and there are no errors in Catalina.out. It seems to of allocated VM ~ the size of physical memory, but none of the file report any VM memory errors. I have not yet installed a debugger and run Tomcat in debug mode, tomcat is installed on a server that is a bit hard to get at the console. Also I am interested on how others would set out to diagnose a remote server problem like this. Any suggestions would be appreciated. Note: The same setup runs on a Windows / Tomcat server with out issue. tia John G The System: Tomcat 4.1.30 JDK Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode) Apache 2.0.50 mod_jk2 (although it affects stand alone only mode too) My web application attaches to a MySql server Ver 4.1 When the Tomcat stops responding; If I telnet in, I get connected If I type GET / HTTP/1.0, no response If I run strace -p, it is stopped at a accept(9, statement I can get into MySql from the cmdline and do a show status, and the rest of the linux box is running fine. /proc/pid/status says Name: java State: S (sleeping) Tgid: 7939 Pid: 7939 PPid: 1 TracerPid: 0 Uid: 0 0 0 0 Gid: 0 0 0 0 FDSize: 256 Groups: 0 1 2 3 4 6 10 VmSize: 259704 kB VmLck: 0 kB VmRSS: 18084 kB VmData: 195684 kB VmStk: 48 kB VmExe: 56 kB VmLib: 6120 kB SigPnd: 0000000000000000 SigBlk: 0000000100000000 SigIgn: 8000000000000002 SigCgt: 1000000080015ccd CapInh: 0000000000000000 CapPrm: 00000000fffffeff CapEff: 00000000fffffeff --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org