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 88B639148 for ; Fri, 16 Dec 2011 17:44:16 +0000 (UTC) Received: (qmail 51292 invoked by uid 500); 16 Dec 2011 17:44:13 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 51118 invoked by uid 500); 16 Dec 2011 17:44:12 -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 51102 invoked by uid 99); 16 Dec 2011 17:44:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2011 17:44:07 +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 (nike.apache.org: local policy) Received: from [216.82.249.147] (HELO mail29.messagelabs.com) (216.82.249.147) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2011 17:43:56 +0000 X-Env-Sender: Chuck.Caldarale@unisys.com X-Msg-Ref: server-9.tower-29.messagelabs.com!1324057411!3807186!15 X-Originating-IP: [192.61.61.105] X-StarScan-Version: 6.4.3; banners=-,-,- X-VirusChecked: Checked Received: (qmail 14924 invoked from network); 16 Dec 2011 17:43:35 -0000 Received: from naedge.unisys.com (HELO USEA-NAEDGE2.unisys.com) (192.61.61.105) by server-9.tower-29.messagelabs.com with RC4-SHA encrypted SMTP; 16 Dec 2011 17:43:35 -0000 Received: from usea-nahubcas2.na.uis.unisys.com (129.224.76.115) by USEA-NAEDGE2.unisys.com (192.61.61.105) with Microsoft SMTP Server (TLS) id 8.3.83.0; Fri, 16 Dec 2011 11:43:26 -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, 16 Dec 2011 11:43:25 -0600 From: "Caldarale, Charles R" To: Tomcat Users List Date: Fri, 16 Dec 2011 11:43:25 -0600 Subject: RE: Tomcat 7.0.23 problem Thread-Topic: Tomcat 7.0.23 problem Thread-Index: Acy8C4I22IcDIxn2QsSB2sd32mJPOwADPMWA Message-ID: <99C8B2929B39C24493377AC7A121E21FB00C2D7056@USEA-EXCH8.na.uis.unisys.com> References: <4EEB6A96.1060806@gmail.com> In-Reply-To: <4EEB6A96.1060806@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org > From: Lutisch=E1n Ferenc [mailto:lutischanf@gmail.com]=20 > Subject: Tomcat 7.0.23 problem > When I have upgraded it to 7.0.23, the starting process is=20 > paused on the line: > "INFO: Deploying web application directory /usr/local/tomcat1/webapps/ROO= T" > There are not error messages. Take a thread dump, using jstack, JConsole, VisualVM, or equivalent, and se= e what it's waiting for. http://wiki.apache.org/tomcat/HowTo#How_do_I_obtain_a_thread_dump_of_my_run= ning_webapp_.3F Depending on the platform, you might be waiting for random number generatio= n, in which case try using this system property: -Djava.security.egd=3Dfile:/dev/./urandom Note that the seemingly extra ./ is required to outsmart the JDK. - 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