Re: Lock obtain timed out + IndexSearcher

2006-01-09 Thread Yonik Seeley
Lock files aren't contained in the index directory, but in the standard temp directory. remove the file referenced in the exception: C:\DOCUME~1\harini\LOCALS~1\Temp\lucene-1b92bc48efc5c13ac4ef4ad9fd17c158-commit.lock -Yonik On 1/9/06, Harini Raghavan <[EMAIL PROTECTED]> wrote: > Hi All, > > All

Re: Lock obtain timed out + IndexSearcher

2006-01-09 Thread Otis Gospodnetic
Probably a stale lock - remove it. Otis - Original Message From: Harini Raghavan <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Mon 09 Jan 2006 01:36:53 PM EST Subject: Lock obtain timed out + IndexSearcher Hi All, All of a sudden I have started getting LockTimeOut exc

Lock obtain timed out + IndexSearcher

2006-01-09 Thread Harini Raghavan
Hi All, All of a sudden I have started getting LockTimeOut exception while searching the index. There is no write.lock file in the index directory, so why should this issue come while searching? I tried to delete the index directory and restarted the server, but still no luck. What could be w