From users-return-141255-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Fri Feb 24 18:42:21 2006 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 65168 invoked from network); 24 Feb 2006 18:42:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Feb 2006 18:42:20 -0000 Received: (qmail 58216 invoked by uid 500); 24 Feb 2006 18:42:03 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 58192 invoked by uid 500); 24 Feb 2006 18:42:02 -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 58179 invoked by uid 99); 24 Feb 2006 18:42:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2006 10:42:02 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [66.111.4.28] (HELO out4.smtp.messagingengine.com) (66.111.4.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2006 10:42:01 -0800 Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 7CD6ED379AB for ; Fri, 24 Feb 2006 13:41:39 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Fri, 24 Feb 2006 13:41:39 -0500 X-Sasl-enc: GYweaBGEC4z6R373pMqtnqlmReC85isgC/dsw+jJEgLE 1140806498 Received: from [192.168.1.102] (ip68-104-168-149.ph.ph.cox.net [68.104.168.149]) by frontend2.messagingengine.com (Postfix) with ESMTP id 86E4458A117 for ; Fri, 24 Feb 2006 13:41:38 -0500 (EST) Message-ID: <43FF533C.3070103@neurofire.com> Date: Fri, 24 Feb 2006 11:41:00 -0700 From: Brad O'Hearne User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: default Tomcat 5.5 won't shutdown cleanly (Was: After adding mod_jk, tomcat won't shutdown cleanly) References: <43FF4AA6.40809@neurofire.com> In-Reply-To: <43FF4AA6.40809@neurofire.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N No worries. /etc/hosts issue. B Brad O'Hearne wrote: > Vanilla Tomcat (with the jdk1.4 compatibility jars added), and vanilla > server.xml. Apache httpd isn't even started yet. I just installed a > fresh copy of Tomcat direct from the tar file, and while it starts > up, shutdown hangs. > > Brad > > Fenlason, Josh wrote: > >> Are you using the native apr connector? >> , >> Josh. >> >> >> >>> -----Original Message----- >>> From: Brad O'Hearne [mailto:brado@neurofire.com] Sent: Friday, >>> February 24, 2006 11:50 AM >>> To: Tomcat Users List >>> Subject: default Tomcat 5.5 won't shutdown cleanly (Was: After >>> adding mod_jk, tomcat won't shutdown cleanly) >>> >>> >>> I guess I have to alter my original assertion. Vanilla tomcat 5.5 >>> isn't shutting down cleanly (default server.xml). Are there known >>> causes for this? Anything in particular that I need to check? >>> >>> Brad >>> >>> >>> Brad O'Hearne wrote: >>> >>> >>> >>>> Ok, it appears I may have mod_jk running properly. However, >>> >>> now when I >>> >>> >>>> try to shutdown tomcat, I get the following: >>>> >>>> Using CATALINA_BASE: /opt/apache-tomcat-5.5.12 >>>> Using CATALINA_HOME: /opt/apache-tomcat-5.5.12 >>>> Using CATALINA_TMPDIR: /opt/apache-tomcat-5.5.12/temp >>>> Using JRE_HOME: /usr/java/j2sdk1.4.2_10 >>>> Created MBeanServer with ID: 1f436f5:1099d0fba63:-8000:cvs.cvs:1 >>>> >>>> But it never returns. It just sits there, indefinitely. The java >>>> process never quits, and is still hung out there. My erver.xml is >>>> below. Is there a known problem with shutdowns after adding mod_jk? >>>> Any workarounds? >>>> >>>> Brad: >>>> >>>> server.xml: >>>> >>>> >>>> >>>> >>>> >> >>> className="org.apache.catalina.core.AprLifecycleListener" /> >>> >>> >>>> >>> className="org.apache.catalina.mbeans.ServerLifecycleListener" /> >>>> >>> className="org.apache.catalina.mbeans.GlobalResourcesLifecycleList >>>> ener" /> >>>> >>> className="org.apache.catalina.storeconfig.StoreConfigLifecycleLis >>>> tener"/> >>>> >>>> >>>> >>>> >>>> >>>> >>> value="30"/> >>>> >>>> >>>> >>> type="org.apache.catalina.UserDatabase" >>>> description="User database that can be updated and saved" >>>> >>> >>> factory="org.apache.catalina.users.MemoryUserDatabaseFactory" >>> >>> >>>> pathname="conf/tomcat-users.xml" /> >>>> >>>> >>>> >>>> >>>> >>>> >>> port="8009" >>>> enableLookups="false" >>>> protocol="AJP/1.3" /> >>>> >>>> >>> defaultHost="cvs.mydomain.lcl"> >>>> >>>> >>> >>>> appBase="/srv/tomcat/webapps/cvs.mydomain.lcl/docs" >>>> autoDeploy="true" >>>> deployOnStartup="true" >>>> unpackWARs="true" >>>> deployXML="false" /> >>>> >>>> >>>> >>>> >>>> >>>> >>> >>> --------------------------------------------------------------------- >>> >>> >>>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org >>>> For additional commands, e-mail: users-help@tomcat.apache.org >>>> >>>> >>> >>> W >>> >>> --------------------------------------------------------------------- >>> 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org