Confluence Fails to Start with LuceneException
症状
Confluence 3.0.x fail to start and the following is reported in atlassian-confluence.log
:
2009-10-08 20:04:33,048 ERROR [main\] [springframework.web.context.ContextLoader\] initWebApplicationContext Context initialization failed
:
: <skipped>
Caused by: com.atlassian.bonnie.LuceneException: Failed to create searcher for directory: org.apache.lucene.store.FSDirectory@/<your confluence home folder>/index
at com.atlassian.bonnie.LuceneConnection.createSearcher(LuceneConnection.java:486)
at com.atlassian.bonnie.LuceneConnection.<init>(LuceneConnection.java:92)
at com.atlassian.bonnie.LuceneConnection.<init>(LuceneConnection.java:107)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
原因
The Application Server is not able to create searcher for the indices due to some file system permission.
ソリューション
See How to Rebuild the Content Indexes From Scratch on Confluence Server.
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.