The problem was that I tried to run my aplication when netbeans was running it.
Afther that, maybe something went wrong with the memory, and every time y tried to run, it thought that was running on netbeans also, like that time. Afther restart tomcat and the system a few times the error has dissapeared. Thank you very much Natalia Shilenkova wrote: > > On Wed, Sep 3, 2008 at 3:08 PM, lunapolar <[EMAIL PROTECTED]> > wrote: >> >> I have a great problem.....!!!!! >> >> My application was runnig great.... buy today... I don't know how.... >> when >> xindice is started it gaves me an >> exception: >> >> org.apache.xindice.util.XindiceException: Unable to open lock file >> C:\Documents and >> Settings\Administrador\.netbeans\6.0\apache-tomcat-6.0.16_base\webapps\xindice\WEB-INF\db\db.lock. >> Make sure database is not open by another process. Exception: >> java.io.IOException: Could not delete lock file. > > Did you check if another Xindice process is running already? When > Xindice starts, it creates file db.lock and holds a lock on that file. > If file already exists and cannot be deleted Xindice shuts down > immediately, assuming that the database is already opened by another > process. You need to close the other instance of Xindice to resolve > the situation. > > Alternatively, you can check if some other application holds the file > open (that is less likely). > > Regards, > Natalia > > -- View this message in context: http://www.nabble.com/problems-lock-file-tp19295926p19360115.html Sent from the Xindice - Users mailing list archive at Nabble.com.