Re: Lucene indexing error

2007-10-08 Thread Narendra yadala
Thanks very much for the information. I did not include the other portion of the stack trace because it was totally belonging to Jackrabbit library. Now I guess the problem is due to the fact that Jackrabbit's latest version is using Lucene 2.0 for its indexing purposes. So I will search some patch

Re: Lucene indexing error

2007-10-08 Thread Chris Hostetter
: I think this bug is related to the one posted on Lucene JIRA: : http://issues.apache.org/jira/browse/LUCENE-665 : Please let me know if there is any solution to this bug of Lucene. note that the issue is "Closed, Resolution: Won't Fix" it was determined that ultimately there was no bug in Luce

Re: Lucene indexing error

2007-10-08 Thread Narendra yadala
But then the core problem is that the index that is created is in a totally corrupted state. So deleting or keeping the lock does not make a difference as the Index itself is not created properly. The problem arises when the index is getting created itself. Regards Narendra On 10/8/07, saikrishn

Re: Lucene indexing error

2007-10-08 Thread saikrishna venkata pendyala
Lucene creates an lock on the index before using it and then unlock the index, after using it. If the lucene is interuptted and is closed by force the, index remains in locked state and it cannot be used. Generally in linux lucene lock information file is create in /tmp directory. Delete the lock

Re: Lucene indexing error

2007-10-08 Thread Narendra yadala
I think this bug is related to the one posted on Lucene JIRA: http://issues.apache.org/jira/browse/LUCENE-665 Please let me know if there is any solution to this bug of Lucene. Thanks Narendra On 10/8/07, Joe Attardi <[EMAIL PROTECTED]> wrote: > > On 10/8/07, Narendra yadala <[EMAIL PROTECTED]>

Re: Lucene indexing error

2007-10-08 Thread Joe Attardi
On 10/8/07, Narendra yadala <[EMAIL PROTECTED]> wrote: > > 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. > Well, since you are opening an IndexReader (as evidenced by your stack trace)

Re: Lucene indexing error

2007-10-08 Thread Narendra yadala
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

Re: Lucene indexing error

2007-10-08 Thread Joe Attardi
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 or

Re: Lucene indexing error

2007-10-08 Thread Narendra yadala
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( FSDirect

Re: Lucene indexing error

2007-10-08 Thread Karl Wettin
8 okt 2007 kl. 15.58 skrev Narendra yadala: Hi All I am getting this error when I am doing Indexing using Lucene. java.io.IOException: Access is denied on java.io.WinNTFileSystem.createFileExclusively Please let me know if there is any fix for this bug. Please supply the complete stack trace

Lucene indexing error

2007-10-08 Thread Narendra yadala
Hi All I am getting this error when I am doing Indexing using Lucene. java.io.IOException: Access is denied on java.io.WinNTFileSystem.createFileExclusively Please let me know if there is any fix for this bug. Thanks Narendra