On 7/30/07, Kevin Holmes <[EMAIL PROTECTED]> wrote:
> Jul 30, 2007 3:05:03 PM org.apache.solr.core.SolrException log
> SEVERE: java.io.IOException: Lock obtain timed out:
> SimpleFSLock@/tmp/lucene-f4cca35f5bee7bbcd8238c7ef8697193-write.lock
>         at org.apache.lucene.store.Lock.obtain(Lock.java:69)

That's a stale lock left over from the JVM restart.
You can configure Solr to remove these locks on startup (see solrconfig.xml)

-Yonik

Reply via email to