Refreshing parent of referral may give ConcurrentModificationException
----------------------------------------------------------------------
Key: DIRSTUDIO-532
URL: https://issues.apache.org/jira/browse/DIRSTUDIO-532
Project: Directory Studio
Issue Type: Bug
Components: studio-ldapbrowser
Affects Versions: 1.4.0
Reporter: Martin Alderson
Priority: Minor
When expanding a container that contains a referral for the first time the
follow referral dialog is shown. Selecting the same connection to handle the
referral and then refreshing the container sometimes (usually within 10
attempts) shows a ConcurrentModificationException:
Error while reading entry
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
at java.util.HashMap$KeyIterator.next(Unknown Source)
at
org.apache.directory.studio.ldapbrowser.core.events.EventRegistry.fireEntryUpdated(EventRegistry.java:348)
at
org.apache.directory.studio.ldapbrowser.core.jobs.InitializeAttributesRunnable.runNotification(InitializeAttributesRunnable.java:153)
at
org.apache.directory.studio.connection.core.jobs.StudioConnectionJob.run(StudioConnectionJob.java:119)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
java.util.ConcurrentModificationException
After acknowledging the error no other problems are noticeable.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.