Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 366088 - Assertion failure in search indexer
Summary: Assertion failure in search indexer
Status: RESOLVED FIXED
Alias: None
Product: Orion
Classification: ECD
Component: Server (show other bugs)
Version: 0.3   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 0.4 M1   Edit
Assignee: John Arthorne CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-08 14:07 EST by John Arthorne CLA
Modified: 2011-12-08 14:54 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Arthorne CLA 2011-12-08 14:07:42 EST
I20111206

I am seeing errors like this in the server log on orion.eclipse.org:

org.eclipse.core.runtime.AssertionFailedException: null argument:
        at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85)
        at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:73)
        at org.eclipse.core.runtime.Path.initialize(Path.java:577)
        at org.eclipse.core.runtime.Path.<init>(Path.java:163)
        at org.eclipse.orion.internal.server.search.Indexer.indexProject(Indexer.java:148)
        at org.eclipse.orion.internal.server.search.Indexer.run(Indexer.java:217)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)