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 195554 - Adding Second Server Instance (with different domain) impossible
Summary: Adding Second Server Instance (with different domain) impossible
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P2 normal with 1 vote (vote)
Assignee: Vince Kraemer
URL:
Keywords:
: 204727 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-02-16 12:30 UTC by myfear
Modified: 2011-12-05 14:37 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Dialog Screenshot (17.41 KB, image/png)
2011-02-16 12:30 UTC, myfear
Details

Note You need to log in before you can comment on or make changes to this bug.
Description myfear 2011-02-16 12:30:35 UTC
Created attachment 106061 [details]
Dialog Screenshot

Product Version: NetBeans IDE 7.0 Beta (Build 201011152355)
Java: 1.6.0_21; Java HotSpot(TM) Client VM 17.0-b17
System: Windows XP version 5.1 running on x86; Cp1252; de_DE (nb)

observed behavior:
After having created a new GlassFish 3.1 server in the Services Tab, I was trying to add another Server of the same type with a different domain. Whatever registered local domain I select from the dropdown leads to a red warning icon:
"Domain XXX is already registered for this installation."

expected behavior:
It should be possible to have a server instance per domain.

steps to reproduce:
- Start IDE
- Switch to Services Tab
- Right Click Servers
- Add Server ...
- Select Server: GlassFish 3.1 > next
- Browse Install location (in my case: C:\glassfish3.1) > next
- Select any of the domains listed in the dropdownbox and see the warning message appear.
Comment 1 Vince Kraemer 2011-02-17 20:06:58 UTC
if the local domains in the same installation do not use the port 4848 as their admin port, you should be able to register them.

You can have multiple server instances that that share the port 4848 registered in NetBeans IF they are not associated with the same installation.

This will get addressed in the 'next' release... not 7.0
Comment 2 Vince Kraemer 2011-11-07 06:02:06 UTC
*** Bug 204727 has been marked as a duplicate of this bug. ***
Comment 3 Vince Kraemer 2011-11-07 06:02:56 UTC
raise priority
Comment 4 Petr Jiricka 2011-11-08 09:18:27 UTC
I think we can consider this evaluated - changing TM to 7.1.
Comment 5 Quality Engineering 2011-11-08 15:40:44 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/7e255d2ada7e
User: vince kraemer <vkraemer@netbeans.org>
Log: #195554 : allow domains from the same install that have overlapping ports to be registered at the same time...
Comment 6 Vince Kraemer 2011-11-08 18:07:46 UTC
in the dev build...