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 63157 - Terminate doesn't work
Summary: Terminate doesn't work
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-26 13:22 UTC by zikmund
Modified: 2005-11-18 09:42 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 zikmund 2005-08-26 13:22:58 UTC
Build 20050826-0953

1) Start Tomcat
2) Terminate
3) ERROR:
Server status is refreshed well, but the process is still running and next
Tomcat run fails on JVM_Bind.
Comment 1 Sherold Dev 2005-09-09 14:14:17 UTC
this issue seems to be windows specific
Comment 2 Sherold Dev 2005-10-04 10:05:34 UTC
This isssue is caused by a JDK bug: Process.destroy does not kill multiple child
processes (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4770092).
Currently the only way to fix this is to disable the terminate function when
running on Windows.

F.

Checking in src/org/netbeans/modules/tomcat5/nodes/TomcatInstanceNode.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/nodes/TomcatInstanceNode.java,v
 <--  TomcatInstanceNode.java
new revision: 1.49; previous revision: 1.48
done
Comment 3 zikmund 2005-11-18 09:17:29 UTC
Verified in 200511171900.

BTW: It is not disabled, but removed from menu on Windows. Is it intentional?
Comment 4 Sherold Dev 2005-11-18 09:42:31 UTC
Yes, it is intentional.