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 4934 - Exception on statring HttpServer when port is used.
Summary: Exception on statring HttpServer when port is used.
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Internal Server (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: pzajac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-12-10 18:14 UTC by pzajac
Modified: 2002-07-19 15:19 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 pzajac 1999-12-10 18:14:18 UTC
Stack trace,
Build 444.

java.lang.reflect.InvocationTargetException: com.sun.web.server.HttpServerExcept
ion: Can not start endpoint on null:8082 due to exception java.net.BindException
: Address in use: JVM_Bind
        at com.sun.web.server.EndpointManager.getEndpoint(EndpointManager.java:145)
        at com.sun.web.server.EndpointManager.startServer(EndpointManager.java:63)

        at java.lang.reflect.Method.invoke(Native Method)
        at com.netbeans.developer.modules.httpserver.HttpServerModule$NbHttpServer.start
 (HttpServerModule.java:232)
        at com.netbeans.developer.modules.httpserver.HttpServerModule$1.run
(HttpServerModule.java:103)
Internal HTTP server running on port 8082
Comment 1 Marek Grummich 2000-07-25 09:44:59 UTC
Priority is changed to P4 (normal).