Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 75030 invoked from network); 3 Feb 2009 15:33:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Feb 2009 15:33:44 -0000 Received: (qmail 97886 invoked by uid 500); 3 Feb 2009 15:33:26 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 97746 invoked by uid 500); 3 Feb 2009 15:33:25 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 97729 invoked by uid 99); 3 Feb 2009 15:33:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 07:33:25 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.202.165.31] (HELO smtpauth18.prod.mesa1.secureserver.net) (64.202.165.31) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 03 Feb 2009 15:33:16 +0000 Received: (qmail 32704 invoked from network); 3 Feb 2009 15:32:53 -0000 Received: from unknown (24.12.191.198) by smtpauth18.prod.mesa1.secureserver.net (64.202.165.31) with ESMTP; 03 Feb 2009 15:32:52 -0000 Message-ID: <49886354.5010102@javactivity.org> Date: Tue, 03 Feb 2009 09:31:32 -0600 From: Steve Cohen User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 To: Tomcat Users List , Commons Users List Subject: [Tomcat] [daemon] java.lang.OutOfMemoryError unable to create new native thread Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org We have an application that runs under Tomcat under RHEL 5.0 and is launched by a jsvc daemon. It chugs along seemingly fine on several servers, yet yesterday crashed on one of them with the above exception seemingly without experiencing any kind of abnormal load. I am trying to get a handle on this. System is $ uname -a Linux 2.6.18-92.1.22.el5 #1 SMP Fri Dec 5 09:29:46 EST 2008 i686 i686 i386 GNU/Linux Java version: java -version java version "1.5.0_16" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b02) Java HotSpot(TM) Client VM (build 1.5.0_16-b02, mixed mode, sharing) no special JVM memory settings are used when launching tomcat, just the default memory allocations. I have read in some places that this particular form of OutOfMemoryError is actually made worse by increasing the memory size. I need to deploy some thread and memory monitoring setup to get a handle on this. Can someone suggest a path forward here? Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org