Re: java.io.IOException: couldn't delete backup

2003-12-18 Thread Alex Gadea
it is working for now. Thanks, Alex - Original Message - From: "Otis Gospodnetic" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Thursday, December 18, 2003 6:26 AM Subject: Re: java.io.IOException: couldn't delete backup

Re: java.io.IOException: couldn't delete backup

2003-12-18 Thread Otis Gospodnetic
Lucene writes locks to some directories (java.io.temp system property), so make sure you can write to those. Otis --- Alex Gadea <[EMAIL PROTECTED]> wrote: > I am trying to setup a Lucene installation on a Windows 2000 server. > I can not get the IndexWriter to initialize properly. It fails out

java.io.IOException: couldn't delete backup

2003-12-17 Thread Alex Gadea
I am trying to setup a Lucene installation on a Windows 2000 server. I can not get the IndexWriter to initialize properly. It fails out with an IOException error that says it could not delete backup. I have opened up permissions on the directory I am attempting to create the index in as well