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 212178 - IllegalStateException: #210991: got neither a result nor an exception; started=false finished=false invoked=true
Summary: IllegalStateException: #210991: got neither a result nor an exception; starte...
Status: RESOLVED DUPLICATE of bug 210991
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-08 09:51 UTC by mrpc
Modified: 2012-05-08 13:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187740


Attachments
stacktrace (1.09 KB, text/plain)
2012-05-08 09:51 UTC, mrpc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mrpc 2012-05-08 09:51:22 UTC
Build: NetBeans IDE Dev (Build 201205060400)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01-415, Java(TM) SE Runtime Environment, 1.6.0_31-b04-415-11M3635
OS: Mac OS X

User Comments:
mrpc: Started up netbeans, closed a project, opened another and tried to open a third one. At this moment an exception was thrown.




Stacktrace: 
java.lang.IllegalStateException: #210991: got neither a result nor an exception; started=false finished=false invoked=true
   at org.openide.util.Mutex.doEventAccess(Mutex.java:1406)
   at org.openide.util.Mutex.readAccess(Mutex.java:273)
   at org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:748)
   at org.netbeans.modules.project.ui.OpenProjectList$4.run(OpenProjectList.java:584)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2032)
Comment 1 mrpc 2012-05-08 09:51:44 UTC
Created attachment 119156 [details]
stacktrace
Comment 2 Jesse Glick 2012-05-08 13:54:57 UTC

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