You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/11/16 22:37:56 UTC

BugRat Report #399 has been filed.

Bug report #399 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/399>

REPORT #399 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: critical
Confidence: public
Environment: 
   Release: 3.1
   JVM Release: 1.3
   Operating System: NT 4
   OS Release: SP6a
   Platform: Windows

Synopsis: 
Unable to restart Tomcat after shutdown.

Description:
I get this error when I shutdown and restart Tomcat(standalone).
I have configured tomcat to run on port 80.
When I run netstat to see the activity,after shutdown, it says listening on port 80.
I double click the 'bat' files to both start and shut tomcat.

This is the error, when I try to restart tomcat after a shutdown:

FATAL:java.net.BindException: Address in use: bind
java.net.BindException: Address in use: bind
        at java.net.PlainSocketImpl.socketBind(Native Method)
        at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:390)
        at java.net.ServerSocket.<init>(ServerSocket.java:173)
        at java.net.ServerSocket.<init>(ServerSocket.java:124)
        at org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(Default
ServerSocketFactory.java:97)
        at org.apache.tomcat.service.SimpleTcpEndpoint.startEndpoint(SimpleTcpEn
dpoint.java:186)
        at org.apache.tomcat.service.SimpleTcpConnector.start(SimpleTcpConnector
.java:142)
        at org.apache.tomcat.core.ContextManager.start(ContextManager.java, Comp
iled Code)
        at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:157)
        at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:163)