Hi, This was fixed in 1.8 final. Thanks -Vincent On Mar 23, 2009, at 4:58 PM, PERINAUD Christophe wrote:
Hello all,
I have a little problem since i switched to 1.8 (still rc2) when i start the server. The lucene plugin tries to update its index and i have this error :
Exception in thread "Lucene Index Updater" java.lang.NoSuchMethodError: com.xpn. xwiki.objects.BaseObject.getPropertyNames()[Ljava/lang/Object; at com.xpn.xwiki.plugin.lucene.ObjectData.extractContent(ObjectData.java :111) at com.xpn.xwiki.plugin.lucene.ObjectData.getContentAsText(ObjectData.ja va:97) at com.xpn.xwiki.plugin.lucene.ObjectData.getFullText(ObjectData.java:80 ) at com.xpn.xwiki.plugin.lucene.IndexData.addDataToLuceneDocument(IndexDa ta.java:163) at com.xpn.xwiki.plugin.lucene.ObjectData.addDataToLuceneDocument(Object Data.java:133) at com.xpn.xwiki.plugin.lucene.IndexUpdater.addToIndex(IndexUpdater.java :383) at com.xpn.xwiki.plugin.lucene.IndexUpdater.runMainLoop(IndexUpdater.jav a:224) at com.xpn.xwiki.plugin.lucene.IndexUpdater.run(IndexUpdater.java:117) at java.lang.Thread.run(Unknown Source)
On the search page i have a message that Lucene is updating its index but the number of pages never decreases (i guess the thread is dead) I can't find where the problem comes from.
Thank you
Christophe