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 217547 - IllegalMonitorStateException at java.util.concurrent.locks.ReentrantLock$Sync.tryRelease
Summary: IllegalMonitorStateException at java.util.concurrent.locks.ReentrantLock$Sync...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-28 18:02 UTC by javydreamercsw
Modified: 2014-01-09 15:51 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191923


Attachments
stacktrace (2.10 KB, text/plain)
2012-08-28 18:02 UTC, javydreamercsw
Details
stacktrace (2.10 KB, text/plain)
2012-10-31 13:59 UTC, javydreamercsw
Details
stacktrace (2.10 KB, text/plain)
2012-11-16 19:04 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2012-08-28 18:02:31 UTC
This bug was originally marked as duplicate of bug 197014, 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.2 (Build 201207171143)
VM: Java HotSpot(TM) Client VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: Windows 7

User Comments:
javydreamercsw: Did reset windows




Stacktrace: 
java.lang.IllegalMonitorStateException
   at java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(ReentrantLock.java:155)
   at java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1260)
   at java.util.concurrent.locks.ReentrantLock.unlock(ReentrantLock.java:460)
   at com.atlassian.connector.eclipse.internal.jira.core.service.web.JiraWebSession.unlock(JiraWebSession.java:204)
   at com.atlassian.connector.eclipse.internal.jira.core.service.web.JiraWebSession.doInSession(JiraWebSession.java:123)
   at com.atlassian.connector.eclipse.internal.jira.core.service.web.rss.JiraRssClient.doInSession(JiraRssClient.java:45)
Comment 1 javydreamercsw 2012-08-28 18:02:36 UTC
Created attachment 123674 [details]
stacktrace
Comment 2 javydreamercsw 2012-10-31 13:59:05 UTC
Created attachment 126862 [details]
stacktrace

Clicked refresh on a repository (Task Dashboard)
Comment 3 javydreamercsw 2012-11-16 19:04:31 UTC
Created attachment 127960 [details]
stacktrace

Refreshing a repository from the Task Dashboard.
Comment 4 Exceptions Reporter 2012-11-16 19:04:40 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=191923
Comment 5 Tomas Stupka 2014-01-09 15:51:27 UTC
no more reports since 7.2. Probably already fixed