[xwiki-users] Lucene does not appear to be indexing
Hello, I'm running xwiki-enterprise-2.3.1. After adding a bunch of documents to the wiki, and trying to click on the "Rebuild the Lucene index" link on the LuceneSearch page, it seems to hang indefinitely. A whole bunch of documents are in the wiki that should show up to a search term "Hardware", but none appear when searching using Lucene. When using the old WebSearch page, they all show up. Is there a way to fix this? Thanks, - James Cuzella
On Tue, Jun 15, 2010 at 02:41, James Cuzella <[email protected]> wrote:
Hello,
I'm running xwiki-enterprise-2.3.1. After adding a bunch of documents to the wiki, and trying to click on the "Rebuild the Lucene index" link on the LuceneSearch page, it seems to hang indefinitely. A whole bunch of documents are in the wiki that should show up to a search term "Hardware", but none appear when searching using Lucene.
When using the old WebSearch page, they all show up. Is there a way to fix this?
Lucene is supposed to work well on 2.3.1. So you have any error in the log ?
Thanks, - James Cuzella _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
On Tue, Jun 15, 2010 at 3:09 AM, Thomas Mortagne <[email protected]> wrote:
Lucene is supposed to work well on 2.3.1. So you have any error in the log ?
I managed to figure this one out. Initially I had been given an Administrative privileges on my windows box & was able to start/stop tomcat as a service locally. However, due to company security policy, my account privileges were dropped after I was done setting up applications on my machine. After this I was unable to start/stop the apache tomcat service. For a couple weeks I was running tomcat via a terminal, but seeing no errors in the logs. Because apache was not running with correct privileges, it could not write to any files it needed! I didn't see any errors in the log, but the reason was because tomcat couldn't even write to the logs! Today I managed to get the correct privileges to start/stop apache, and it's running fine now! Thanks, - James Cuzella
On Wed, Jun 23, 2010 at 19:41, James Cuzella <[email protected]> wrote:
On Tue, Jun 15, 2010 at 3:09 AM, Thomas Mortagne <[email protected]> wrote:
Lucene is supposed to work well on 2.3.1. So you have any error in the log ?
I managed to figure this one out. Initially I had been given an Administrative privileges on my windows box & was able to start/stop tomcat as a service locally.
However, due to company security policy, my account privileges were dropped after I was done setting up applications on my machine. After this I was unable to start/stop the apache tomcat service. For a couple weeks I was running tomcat via a terminal, but seeing no errors in the logs. Because apache was not running with correct privileges, it could not write to any files it needed!
I didn't see any errors in the log, but the reason was because tomcat couldn't even write to the logs!
Today I managed to get the correct privileges to start/stop apache, and it's running fine now!
Glad you figured it out :)
Thanks, - James Cuzella _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
participants (2)
-
James Cuzella -
Thomas Mortagne