On 8 May 2011, at 22:56, Bob DuCharme wrote: > When I enter the following, in which larqndx is a subdirectory, > > java -cp %CP% arq.larqbuilder --larq=larqndx --graph mydata.rdf > > I get the errors shown below. Can the --graph parameter be a file, or do I > need an assembler description file to specify the data to index?
Hi Bob, To be honest it looks to me like your problem lies elsewhere: > Caused by: org.apache.lucene.store.LockObtainFailedException: Lock obtain > timed > out: SimpleFSLock@C:\bob\dev\xml\rdf\larqtest\larqndx\write.lock > at org.apache.lucene.store.Lock.obtain(Lock.java:85) Maybe a stale lock? Is more than one process trying to write to this index? Damian
