Open GoogleCodeExporter opened 8 years ago
What version of Lucene does your application use? Can you please provide more
of the stacktrace from your app, at least all levels that involve Lucene/Solr
APIs?
Original comment by sig...@gmail.com
on 22 Aug 2012 at 1:18
I believe we are using:
- lucene-core v 3.4.0
- lucent-analyzers v 3.4.0
- lucene-queries v 3.6.0
Here is the stack trace:
org.apache.lucene.util.SetOnce$AlreadySetException: The object cannot be set twice!
at org.apache.lucene.util.SetOnce.set(SetOnce.java:69)
at org.apache.lucene.index.MergePolicy.setIndexWriter(MergePolicy.java:271)
at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:1104)
Please note, when I run Luke command line (with the -ro option) everything
works fine. It is only when I use the GUI that this happens...
Original comment by flossw...@gmail.com
on 22 Aug 2012 at 6:22
I believe I spoke too soon. I am using the command line with the -ro option
and the issue arose again :(
I am running Luke as follows:
java -jar /home/sfloess/Tools/luke/lukeall-3.5.0.jar -ro -index /tmp/attachment
Original comment by flossw...@gmail.com
on 30 Aug 2012 at 8:35
Original issue reported on code.google.com by
flossw...@gmail.com
on 22 Aug 2012 at 12:45