You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Krish B <ww...@gmail.com> on 2006/05/08 12:29:33 UTC

Startup exception in Tomcat

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