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 183808

Summary: InterruptedException at java.lang.Object.wait
Product: projects Reporter: _ tboudreau <tboudreau>
Component: Generic InfrastructureAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: normal CC: alexvsimon, jglick
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 167847
Attachments: stacktrace

Description _ tboudreau 2010-04-09 20:48:24 UTC
This bug was originally marked as duplicate of bug 163295, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 100318-213962348040)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-10M3025
OS: Mac OS X

User Comments:
tboudreau: Running test ant target on javacard.kit/build.xml from within the IDE




Stacktrace: 
java.lang.InterruptedException
   at java.lang.Object.wait(Object.java:0)
   at java.lang.Object.wait(Object.java:485)
   at org.netbeans.api.project.ProjectManager$2.run(ProjectManager.java:245)
   at org.netbeans.api.project.ProjectManager$2.run(ProjectManager.java:228)
   at org.openide.util.Mutex.readAccess(Mutex.java:327)
   at org.netbeans.api.project.ProjectManager.findProject(ProjectManager.java:228)
Comment 1 _ tboudreau 2010-04-09 20:48:34 UTC
Created attachment 96987 [details]
stacktrace
Comment 2 Jesse Glick 2010-04-12 14:41:58 UTC

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