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 49974 - Run in debugger on j2ee artifacts fails if server is "stopped"
Summary: Run in debugger on j2ee artifacts fails if server is "stopped"
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-06 01:13 UTC by Vince Kraemer
Modified: 2006-03-24 10:05 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 Vince Kraemer 2004-10-06 01:13:39 UTC
Run in debugger attempts to stop the server (I
assume to make sure it is started in debug mode).

If the server is not running, this operation
fails. The deployment operation fails.

This happens for web applications and enterprise
applications, when the "target" is sjsas 8.1 pe beta
Comment 1 Nam Nguyen 2004-10-06 01:40:29 UTC
This is another effect of "over-optimizing".  Fix implemented, pending
review for j2ee EA1 branch.  Will also fix in trunk.
Comment 2 Nam Nguyen 2004-10-07 00:27:48 UTC
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ServerInstance.java,v
 <--  ServerInstance.java
new revision: 1.32.2.2; previous revision: 1.32.2.1
Comment 3 Vince Kraemer 2005-05-06 23:12:40 UTC
v