Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Strange error from
Strange error from [message #593838] Tue, 13 November 2007 22:27
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
I'm working on a project that involves custom plugins. We are getting
this ClassNotFoundException when we try to launch help in a TrayDialog.
The side tray comes up, but shortly thereafter the exception below pops up.
This does not happen if I open the full Help window and browse/search.
Do we have a missing dependency or something?



java.lang.ExceptionInInitializerError
at
org.apache.lucene.index.IndexWriter.mergeSegments(IndexWrite r.java:674)
at
org.apache.lucene.index.IndexWriter.mergeSegments(IndexWrite r.java:658)
at
org.apache.lucene.index.IndexWriter.optimize(IndexWriter.jav a:517)
at
org.apache.lucene.index.IndexWriter.addIndexes(IndexWriter.j ava:553)
at
org.eclipse.help.internal.search.SearchIndex.merge(SearchInd ex.java:497)
at
org.eclipse.help.internal.search.IndexingOperation.mergeInde xes(IndexingOperation.java:530)
at
org.eclipse.help.internal.search.IndexingOperation.addNewDoc uments(IndexingOperation.java:151)
at
org.eclipse.help.internal.search.IndexingOperation.execute(I ndexingOperation.java:105)
at
org.eclipse.help.internal.search.LocalSearchManager.updateIn dex(LocalSearchManager.java:624)
at
org.eclipse.help.internal.search.LocalSearchManager.ensureIn dexUpdated(LocalSearchManager.java:598)
at
org.eclipse.help.internal.search.federated.IndexerJob.run(In dexerJob.java:27)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Caused by: java.lang.RuntimeException: cannot load SegmentReader class:
java.lang.ClassNotFoundException:
org.apache.lucene.index.CompassSegmentReader
at
org.apache.lucene.index.SegmentReader.<clinit>(SegmentReader.java:97)
... 12 more
Previous Topic:Automatically load html file as context?
Next Topic:rcp application with preference pages - tray help button does not open in-dialog context help
Goto Forum:
  


Current Time: Thu Mar 28 15:40:32 GMT 2024

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

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

Back to the top