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 130203 - HttpServer port conflicts...
Summary: HttpServer port conflicts...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Internal Server (show other bugs)
Version: 6.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-14 22:17 UTC by _ pcw
Modified: 2009-08-28 10:18 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 _ pcw 2008-03-14 22:17:17 UTC
Imagine you are running two IDE's, each GlassFish entry to same V2 server (therefore same HTTP monitor port and
configuration).

Start V2 in IDE #1 - HTTP monitor server inside IDE #1 starts up.  Now stop V2 in this IDE.  Start V2 in the IDE #2 --
HTTP monitor in IDE #2 tries to start up, but fails with a port binding exception because 8083 is in use (by http
monitor in IDE #1, even though V2 in that IDE has been stopped).

Shut down IDE #1 -- Restart V2 from within IDE #2 - HTTP Monitor in IDE #2 stays silent -- probably because once it
fails to start, no retries are ever made.

Resolving this requires shutting down both IDEs and restarting everything again.

I think we can do much better than this for user experience.  At least a shutdown of IDE #1 and then a restart of V2
should have caused IDE #2's monitor to work properly.
Comment 1 Petr Jiricka 2008-03-18 13:56:11 UTC
Accepted, valid bug. No time to fix for 6.1 - setting TM to future.
Comment 2 Petr Jiricka 2009-08-28 10:18:19 UTC
No other reports about this issue, so it does not seem to be a big problem. Downgrading to P4.