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

Summary: Terminate doesn't work
Product: serverplugins Reporter: zikmund <zikmund>
Component: TomcatAssignee: Sherold Dev <sherold>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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.