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 59094 - NB doesn't check that server is running in debug mode
Summary: NB doesn't check that server is running in debug mode
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ ludo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-20 09:30 UTC by Petr Blaha
Modified: 2007-01-24 11:44 UTC (History)
1 user (show)

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 Petr Blaha 2005-05-20 09:30:18 UTC
[netbeans41 FCS]
Steps:
1) register remote Sun App server
2) start remote App server in debug mode
2) create EJB module and click 'Debug Main Project'
ERROR: user gets this error message 
debug:
Starting of this deployment manager horvath-ws is not supported
Failed to start server horvath-ws
Deployment error: Failed to start server horvath-ws.  See the server log file
for details.

However, App server is running in debug mode.
Comment 1 Jaroslav Pospisil 2006-03-13 13:49:35 UTC
TM 5.0->TBD
Comment 2 Max Sauer 2006-04-19 09:57:46 UTC
This is really annoying one. Happens also with WebApplication project type.
Still valid inside nb 5.5dev 200604190200 && glassfish RC.
Comment 3 _ ludo 2006-07-26 19:44:59 UTC
What we could do is for remote server, always assume the server is in debug mode.
This way, it is the responsability of the user to start the server in debug mode
and Nb will try to connect to it.
If the server is not in debug mode, a Nb error message regarding a bad dbg
connexion will be shown.
Comment 4 Petr Blaha 2006-07-27 08:10:07 UTC
Yes, assume that server should be started in debugg mode by user is sufficient
for remote servers.
Comment 5 _ ludo 2006-09-11 04:50:56 UTC
Fixed with 79941 in this commong chech in:
Checking in appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/StartSunServer.java;
/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/StartSunServer.java,v
 <--  StartSunServer.java
new revision: 1.4.4.6.2.19; previous revision: 1.4.4.6.2.18

Small side effect is the node shows the dot glyph showing the debug state
Comment 6 _ ludo 2006-09-11 04:51:11 UTC
f
Comment 7 Petr Blaha 2007-01-24 11:44:02 UTC
build 200070118