Hi,
hel-o wrote:
Hi,
I just notized, that i get an error, when i open the Lucene Search Page. (XE
2.0.2)
I don't get it on a fresh XE 2.0.2.24645 jetty+hsqldb install.
[snip]
at java.lang.Thread.run(Thread.java:636) Caused by:
java.lang.NullPointerException at
com.xpn.xwiki.plugin.lucene.LucenePlugin.getQueueSize(LucenePlugin.java:609)
That line is:
return indexUpdater.getQueueSize();
Maybe the lucene plugin hasn't been fully initialized, otherwise I don't
see why indexUpdater would be null.
Hope this helps,
Marius