Karaf spits exception on shutdown
---------------------------------
Key: FELIX-1720
URL: https://issues.apache.org/jira/browse/FELIX-1720
Project: Felix
Issue Type: Bug
Components: Karaf
Affects Versions: karaf-1.0.0
Reporter: Lars Heinemann
It happens randomly that the following exception is thrown at shutdown time:
ERROR: EventDispatcher: Error during dispatch.
(java.util.ConcurrentModificationException)
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
at java.util.HashMap$EntryIterator.next(HashMap.java:834)
at java.util.HashMap$EntryIterator.next(HashMap.java:832)
at
org.ops4j.pax.web.extender.whiteboard.internal.ExtenderContext.bundleStopped(ExtenderContext.java:163)
at
org.ops4j.pax.web.extender.whiteboard.internal.ExtenderContext.bundleChanged(ExtenderContext.java:151)
at
org.apache.felix.framework.util.EventDispatcher.invokeBundleListenerCallback(EventDispatcher.java:800)
at
org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:728)
at
org.apache.felix.framework.util.EventDispatcher.run(EventDispatcher.java:956)
at
org.apache.felix.framework.util.EventDispatcher.access$000(EventDispatcher.java:54)
at
org.apache.felix.framework.util.EventDispatcher$1.run(EventDispatcher.java:106)
at java.lang.Thread.run(Thread.java:619)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.