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 - InterruptedException at java.lang.Object.wait
Summary: InterruptedException at java.lang.Object.wait
Status: RESOLVED DUPLICATE of bug 174274
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-09 20:48 UTC by _ tboudreau
Modified: 2010-04-12 14:41 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167847


Attachments
stacktrace (2.37 KB, text/plain)
2010-04-09 20:48 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***