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 218385 - IllegalMonitorStateException: attempt to unlock read lock, not locked by current thread
Summary: IllegalMonitorStateException: attempt to unlock read lock, not locked by curr...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-14 14:41 UTC by alied
Modified: 2012-09-24 08:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192444


Attachments
stacktrace (2.58 KB, text/plain)
2012-09-14 14:41 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2012-09-14 14:41:51 UTC
Build: NetBeans IDE Dev (Build 201209110001)
VM: Java HotSpot(TM) Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Windows XP

Stacktrace: 
java.lang.IllegalMonitorStateException: attempt to unlock read lock, not locked by current thread
   at java.util.concurrent.locks.ReentrantReadWriteLock$Sync.unmatchedUnlockException(ReentrantReadWriteLock.java:447)
   at java.util.concurrent.locks.ReentrantReadWriteLock$Sync.tryReleaseShared(ReentrantReadWriteLock.java:431)
   at java.util.concurrent.locks.AbstractQueuedSynchronizer.releaseShared(AbstractQueuedSynchronizer.java:1340)
   at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.unlock(ReentrantReadWriteLock.java:883)
   at org.apache.maven.index.context.DefaultIndexingContext.unlock(DefaultIndexingContext.java:193)
   at org.netbeans.modules.maven.indexer.NexusRepositoryIndexerImpl.unlock(NexusRepositoryIndexerImpl.java:631)
Comment 1 alied 2012-09-14 14:41:56 UTC
Created attachment 124381 [details]
stacktrace
Comment 2 Milos Kleint 2012-09-24 08:04:50 UTC
NexusRepositoryIndexerImpl.unlock is not present in latest codebase anymore