Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 334450 - ConcurrentModificationException when starting eclipse
Summary: ConcurrentModificationException when starting eclipse
Status: RESOLVED DUPLICATE of bug 280488
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 3.6.1   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Resources-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-14 22:46 EST by Paul Wagland CLA
Modified: 2011-01-21 05:29 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***