We use windows and linux but I have only seen this error on Windows so far. I will check the Jar file I am using to make sure it is the most recent, I am assuming the most recent is Lucene 1.3 RC1 ?
Thanks, Rob -----Original Message----- From: Matt Tucker [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 2:03 PM To: Lucene Users List Subject: Re: java.io.IOException: Cannot delete deletetable Rob, Are you using the very latest Lucene code? The standard File.renameTo operation fails every once in awhile, especially on Windows. I sent in a patch that was put in somewhat recently. It fixed all the errors we were seeing with renames. Regards, Matt Rob Outar wrote: > Hi all, > > I am intermittently getting the above exception while build an index. I > have been trying for an house to reproduce it but can't as of yet. But in > any case I was wondering if anyone knew anything about the above error and > if so how to stop it from occurring. In the stack trace I printed out, it > looked like it was in the rename method of FSDirectory that the exception > occurred. As soon as I can replicate I will post the exception and any > additional information requested. > > Thanks as always, > > Rob > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
