Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9D0B663C2 for ; Thu, 4 Aug 2011 17:45:03 +0000 (UTC) Received: (qmail 91445 invoked by uid 500); 4 Aug 2011 17:44:59 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 91292 invoked by uid 500); 4 Aug 2011 17:44:59 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 91282 invoked by uid 99); 4 Aug 2011 17:44:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2011 17:44:58 +0000 X-ASF-Spam-Status: No, hits=1.0 required=5.0 tests=SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of DantePasquale@cocoanet.us does not designate 74.1.46.168 as permitted sender) Received: from [74.1.46.168] (HELO inferno.cocoanet.us) (74.1.46.168) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2011 17:44:53 +0000 Received: from localhost (inferno.cocoanet.us [127.0.0.1]) by inferno.cocoanet.us (Postfix) with ESMTP id E8303F62B5; Thu, 4 Aug 2011 13:44:31 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at inferno.cocoanet.us Received: from inferno.cocoanet.us ([127.0.0.1]) by localhost (inferno.cocoanet.us [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zn94ubLAF9fU; Thu, 4 Aug 2011 13:44:31 -0400 (EDT) Received: from [192.168.1.3] (unknown [74.1.46.171]) (Authenticated sender: dantebell@cocoanet.us) by inferno.cocoanet.us (Postfix) with ESMTPSA id 129E2F62A5; Thu, 4 Aug 2011 13:44:31 -0400 (EDT) Message-ID: <4E3ADA7E.7020906@cocoanet.us> Date: Thu, 04 Aug 2011 13:44:30 -0400 From: Dante Bell User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: Tomcat Users List CC: Igor Cicimov , "Caldarale, Charles R" Subject: Re: Tomcat not releasing threads on Solaris 10 References: <4E394150.4020803@cocoanet.us> <99C8B2929B39C24493377AC7A121E21FAFFBF97C1A@USEA-EXCH8.na.uis.unisys.com> <4E395BAB.4090305@cocoanet.us> <99C8B2929B39C24493377AC7A121E21FAFFBF97F87@USEA-EXCH8.na.uis.unisys.com> <4E39FCAA.4030406@cocoanet.us> In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Hi Igor & Chuck, I don't think I specified, but they are running prefork 2.2 (updated blog to show this: http://wp.me/plPvN-ai) So cachesize has been deprecated and is now connection_pool_size. The notes state that when running Apache prefork, this value must be 1 ! I've asked them to try using the parallel Garbage Collector because the stack trace shows many threads blocking (waiting) and from some entries on Oracle/Java forums, similar stack dumps are related to GC blocking. Link to Forum Discussion: http://forums.oracle.com/forums/thread.jspa?threadID=2238488 Now, the dump we have isn't exactly like the ones in Oracle/Java forums, but I can't think of anything else to try :( They need to turn this over to their customer at the end of the month and, frankly, I'm running out of ideas. Dant� On 08/03/2011 10:28 PM, Igor Cicimov wrote: > Maybe try to use "cachesize" ajp13 property in worker.properties together > with "cache_timeout" to limit the apache thread count towards tomcat. > " If cachesize is not set, the connection cache support is disabled." > So sounds like cache_timeout doesn't have any effect if cachesize isn't set. > > Igor > > On Thu, Aug 4, 2011 at 11:58 AM, Dante Bell wrote: > >> I put the cleansed information on my blog (which got totally messed up >> with the latest WP upgrade, but that's a different issue!!) >> >> Click on this url for config files and for the thread dump: >> http://wp.me/plPvN-ai >> >> I've check bugzilla and this issue seems to be different to the other >> bugs when there was a thread issue. >> >> Thanks! >> >> On 08/03/2011 10:44 AM, Caldarale, Charles R wrote: >>>> From: Dante Bell [mailto:DantePasquale@cocoanet.us] >>>> Subject: Re: Tomcat not releasing threads on Solaris 10 >>>> Seems that all threads are waiting: >>>> java.lang.Thread.State: WAITING (on object monitor) >>> It's the rest of the trace for each thread that would be interesting. >>> >>>> Size of compressed stack dump is 20k. Is that OK to attach >>>> so someone can help look at it? >>> No, the list server strips attachments. Post it on some publicly >> accessible web site and send us the link. >>> Also post your server.xml, preferably with comments removed and passwords >> obfuscated. >>> (And find out what version of Tomcat and JVM you're using.) >>> >>> - Chuck >>> >>> >>> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY >> MATERIAL and is thus for use only by the intended recipient. If you received >> this in error, please contact the sender and delete the e-mail and its >> attachments from all computers. >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org >>> For additional commands, e-mail: users-help@tomcat.apache.org >>> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org >> For additional commands, e-mail: users-help@tomcat.apache.org >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org