Details
-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 0.9.8
-
Fix Version/s: 0.9.9
-
Component/s: None
-
Labels:None
Description
While indexing Jubilee2000, maybe around rev 4 I got:
org.crosswire.jsword.book.search.lucene.LuceneIndexManager(INFO): Failed to initialise Lucene search engine.
org.crosswire.jsword.book.BookException: Failed to initialise Lucene search engine.
at org.crosswire.jsword.book.search.lucene.LuceneIndex.<init>(LuceneIndex.java:127)
at org.crosswire.jsword.book.search.lucene.LuceneIndexManager$1.run(LuceneIndexManager.java:101)
at java.lang.Thread.run(Thread.java:534)
Caused by: org.crosswire.jsword.book.BookException: Filtering input data failed.
at org.crosswire.jsword.book.basic.PassageAbstractBook.getData(PassageAbstractBook.java:98)
at org.crosswire.jsword.book.search.lucene.LuceneIndex.generateSearchIndexImpl(LuceneIndex.java:244)
at org.crosswire.jsword.book.search.lucene.LuceneIndex.<init>(LuceneIndex.java:112)
... 2 more
Caused by: java.lang.NullPointerException
at org.crosswire.jsword.book.filter.gbf.GBFFilter.toOSIS(GBFFilter.java:61)
at org.crosswire.jsword.book.basic.PassageAbstractBook.getData(PassageAbstractBook.java:86)
... 4 more