oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.33k stars 746 forks source link

org.opengrok.indexer.web.SearchHelper.getSuggestions exceptions #2758

Open amckenna-pinterest opened 5 years ago

amckenna-pinterest commented 5 years ago

Getting lots of these in the log:

Got exception while getting spelling suggestions for project /:
 org.apache.lucene.index.IndexNotFoundException: no segments* file found in MMapDirectory@/opengrok/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@71ba02a1: files: [all of our repos]
vladak commented 5 years ago

I think this was a side effect of a webapp problem in older versions. What version are you running ?

vladak commented 5 years ago

Seems like a dup of #2702.