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 20489 - terminating tomcat Throws Interrupted Exception
Summary: terminating tomcat Throws Interrupted Exception
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
: 20205 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-02-13 01:48 UTC by Sakthivel Gopal
Modified: 2008-12-23 10:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sakthivel Gopal 2002-02-13 01:48:45 UTC
IDE Build 020212 EE on NT
Mount a web module which has JAr's lib which are automatically mounted
Execute force load the web module
Tomcat starts forks Browser - sets URL
unmount the Webmodule
Terminate tomcat
Throws this exception 
Tue Feb 12 17:34:05 PST 2002: java.lang.InterruptedException: <no message>
java.lang.InterruptedException
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:420)
        at org.openide.util.Mutex$QueueCell.sleep(Mutex.java:1149)
        at org.openide.util.Mutex.enter(Mutex.java:470)
        at org.openide.util.Mutex.postRequest(Mutex.java:858)
        at org.openide.util.Mutex.postWriteRequest(Mutex.java:363)
        at org.openide.nodes.Node.destroy(Node.java:302)
        at org.netbeans.core.execution.ProcessNodeItem.removeThis
(ProcessNodeItem.java:106)
        at org.netbeans.core.execution.ProcessNodeItem$1.finishedExecution
(ProcessNodeItem.java:61)
        at org.netbeans.core.execution.ExecutionEngine.fireExecutionFinished
(ExecutionEngine.java:232)
[catch] at org.netbeans.core.execution.RunClassThread.run
(RunClassThread.java:132)
Comment 1 _ rkubacki 2002-02-13 08:15:11 UTC
Maybe it can be more complex if it is really related to unmounting of
JARs.
Comment 2 Damian Frach 2002-02-13 08:29:06 UTC
looks like problem in the core module
Comment 3 David Strupl 2002-02-14 10:37:14 UTC
*** Issue 20205 has been marked as a duplicate of this issue. ***
Comment 4 David Strupl 2002-02-15 14:33:16 UTC
Fixed in ProcessNodeItem 1.28.
Comment 5 pzajac 2002-11-08 11:19:17 UTC
verified 200211070100
Comment 6 Quality Engineering 2003-07-01 16:10:39 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.