Re: Lucene and Quartz

2005-10-11 Thread Nader Henein
1) A FileNotFound Exception isn't a Lucene issue as much as it's a file system issue, which file is "not found"? What's in the logs 2) As for simultaneous indexing on two seperates indecies, there should be absolutly no problem, we simultaneously index 10 parallel indecies using quartz and it'

Lucene and Quartz

2005-10-11 Thread javabuddy
Hi, I have the indexing process running in an quartz environment. (on a clustered two boxes) I made sure that the Indexing doesnt runs simultaneously on both the boxes. But suddenly I am start getting "FileNotFoundException" on the indexing process. From that pont on the indexes are of no use.