Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 334450

Summary: ConcurrentModificationException when starting eclipse
Product: [Eclipse Project] Platform Reporter: Paul Wagland <paul>
Component: ResourcesAssignee: Platform-Resources-Inbox <platform-resources-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: jamesblackburn+eclipse, pwebster
Version: 3.6.1   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Paul Wagland CLA 2011-01-14 22:46:43 EST
Build Identifier: 20100917-0705

I have not seen this error very often, but am reporting it anyway, since someone might be able to figure out what is causing it. This error happened as I was starting Eclipse, I had not yet started doing any work with it.

Thrown exception:

java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:848)
at java.util.HashMap$KeyIterator.next(HashMap.java:883)
at org.eclipse.core.internal.resources.Workspace.broadcastEvent(Workspace.java:320)
at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1662)
at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor$4.runInWorkspace(IDEWorkbenchAdvisor.java:398)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)


Reproducible: Couldn't Reproduce

Steps to Reproduce:
1. Start Eclipse

This has only happened once to me.
Comment 1 James Blackburn CLA 2011-01-21 05:29:30 EST
Duplicate bug 280488

*** This bug has been marked as a duplicate of bug 280488 ***