ERROR 20-04 17:25:35,776 (LazyQueryResultImpl.java:getResults:266) -Exception while executing query: java.io.IOException: No such file or directory at java.io.UnixFileSystem.createFileExclusively(Native Method) at java.io.File.createNewFile(File.java:850) at org.apache.jackrabbit.core.query.lucene.FSDirectory$1.obtain( FSDirectory.java:119) at org.apache.lucene.store.Lock.obtain(Lock.java:51) at org.apache.lucene.store.Lock$With.run(Lock.java:98)
I now know I can just blow away the lucene index directory, and then it will start up fine (and recreate). Am I somehow not "shutting down" things correctly? Michael.
