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 40299 - Unable to Start/Stop a remote Server
Summary: Unable to Start/Stop a remote Server
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-19 19:40 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-02-19 19:40:19 UTC
Build used:
AppServer 8: b55
Netbean 3.6: 02/19/04
Plugin: 02/19/04

STEPS TO REPRODUCE:
1. Install Netbean and plugin on machine 1
2. Install AppServer 8 on machine 2
3. Start the Netbean IDE
4. Expand Runtime > Server Registry nodes
5. Right-click at the Sun Java System .... node
and select Register Application Server... menu
6. From [Choose Application Server] panel, select
Remote Server > Next
7. Enter the appropriate information to add
AppServer 8 on machine 2 (Host, AdminPort, User,
Password & domain) > click Finish
8. Right-click at the recently added server node
and select [Start / Stop Server...] menu
9. Click Start
BUG:
    Remote server doesn't start since the command
is calling to start the localhost server.
Comment 1 Petr Jiricka 2004-02-20 09:13:26 UTC
This sounds like an application server issue. Should not this be filed
against the appserver plugin category? Petr
Comment 2 Nam Nguyen 2004-02-20 19:40:28 UTC
The plugin should return false when j2eeserver call
StartServer.supportsStartDeploymentManager().  User will be notify
that the server is remote and could not be started.  We can improve
the start/stop dialog by disable the start button and show some text
let user know its unstartable due possibly a remote server.  
Comment 3 Nam Nguyen 2004-02-23 00:58:02 UTC
Now when server is remote, start button is disable, message display
server running status and a red text warning about remote server not
startable.