Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » Background Indexer Crash Recovery
Background Indexer Crash Recovery [message #599963] Mon, 23 January 2006 19:08
John Watson is currently offline John WatsonFriend
Messages: 23
Registered: July 2009
Junior Member
I am developing a nature plug-in for Eclipse and I get this error
after adding the nature to my project. I have just recently started
receiving this error and I cannot figure out what it means. It appears
as though it is adding the nature and copying all the file correctly
but shortly after it bombs with this error. Here is a stack trace:

java.lang.IllegalArgumentException: Document path **path unknown**
must be relative to **path unknown**
at
org.eclipse.jdt.internal.core.index.Index.containerRelativeP ath(Index.java:86)
at
org.eclipse.jdt.internal.core.search.indexing.InternalSearch Document.getContainerRelativePath(InternalSearchDocument.jav a:30)
at
org.eclipse.jdt.internal.core.search.indexing.InternalSearch Document.removeAllIndexEntries(InternalSearchDocument.java:3 8)
at
org.eclipse.jdt.core.search.SearchDocument.removeAllIndexEnt ries(SearchDocument.java:128)
at
org.eclipse.jdt.internal.core.search.JavaSearchParticipant.i ndexDocument(JavaSearchParticipant.java:68)
at
org.eclipse.jst.jsp.core.internal.java.search.JSPSearchParti cipant.indexDocument(JSPSearchParticipant.java:73)
at
org.eclipse.jdt.internal.core.search.indexing.IndexManager.i ndexDocument(IndexManager.java:290)
at
org.eclipse.jdt.internal.core.search.indexing.IndexManager$1 .execute(IndexManager.java:601)
at
org.eclipse.jdt.internal.core.search.processing.JobManager.r un(JobManager.java:372)
at java.lang.Thread.run(Unknown Source)

Has anyone seen this before? Thanks!
Previous Topic:Background Indexer Crash Recovery
Next Topic:Basic Unified Process content download availability
Goto Forum:
  


Current Time: Thu Apr 25 10:02:58 GMT 2024

Powered by FUDForum. Page generated in 0.03259 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top