Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 76729 invoked from network); 8 May 2006 10:30:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 May 2006 10:30:22 -0000 Received: (qmail 75507 invoked by uid 500); 8 May 2006 10:30:00 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 75200 invoked by uid 500); 8 May 2006 10:29:58 -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 75177 invoked by uid 99); 8 May 2006 10:29:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 May 2006 03:29:58 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of www.bkk2@gmail.com designates 64.233.182.186 as permitted sender) Received: from [64.233.182.186] (HELO nf-out-0910.google.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 May 2006 03:29:57 -0700 Received: by nf-out-0910.google.com with SMTP id c29so898038nfb for ; Mon, 08 May 2006 03:29:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=gl5HSRy6bRA3DC9tS97WAM/O1F8dWyv53C35AFNDFJ2ScQED9CbLZW+cZo/zu6F8SWiO/ZXeG5BU1iPjwUhjw9Ad56is+DYrXaJAGjt0Oesg2CPj6p5N/M4TNwOGr7HRzGH6YNd1s9pglFtLWYaw+pEzQtAfQo/uZMiwH8bM50o= Received: by 10.48.249.12 with SMTP id w12mr1057972nfh; Mon, 08 May 2006 03:29:33 -0700 (PDT) Received: by 10.48.144.1 with HTTP; Mon, 8 May 2006 03:29:33 -0700 (PDT) Message-ID: Date: Mon, 8 May 2006 15:59:33 +0530 From: "Krish B" To: users@tomcat.apache.org, dev@tomcat.apache.org Subject: Startup exception in Tomcat MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_36655_11295449.1147084173911" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_36655_11295449.1147084173911 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline hi, I get an exception sometimes during tomcat startup. I saw a few posts related to this but am not able to resolve the same. java.util.ConcurrentModificationException at java.util.HashMap.onEntry(HashMap.java:205) at java.util.HashMap.transfer(HashMap.java:510) at java.util.HashMap.resize(HashMap.java:500) at java.util.HashMap.addEntry(HashMap.java:800) at java.util.HashMap.put(HashMap.java:441) at org.apache.commons.modeler.Registry.addManagedBean(Registry.j ava:457) at org.apache.commons.modeler.Registry.loadDescriptors(Registry. java:938) at org.apache.commons.modeler.Registry.findManagedBean(Registry. java:719) at org.apache.commons.modeler.Registry.findManagedBean(Registry. java:1047) at org.apache.commons.modeler.Registry.registerComponent(Registr y.java:859= ) at org.apache.coyote.http11.Http11Protocol$JmxHttp11ConnectionHa ndler.init= ( Http11Protocol.java:175) The Registry class is being called in Http11protocol.java class Registry.getRegistry(null, null).registerComponent( rp, rpName, null); and these are not synchronized. Any suggestions on how to solve this issue? Regards Krishn ------=_Part_36655_11295449.1147084173911--