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 198746 - IllegalMonitorStateException at java.util.concurrent.locks.ReentrantLock$Sync.tryRelease
Summary: IllegalMonitorStateException at java.util.concurrent.locks.ReentrantLock$Sync...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-19 21:21 UTC by reister
Modified: 2011-07-18 13:54 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 73745


Attachments
stacktrace (605 bytes, text/plain)
2011-05-19 21:21 UTC, reister
Details
stacktrace (605 bytes, text/plain)
2011-06-24 21:07 UTC, Petr Jiricka
Details
stacktrace (605 bytes, text/plain)
2011-07-18 13:37 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description reister 2011-05-19 21:21:22 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) Client VM, 20.0-b11, Java(TM) SE Runtime Environment, 1.6.0_25-b06
OS: Windows 7

User Comments:
massimo: Not sure what i was doing apart from tabbing in the editor and using perforce plugin to check in and out files. Maybe helps knowing that perforce was down while i was doing that...

GUEST: Deploying of web application on Weblogic 11gR1 domain (development mode, sun jdk1.6.0_24) was canceled

massimo: This happens if you click on the "perforce checkout for edit" button in a java editor file and you have no connection with teh perforce server you are using.
To reproduce do this:
0) disconnect from the network so that our perforce server is not reachable
1) open a java file under perforce version control that is not editable (not checked out already)
2) click on the Edit button to check it out
3) you get the exception

cashannon: Constant problem seen when choosing to Edit from perforce plug-in.

nzero2002: Push Team/Perforce/Depo info button

massimo: This happened after i clicked the perforce add button, to add a java file to our perforce versioning system. Plugin installed for perforce is org-wonderly-netbeans-perforce6.7.nbm.

GUEST: Using Maven controls inside Maven Panel.

massimo: Once again, perforce plugin: clicked on "edit" button. I get this all the time now.

massimo: Was editing an html wicket page, but i suspect this has to do with the p4 (perforce) plugin.

GUEST: Check out file with Perforce plugin

GUEST: Checked out a java file using the Perforce "checkout" button on the file viewer tab's toolbar, then closed the Perforce output window.




Stacktrace: 
java.lang.IllegalMonitorStateException
   at java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(ReentrantLock.java:127)
   at java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1239)
   at java.util.concurrent.locks.ReentrantLock.unlock(ReentrantLock.java:431)
   at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:406)
   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
Comment 1 reister 2011-05-19 21:21:27 UTC
Created attachment 108402 [details]
stacktrace
Comment 2 Ondrej Vrabec 2011-05-23 09:48:35 UTC
Perforce plugin
Comment 3 Petr Jiricka 2011-06-24 21:07:32 UTC
Created attachment 109100 [details]
stacktrace

After stopping the WebLogic deployment progress bar.
Comment 4 Petr Jiricka 2011-07-18 13:37:52 UTC
Created attachment 109490 [details]
stacktrace

Expanding servers node, local WebLogic server was registered.