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 4271

Summary: HTTP server doesn`t work after restart.
Product: ide Reporter: L Martinek <lmartinek>
Component: Internal ServerAssignee: L Martinek <lmartinek>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description L Martinek 1999-10-06 19:11:34 UTC
Set Running property to false and then to true in Project Sttings | HTTP Server.
You will get this and HTTP server doesn`t work from now:

Shutting down Http Server
Taking down endpoint: :8082
Taking down context: default
Context: com.sun.web.core.Context@6e9871af down
Internal HTTP server stopped
java.lang.Exception: Stack trace
        at java.lang.Thread.dumpStack(Thread.java:983)
        at com.netbeans.developer.modules.httpserver.HttpServerModule$1.run(Http
ServerModule.java:125)
Internal HTTP server running on port 8082

[mbalin] 1. Start another instance of IDE; 2. Connect to localhost:8082/repository/, it connects to first running instance. 3. Kill first running instance and browser never connects to second on, alth
ough HTTP server was restarted. On Windows it works in this way, on Linux is HTTP server never accessible.
Comment 1 Marek Grummich 2000-07-25 09:41:59 UTC
Priority is changed to P4 (normal).