Hi Michael,
do you have a test case that you can attach to issue JCR-778?
Michael Neale wrote:
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?
that's not very likely. unless you have some sort of cleanup script that removes
files while the test is still running.
regards
marcel