Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 340676 - Exception on startup after eclipse crashed
Summary: Exception on startup after eclipse crashed
Status: CLOSED DUPLICATE of bug 340003
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: wst.sse (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: wst.sse CLA
QA Contact: Nitin Dahyabhai CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-22 12:05 EDT by Patric Rufflar CLA
Modified: 2011-03-22 12:19 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patric Rufflar CLA 2011-03-22 12:05:12 EDT
Build Identifier: 3.2.1

java.lang.IllegalArgumentException: Path must include project and resource name: /
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
at org.eclipse.core.internal.resources.Workspace.newResource(Workspace.java:1801)
at org.eclipse.core.internal.resources.Container.getFile(Container.java:207)
at org.eclipse.wst.sse.core.indexing.AbstractIndexManager$ResourceEventProcessingJob.loadPreservedReceivedResourceEvents(AbstractIndexManager.java:1549)
at org.eclipse.wst.sse.core.indexing.AbstractIndexManager$ResourceEventProcessingJob.start(AbstractIndexManager.java:1138)
at org.eclipse.wst.sse.core.indexing.AbstractIndexManager.start(AbstractIndexManager.java:237)
at org.eclipse.jst.jsp.core.internal.JSPCorePlugin$1.run(JSPCorePlugin.java:179)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1957)
at org.eclipse.jst.jsp.core.internal.JSPCorePlugin$PluginInitializerJob.run(JSPCorePlugin.java:151)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

Reproducible: Always

Steps to Reproduce:
1. Build dynamic web project
2. during build, eclipse crashes (to debug: kill eclipse process, maybe timing is important)
3. restart eclipse
4. above exception is thrown
Comment 1 Nick Sandonato CLA 2011-03-22 12:19:33 EDT

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