tags:

views:

20

answers:

0

Hi,

I am using apache-solr-1.4 server and solrj as my solr client for indexing my documents. I am getting the org.apache.lucene.store.LockObtainFailedException when i index the documents. This exception is not generated eachtime i try to index the documents.They are generated in some time interval and the solr/data/index dir contains lucene.lock file. I have set the following values in my solrconfig.xml : writeLockTimeout:60000, commitLockTimeout:60000, lockType:simple,

But still I am getting this exception.Please provide any help regarding this issue. Thanks..