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 174274

Summary: InterruptedException at java.lang.Object.wait
Product: projects Reporter: quidryan <quidryan>
Component: Generic InfrastructureAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker CC: tboudreau
Priority: P3 Keywords: THREAD
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=159918
Issue Type: DEFECT Exception Reporter: 159918
Bug Depends on:    
Bug Blocks: 163295    
Attachments: stacktrace

Description quidryan 2009-10-10 05:14:18 UTC
This issue was originally marked as duplicate of issue 163295, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.28-15-server, i386

User Comments:
quidryan: Tried to stop "Attaching Debugger"



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:244)
        at org.netbeans.api.project.ProjectManager$2.run(ProjectManager.java:227)
        at org.openide.util.Mutex.readAccess(Mutex.java:327)
        at org.netbeans.api.project.ProjectManager.findProject(ProjectManager.java:227)
Comment 1 quidryan 2009-10-10 05:14:23 UTC
Created attachment 89245 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2010-03-29 14:11:16 UTC
Change of default owner.
Comment 3 Jesse Glick 2010-04-08 22:02:25 UTC
Seems to be due to project load operations being interrupted by Ant process termination. Should just exit early in this case.
Comment 4 Jesse Glick 2010-04-08 22:06:48 UTC
core-main #20c2c8d3171e
Comment 5 Jesse Glick 2010-04-12 14:41:58 UTC
*** Bug 183808 has been marked as a duplicate of this bug. ***