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 226859 - org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: org.netbeans.modules.parsing.lucene.RecordOwnerLockFactory$RecordOwnerLock@9c49e6
Summary: org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: org...
Status: RESOLVED DUPLICATE of bug 217061
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-28 20:42 UTC by Exceptions Reporter
Modified: 2013-03-04 10:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199159


Attachments
stacktrace (4.93 KB, text/plain)
2013-02-28 20:42 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-02-28 20:42:09 UTC
This bug was originally marked as duplicate of bug 223872, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 RC1 (Build 201301240957)
VM: OpenJDK Client VM, 23.7-b01, OpenJDK Runtime Environment, 1.7.0_15-b20
OS: Linux

Stacktrace: 
org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: org.netbeans.modules.parsing.lucene.RecordOwnerLockFactory$RecordOwnerLock@9c49e6
   at org.apache.lucene.store.Lock.obtain(Lock.java:84)
   at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:1108)
   at org.netbeans.modules.parsing.lucene.LuceneIndex$FlushIndexWriter.<init>(LuceneIndex.java:1269)
   at org.netbeans.modules.parsing.lucene.LuceneIndex$DirCache.acquireWriter(LuceneIndex.java:930)
   at org.netbeans.modules.parsing.lucene.LuceneIndex.txStore(LuceneIndex.java:392)
   at org.netbeans.modules.parsing.lucene.DocumentIndexImpl.storeImpl(DocumentIndexImpl.java:205)
Comment 1 Exceptions Reporter 2013-02-28 20:42:11 UTC
Created attachment 132025 [details]
stacktrace
Comment 2 Tomas Zezula 2013-03-04 10:47:04 UTC
Update NB to release.

*** This bug has been marked as a duplicate of bug 217061 ***