ConcurrentModificationException when stop the camel-osgi bundle
---------------------------------------------------------------
Key: CAMEL-1207
URL: https://issues.apache.org/activemq/browse/CAMEL-1207
Project: Apache Camel
Issue Type: Bug
Components: camel-osgi
Affects Versions: 1.5.0, 1.4.0
Reporter: Willem Jiang
Assignee: Willem Jiang
Fix For: 1.5.1, 2.0.0
ERROR: Error stopping mvn:org.apache.camel/camel-osgi/1.5.0 (org.osgi.fra
mework.BundleException: Activator stop error.)
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:841)
at java.util.HashMap$ValueIterator.next(HashMap.java:871)
at org.apache.camel.osgi.Activator.mayBeRemoveComponentFor(Activator.jav
a:85)
at org.apache.camel.osgi.Activator.stop(Activator.java:120)
at org.apache.felix.framework.util.SecureAction.stopActivator(SecureActi
on.java:613)
at org.apache.felix.framework.Felix._stopBundle(Felix.java:1995)
at org.apache.felix.framework.Felix.stopBundle(Felix.java:1952)
at org.apache.felix.framework.Felix.setFrameworkStartLevel(Felix.java:11
51)
at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:267
)
at java.lang.Thread.run(Thread.java:595)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.