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

Summary: Exception on statring HttpServer when port is used.
Product: ide Reporter: pzajac <pzajac>
Component: Internal ServerAssignee: pzajac <pzajac>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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).