ConcurrentModificationException at Eclipse startup
--------------------------------------------------
Key: IVYDE-261
URL: https://issues.apache.org/jira/browse/IVYDE-261
Project: IvyDE
Issue Type: Bug
Affects Versions: 2.2.0
Reporter: Nicolas Lalevée
My Eclipse is configured to "trigger refresh" at startup. And at a startup, I
have seen this:
{noformat}
java.util.ConcurrentModificationException
at java.util.Hashtable$Enumerator.next(Hashtable.java:1031)
at
org.apache.ivy.core.settings.IvySettings.addAllVariables(IvySettings.java:585)
at
org.apache.ivy.core.settings.IvySettings.addAllVariables(IvySettings.java:580)
at
org.apache.ivy.core.settings.IvySettings.addSystemProperties(IvySettings.java:300)
at org.apache.ivy.core.settings.IvySettings.<init>(IvySettings.java:295)
at org.apache.ivy.core.settings.IvySettings.<init>(IvySettings.java:217)
at
org.apache.ivyde.eclipse.workspaceresolver.WorkspaceIvySettings.<init>(WorkspaceIvySettings.java:30)
at org.apache.ivyde.eclipse.CachedIvy.createIvySettings(CachedIvy.java:234)
at org.apache.ivyde.eclipse.CachedIvy.getIvy(CachedIvy.java:206)
at org.apache.ivyde.eclipse.CachedIvy.doGetIvy(CachedIvy.java:173)
at org.apache.ivyde.eclipse.CachedIvy.getIvy(CachedIvy.java:123)
at org.apache.ivyde.eclipse.resolve.IvyResolveJob.run(IvyResolveJob.java:112)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.