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 43310 - Remote remote server will stop localhost:4848 server
Summary: Remote remote server will stop localhost:4848 server
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-15 01:11 UTC by davisn
Modified: 2004-08-13 12:11 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-05-15 01:11:48 UTC
This problem happens with cobundle release build

STEPS TO REPRODUCE:
1. Install the cobunbdle for AppServer 8.0PE,
Netbean 3.6 IDE and plugin 1.0 versions
2. Install a remote AppServer > start it
3. Start Netbean IDE > start localhost AppServer
4. From the Runtime tab > Server Registry > Sun
Java...> select to add the remote server
NOTE:
   The remote server was added successfully
5. Right-click at the remote server node > select
Remove menu
BUG:
    After the remote server node was removed, the
localhost:4848 server is unexpectedly shutdown
Comment 1 Martin Grebac 2004-07-28 09:23:05 UTC
Problem is that there's no check if there are other instances of
target server and also there's no check if the manager application was
started by the IDE or not. Will look at it.
Comment 2 Martin Grebac 2004-07-28 12:02:53 UTC
Actually looking more deeply to this it seems like an appserver plugin
bug. J2eeserver calls stopdeplomanager only, and there's 1:1 relation
of server:target in PE8.
Comment 3 Martin Grebac 2004-07-28 14:19:32 UTC
I filed issue 6154952 against appserver plugin to bugtraq.