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 - 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
Summary: org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: Sim...
Status: RESOLVED DUPLICATE of bug 173382
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-07 15:50 UTC by Tomas Zezula
Modified: 2009-10-07 15:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 159724


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***