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 62510 - Run/Debug action sequence stalls
Summary: Run/Debug action sequence stalls
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-17 16:32 UTC by Jaroslav Pospisil
Modified: 2005-11-11 10:34 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 Jaroslav Pospisil 2005-08-17 16:32:36 UTC
Build 200508161800

1)Start with new userdir
2)create web application on bundled Tomcat
3)Run it
4)Debug it
5)ERROR
Deployment will proceed,but the process will hang up in running state and remain
running even if IDE is closed.Process can be finished only from Task manager in
Windows.
Comment 1 Sherold Dev 2005-08-26 10:09:56 UTC
-> 4.2

we should check that the Tomcat is really stopped, not just that the http
connecter is down but also the shutdown port
Comment 2 Sherold Dev 2005-08-26 10:11:17 UTC
oops
Comment 3 Jaroslav Pospisil 2005-09-08 15:08:35 UTC
This bug is serious one,because Run/Debug sequence is quite often used and it's
something that should be working for all servers. I consider this as
BETA_STOPPER and increase priority to P1.
Comment 4 Sherold Dev 2005-09-09 13:11:40 UTC
F.

Checking in src/org/netbeans/modules/tomcat5/ide/StartTomcat.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/ide/StartTomcat.java,v 
<--  StartTomcat.java
new revision: 1.73; previous revision: 1.72
done
Comment 5 Jaroslav Pospisil 2005-11-11 10:34:54 UTC
Verified in 20011092030