Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 78054 invoked from network); 4 Mar 2008 21:28:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Mar 2008 21:28:41 -0000 Received: (qmail 78905 invoked by uid 500); 4 Mar 2008 21:28:30 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 78858 invoked by uid 500); 4 Mar 2008 21:28:30 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 78847 invoked by uid 500); 4 Mar 2008 21:28:30 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 78844 invoked by uid 99); 4 Mar 2008 21:28:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 13:28:30 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 21:28:03 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 7AF2F234C08C; Tue, 4 Mar 2008 13:27:24 -0800 (PST) From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 44534] New: ConcurrentModificationException upon container startup X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Tomcat 5 X-Bugzilla-Component: Catalina X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: asf_bugzilla@wintermancer.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tomcat-dev@jakarta.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Tue, 4 Mar 2008 13:27:24 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=44534 Summary: ConcurrentModificationException upon container startup Product: Tomcat 5 Version: 5.5.26 Platform: PC OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: asf_bugzilla@wintermancer.com I have to restart my server several times to avoid the following: 4-Mar-08 12:56:12 AM org.apache.catalina.connector.MapperListener init WARNING: Error registering contexts java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.next(libgcj.so.8rh) at gnu.javax.management.Server.queryMBeans(libgcj.so.8rh) at org.apache.catalina.connector.MapperListener.init(catalina-5.5.26.jar.so) at org.apache.catalina.connector.Connector.start(catalina-5.5.26.jar.so) at org.apache.catalina.core.StandardService.start(catalina-5.5.26.jar.so) at org.apache.catalina.core.StandardServer.start(catalina-5.5.26.jar.so) at org.apache.catalina.startup.Catalina.start(catalina-5.5.26.jar.so) at java.lang.reflect.Method.invoke(libgcj.so.8rh) at org.apache.catalina.startup.Bootstrap.start(bootstrap.jar.so) at org.apache.catalina.startup.Bootstrap.main(bootstrap.jar.so) 4-Mar-08 12:56:12 AM org.apache.jk.common.ChannelSocket init When I get it, the webapps do not load properly. I installed Tomcat 5.5.26 on Fedora 8 x86_64 with RPMs: 108$rpm -qa | grep tomcat jakarta-commons-pool-tomcat5-1.3-9jpp.3.fc8 tomcat5-servlet-2.4-api-5.5.26-1jpp.2.fc8 tomcat5-jsp-2.0-api-5.5.26-1jpp.2.fc8 tomcat5-jasper-5.5.26-1jpp.2.fc8 jakarta-commons-collections-tomcat5-3.1-9jpp.2.fc7.1 tomcat5-common-lib-5.5.26-1jpp.2.fc8 tomcat5-server-lib-5.5.26-1jpp.2.fc8 tomcat5-admin-webapps-5.5.26-1jpp.2.fc8 tomcat5-webapps-5.5.26-1jpp.2.fc8 jakarta-commons-dbcp-tomcat5-1.2.1-10jpp.2.fc8 tomcat5-5.5.26-1jpp.2.fc8 The machine is dual CPU with dual cores, and is using gcj as installed by default with Fedora 8 RPMs. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org