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)Title: BugRat Report # 399
BugRat Report # 399
Project: Tomcat | Release: 3.1 |
Category: Bug Report | SubCategory: New Bug Report |
Class: swbug | State: received |
Priority: high | Severity: critical |
Confidence:
public
|
Submitter:
Imran Ahmed ( [EMAIL PROTECTED] )
Date Submitted:
Nov 16 2000, 03:37:56 CST
Responsible:
Z_Tomcat Alias ( [EMAIL PROTECTED] )
- Synopsis:
- Unable to restart Tomcat after shutdown.
- Environment: (jvm, os, osrel, platform)
- 1.3, NT 4, SP6a, Windows
- Additional Environment Description:
- 1. Somehow the shutdown is not closing the socket. 2. When I run apache immidietly after tomcat fails,also configured on port 80, apache works fine.
- Report 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.
(ServerSocket.java:173) at java.net.ServerSocket. (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)
- Workaround:
- null