Hi, is that from the system where the index was created from or where you copied the index to?
the system where the index was created is relevant because the error is introduced when the index is written. regards marcel 2009/11/12 Hervé Agnoux <[email protected]>: > Le jeudi 12 novembre 2009, Marcel Reutegger a écrit : >> Hi, >> >> this looks like https://issues.apache.org/jira/browse/LUCENE-1474 >> >> can you please verify that you are using lucene 2.4.1 and not 2.4.0? >> > > Here is my dependency tree (thanks maven) : > > [INFO] +- org.apache.jackrabbit:jackrabbit-core:jar:1.6.0:compile > [INFO] | +- concurrent:concurrent:jar:1.3.4:compile > [INFO] | +- commons-collections:commons-collections:jar:3.1:compile > [INFO] | +- commons-io:commons-io:jar:1.4:compile > [INFO] | +- org.apache.jackrabbit:jackrabbit-api:jar:1.6.0:compile > [INFO] | +- org.apache.jackrabbit:jackrabbit-spi-commons:jar:1.6.0:compile > [INFO] | +- org.apache.jackrabbit:jackrabbit-spi:jar:1.6.0:compile > [INFO] | +- org.apache.jackrabbit:jackrabbit-text- > extractors:jar:1.6.0:compile > [INFO] | | +- org.apache.poi:poi:jar:3.2-FINAL:compile > [INFO] | | +- org.apache.poi:poi-scratchpad:jar:3.2-FINAL:compile > [INFO] | | +- pdfbox:pdfbox:jar:0.7.3:compile > [INFO] | | | +- org.fontbox:fontbox:jar:0.1.0:compile > [INFO] | | | \- org.jempbox:jempbox:jar:0.2.0:compile > [INFO] | | \- net.sourceforge.nekohtml:nekohtml:jar:1.9.7:compile > [INFO] | | \- xerces:xercesImpl:jar:2.8.1:compile > [INFO] | | \- xml-apis:xml-apis:jar:1.3.03:compile > [INFO] | +- org.apache.lucene:lucene-core:jar:2.4.1:compile > [INFO] | \- org.apache.derby:derby:jar:10.2.1.6:compile > [INFO] +- org.apache.jackrabbit:jackrabbit-jcr-commons:jar:1.6.0:compile > > As you can see, it says org.apache.lucene:lucene-core:jar:2.4.1 > > Regards. > > >
