Hi,
I am having difficulties building the Ecom index. When I try to do it I get an error :
Lock obtain timed out: NativeFSLock@(my solution)\Files\System\Indexes\Products\Products Index\Products\write.lock
at Lucene.Net.Store.Lock.Obtain(Int64 lockWaitTimeout)
at Lucene.Net.Index.IndexWriter.Init(Directory d, Analyzer a, Boolean create, IndexDeletionPolicy deletionPolicy, Int32 maxFieldLength, IndexingChain indexingChain, IndexCommit commit)
at Lucene.Net.Index.IndexWriter..ctor(Directory d, Analyzer a, Boolean create, MaxFieldLength mfl)
at Dynamicweb.Indexing.Lucene.LuceneIndexWriter.Open(Boolean openForAppend)
at Dynamicweb.eCommerce.Indexing.ProductIndexBuilder.Build(IIndexWriter writer, Tracker tracker)
I tried deleting the files but it doesn't work still. The integration jobs are supposed to build the index after running but it doesn't seem like it's happening either. I run on version 8.8.0.5. Any idea where the problem could be ?
Thanks !