Sounds like LuceneSearchProvider is able to find the page file (hence the title being included), but is somehow unable to open and read it (to index its actual contents). I know that's not too helpful, but I don't have time to get into the code at the moment. If there's still a problem later on, I'll be happy to probe a bit deeper.
On Wed, 2008-04-02 at 21:09 +0300, Janne Jalkanen wrote: > I seem to be getting these as well. I don't know what is going on - > any Lucene experts here? > > /Janne > > On 2 Apr 2008, at 18:29, Ryan L Brissette wrote: > > I tried running the reindex through the browser and ended up with a > > log full of: > > > > 2008-04-02 09:20:57,812 [JSPWiki Lucene Indexer] ERROR > > com.ecyrd.jspwiki.search.LuceneSearchProvider - Unable to update > > page '<page>' from Lucene index > > java.io.IOException: Lock obtain timed out: Lock@/home/rlbrisse/ > > jspwiki_beta/apache-tomcat-6.0.13/temp/ > > lucene-858b3db6fe9c079960083fc94c69a1a4-write.lock > > at org.apache.lucene.store.Lock.obtain(Lock.java:56) > > at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:254) > > at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:204) > > at com.ecyrd.jspwiki.search.LuceneSearchProvider.updateLuceneIndex > > (LuceneSearchProvider.java:361) > > at com.ecyrd.jspwiki.search.LuceneSearchProvider > > $LuceneUpdater.backgroundTask(LuceneSearchProvider.java:720) > > at com.ecyrd.jspwiki.util.WikiBackgroundThread.run > > (WikiBackgroundThread.java:135) > > > > anyone have any idea what might be causing this? It appears that I > > can index the page titles, but not the content > > > > Thank you, > > Ryan Brissette > > > > > > Janne Jalkanen ---03/31/2008 03:16:41 PM---Web browser: go to / > > admin/Admin.jsp, find the Search Manager tab, and > > > > > > From: > > Janne Jalkanen <[EMAIL PROTECTED]> > > > > To: > > [email protected] > > > > Date: > > 03/31/2008 03:16 PM > > > > Subject: > > Re: Search on jspwiki.org > > > > > > > > > > Web browser: go to /admin/Admin.jsp, find the Search Manager tab, and > > click "Reindex". > > > > MBean manager: find the Search Manager bean, and run the reindex() > > command. > > > > /Janne > > > > On 31 Mar 2008, at 22:00, Ryan L Brissette wrote: > > > How would I start a reindex on my own copy of JSPWiki? Since > > > upgrading my search has not been working as expected either. > > > > > > Thank you, > > > Ryan Brissette > > > > > > > > > Janne Jalkanen ---03/31/2008 02:56:32 PM---> Sorry if this was > > > already reported and I missed it. > > > > > > > > > From: > > > Janne Jalkanen <[EMAIL PROTECTED]> > > > > > > To: > > > [email protected] > > > > > > Date: > > > 03/31/2008 02:56 PM > > > > > > Subject: > > > Re: Search on jspwiki.org > > > > > > > > > > > > > Sorry if this was already reported and I missed it. > > > > > > > > The search on jspwiki.org does not appear to be working. > > > > > > Thanks, it seems that the Lucene index had gotten corrupted somehow. > > > I started a reindex; it should be done soon. > > > > > > /Janne > > > > > > >
