I do have permission to access Lucene files. They reside on my local machine. But still this is giving the error.I am using Windows XP operationg system.
Regards Narendra On 10/8/07, Joe Attardi <[EMAIL PROTECTED]> wrote: > > On 10/8/07, Narendra yadala <[EMAIL PROTECTED]> wrote: > > > > This is the relevant portion of the stack trace: > > > > Caused by: java.io.IOException: Access is denied > > at java.io.WinNTFileSystem.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) > > at org.apache.lucene.index.IndexReader.open(IndexReader.java:141) > > at org.apache.lucene.index.IndexReader.open(IndexReader.java:136) > > > Looks like you don't have permission to access the Lucene index file(s). > > -- > Joe Attardi > [EMAIL PROTECTED] > http://thinksincode.blogspot.com/ >