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 41871 - Deploy should check if a remote server running or not
Summary: Deploy should check if a remote server running or not
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-08 22:37 UTC by davisn
Modified: 2006-06-05 00:39 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 davisn 2004-04-08 22:37:47 UTC
When deploy a web module to a "stopped" remote
server, the netbean invokes 2 dialogs: one is
"Deployment Progress Monitor (stop/Close)" and the
other is "Start Server
deployer:Sun:AppServer::provence:4848 (stop/Cancel)"

The Netbean should be able to detect if the remote
server is not running and not deploying the
application. The problem is that in the 2nd dialog
the "Cancel" button is not activated for user to
close the dialog

STEPS TO REPRODUCE:
- Register a not running remote server
- Select to execute the web module
- Observer the behavour
Comment 1 Petr Jiricka 2004-04-09 12:19:49 UTC
Looks like an appserver bug, not affecting NB 3.6. Only affects the
appserver cobundle. Not a showstopper.
Comment 2 Petr Jiricka 2004-08-17 13:28:53 UTC
Actually, I don't quite understand the request - how should the
behavior change? Sounds like an issue with the progress UI in general
- Nam, any ideas?
Comment 3 Nam Nguyen 2004-08-17 17:14:12 UTC
Its a bug if there are 2 dialogs.  J2eeserver need to check for server
StartServer.canStart() before any activities that trigger starting the
server, and when starting local it should use the same progress
dialog.  I will need to verify against recent build and have detailed
evaluation later.
Comment 4 Nam Nguyen 2004-10-29 15:51:05 UTC
ServerInstance.startTarget's checking for remote server isRunning has
been improved as part of a couple of other issues.  Deploy to remote
server running or not works fine now.