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 160533 - InterruptedException at java.lang.Object.wait
Summary: InterruptedException at java.lang.Object.wait
Status: RESOLVED DUPLICATE of bug 137962
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-18 11:36 UTC by chechunawer
Modified: 2009-06-08 16:32 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 135615


Attachments
stacktrace (2.08 KB, text/plain)
2009-03-18 11:36 UTC, chechunawer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chechunawer 2009-03-18 11:36:00 UTC
Build: NetBeans IDE 6.1 (Build 200805300101)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.InterruptedException
        at java.lang.Object.wait(Object.java:0)
        at org.openide.util.Task.waitFinished(Task.java:157)
        at org.openide.util.RequestProcessor$Task.waitFinished(RequestProcessor.java:783)
        at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.safeTrueTest(ServerInstance.java:1589)
        at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.isRunningWithinMillis(ServerInstance.java:752)
        at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.isRunning(ServerInstance.java:743)
Comment 1 chechunawer 2009-03-18 11:36:06 UTC
Created attachment 78362 [details]
stacktrace
Comment 2 Jaroslav Tulach 2009-03-20 17:17:44 UTC
Why the failure is considered "lookup" related? It is not.
Comment 3 Petr Jiricka 2009-06-08 16:07:20 UTC
All the reports in this issue are from NB 6.1, so I believe this is by now fixed. What do you think Petre H?
Comment 4 Petr Hejl 2009-06-08 16:32:02 UTC
Already fixed.

*** This issue has been marked as a duplicate of 137962 ***