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 B64B29E55 for ; Fri, 9 Mar 2012 18:56:31 +0000 (UTC) Received: (qmail 33410 invoked by uid 500); 9 Mar 2012 18:56:28 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 33355 invoked by uid 500); 9 Mar 2012 18:56:28 -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 33341 invoked by uid 99); 9 Mar 2012 18:56:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Mar 2012 18:56:28 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [216.82.249.131] (HELO mail28.messagelabs.com) (216.82.249.131) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Mar 2012 18:56:18 +0000 X-Env-Sender: Chuck.Caldarale@unisys.com X-Msg-Ref: server-3.tower-28.messagelabs.com!1331319354!16657594!8 X-Originating-IP: [192.61.61.104] X-StarScan-Version: 6.5.7; banners=-,-,- X-VirusChecked: Checked Received: (qmail 21354 invoked from network); 9 Mar 2012 18:55:56 -0000 Received: from unknown (HELO USEA-NAEDGE1.unisys.com) (192.61.61.104) by server-3.tower-28.messagelabs.com with RC4-SHA encrypted SMTP; 9 Mar 2012 18:55:56 -0000 Received: from usea-nahubcas2.na.uis.unisys.com (129.224.76.115) by USEA-NAEDGE1.unisys.com (192.61.61.104) with Microsoft SMTP Server (TLS) id 8.3.83.0; Fri, 9 Mar 2012 12:55:16 -0600 Received: from USEA-EXCH8.na.uis.unisys.com ([129.224.76.41]) by usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) with mapi; Fri, 9 Mar 2012 12:55:16 -0600 From: "Caldarale, Charles R" To: Tomcat Users List Date: Fri, 9 Mar 2012 12:55:16 -0600 Subject: RE: Web service not starting up as expected Thread-Topic: Web service not starting up as expected Thread-Index: Acz9iOzWiOgszqXSSVOWJIobRfCVPQAAouZQACUPGMAAATU2YA== Message-ID: <99C8B2929B39C24493377AC7A121E21FB0140472DB@USEA-EXCH8.na.uis.unisys.com> References: <30E219DE264470478E86828191E9B7510553D46166@csmail> <4F590E62.3040805@christopherschultz.net> <30E219DE264470478E86828191E9B7510553D4644E@csmail> In-Reply-To: <30E219DE264470478E86828191E9B7510553D4644E@csmail> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org > From: Debbie Shapiro [mailto:DShapiro@cardiacscience.com]=20 > Subject: RE: Web service not starting up as expected > 3. Schedule a restart 2 minutes into the future. Exactly what does your restart procedure consist of? From the symptoms, it= could be that the restart mechanism is simply not waiting for Tomcat to te= rminate before kicking off a new one. > Mar 8, 2012 4:37:04 PM org.apache.catalina.loader.WebappClassLoader=20 > clearReferencesThreads > SEVERE: The web application [/sree] appears to have started a thread > named [AWT-Windows] but has failed to stop it. This is very likely to > create a memory leak. > Mar 8, 2012 4:37:04 PM org.apache.catalina.loader.WebappClassLoader > clearReferencesThreads > SEVERE: The web application [/sree] appears to have started a thread > named [Thread-3] but has failed to stop it. This is very likely to > create a memory leak. > Mar 8, 2012 4:37:04 PM org.apache.catalina.loader.WebappClassLoader > clearReferencesThreads > SEVERE: The web application [/sree] appears to have started a thread > named [Thread-5] but has failed to stop it. This is very likely to > create a memory leak. > Mar 8, 2012 4:37:04 PM org.apache.catalina.loader.WebappClassLoader > clearReferencesThreads > SEVERE: The web application [/sree] appears to have started a thread > named [Thread-7] but has failed to stop it. This is very likely to > create a memory leak. > Mar 8, 2012 4:37:04 PM org.apache.catalina.loader.WebappClassLoader > checkThreadLocalMapForLeaks > SEVERE: The web application [/sree] created a ThreadLocal with key of > type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@1809b1ac]) > and a value of type [inetsoft.util.CurrentException.Infomation] (value > [inetsoft.util.CurrentException$Infomation@246f9f88]) but failed to > remove it when the web application was stopped. Threads are going to > be renewed over time to try and avoid a probable memory leak. Obviously, your webapp indulges in some rather anti-social behavior; that w= ill slow down Tomcat termination, but not prevent it. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL 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 atta= chments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org