Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Seen this a few times in my log when starting an instance with several bundles in the repository:
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:841)
at java.util.HashMap$KeyIterator.next(HashMap.java:877)
at org.apache.sling.jcr.jcrinstall.osgi.impl.BundleResourceProcessor.processResourceQueue(BundleResourceProcessor.java:118)
at org.apache.sling.jcr.jcrinstall.osgi.impl.OsgiControllerImpl.run(OsgiControllerImpl.java:199)
at java.lang.Thread.run(Thread.java:613)