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

Bug 366088

Summary: Assertion failure in search indexer
Product: [ECD] Orion Reporter: John Arthorne <john.arthorne>
Component: ServerAssignee: John Arthorne <john.arthorne>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.3   
Target Milestone: 0.4 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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)