Hi, On 2/21/07, Michael Neale <[EMAIL PROTECTED]> wrote:
Occasionally, I get the following error when trying to run a fairly mundane query:ERROR 21-02 15:06:12,573 (QueryImpl.java:execute:188) -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:53)
Strange. Are you running on Windows? I've occasionally seen similar random IO errors on Windows especially if there's a dynamic virus scanner or some similar background tool operating. Alternatively it could be related to some query configuration issue. Please send the <SearchIndex/> configuration entry in the workspace.xml file within the workspace you're querying. BR, Jukka Zitting
