Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 52289 invoked from network); 12 Aug 2004 13:12:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Aug 2004 13:12:43 -0000 Received: (qmail 57169 invoked by uid 500); 12 Aug 2004 13:11:57 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 57112 invoked by uid 500); 12 Aug 2004 13:11:56 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 57026 invoked by uid 99); 12 Aug 2004 13:11:55 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [63.244.250.132] (HELO mustang.mpi.com) (63.244.250.132) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 12 Aug 2004 06:11:54 -0700 Received: from lightning.mpi.com (lightning [63.244.252.11]) by mustang.mpi.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id i7CD7lSr025729; Thu, 12 Aug 2004 09:07:47 -0400 (EDT) Received: from US-VS1.corp.mpi.com (us-be2.corp.mpi.com [63.244.252.32]) by lightning.mpi.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id i7CDBKZs000040; Thu, 12 Aug 2004 09:11:47 -0400 (EDT) X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Another class error Date: Thu, 12 Aug 2004 09:10:54 -0400 Message-ID: <9C5166762F311146951505C6790A9CF80229BE8D@US-VS1.corp.mpi.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Another class error Thread-Index: AcSAT7cJBmRTjDI7Taik3uL1eHLN/wAHd/9A From: "Shapira, Yoav" To: "Tomcat Users List" , X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hola, The JVM cannot find the ResourceBundle containing the shutdown message. I don't know why the server is trying to shut down right after startup, although that might indicate a deeper problem than just a missing ResourceBundle. I'd try a clean install if I were you, most likely, as this is an exceedingly strange error that usually only occurs when someone improperly unpacks or installs Tomcat. One other thing to check: do you have some unusual locale settings for your JVM? Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: David Short [mailto:dshort@san.rr.com] >Sent: Thursday, August 12, 2004 5:39 AM >To: Tomcat Users Group (E-mail) >Subject: Another class error > >Hello, > >Does anyone know why I'm getting the following error in the stdout.log? > >[INFO] Catalina - -Server startup in 3626 ms >[ERROR] Catalina - -Catalina.stop associated with key >coyoteConnector.protocolHandlerPauseFailed>LifecycleException: Cannot find >message associated with key coyoteConnector.protocolHandlerPauseFailed > at >org.apache.coyote.tomcat5.CoyoteConnector.pause(CoyoteConnector.java:14 62) > at >org.apache.catalina.core.StandardService.stop(StandardService.java:560) > at >org.apache.catalina.core.StandardServer.stop(StandardServer.java:2379) > at org.apache.catalina.startup.Catalina.stop(Catalina.java:643) > at org.apache.catalina.startup.Catalina.start(Catalina.java:618) > at java.lang.reflect.Method.invoke(Native Method) > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:398) > >Environment: >Apahce2.0.49 >mod_jk2-2.0.4 >Tomcat 5.0.19 >W2K > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org