This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 173992

Summary: org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: SimpleFSLock@C:\Documents and Settings\vmolokov\.netbeans\dev\var\cache\index\s426\TLIndexer\3\1\nb-lock-write.lock
Product: ruby Reporter: Tomas Zezula <tzezula>
Component: CodeAssignee: Erno Mononen <emononen>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: imomoi
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=159724
Issue Type: DEFECT Exception Reporter: 159724

Description Tomas Zezula 2009-10-07 15:50:43 UTC
Caused due to StackOverflowError from Ruby 

Build: NetBeans IDE Dev (Build nbms-and-javadoc-4011-on-090930)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.2, amd64
User comments: 

Stacktrace: 
org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: SimpleFSLock@C:\Documents and 
Settings\vmolokov\.netbeans\dev\var\cache\index\s426\TLIndexer\3\1\nb-lock-write.lock
        at org.apache.lucene.store.Lock.obtain(Lock.java:85)
        at org.apache.lucene.index.IndexWriter.init(IndexWriter.java:1070)
        at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:924)
        at org.netbeans.modules.parsing.impl.indexing.lucene.LuceneIndex.flush(LuceneIndex.java:563)
        at org.netbeans.modules.parsing.impl.indexing.lucene.LuceneIndex.access$700(LuceneIndex.java:83)
        at org.netbeans.modules.parsing.impl.indexing.lucene.LuceneIndex$1.run(LuceneIndex.java:157)
        at org.netbeans.modules.parsing.impl.indexing.lucene.LuceneIndex$1.run(LuceneIndex.java:137)
        at org.netbeans.modules.parsing.impl.indexing.lucene.LuceneIndexManager.writeAccess(LuceneIndexManager.java:72)
        at org.netbeans.modules.parsing.impl.indexing.lucene.LuceneIndex.store(LuceneIndex.java:137)
        at org.netbeans.modules.parsing.spi.indexing.support.IndexingSupport$MyAccessor.store(IndexingSupport.java:239)
        at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:1594)
Comment 1 Erno Mononen 2009-10-07 15:58:17 UTC

*** This issue has been marked as a duplicate of 173382 ***