https://bz.apache.org/bugzilla/show_bug.cgi?id=62798
Bug ID: 62798
Summary: Apache failed to initialize connector
Product: Tomcat 8
Version: 8.5.31
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ----
Created attachment 36188
--> https://bz.apache.org/bugzilla/attachment.cgi?id=36188&action=edit
Catalina log
Hello,
On a test bench, I perform Windows restart tests to test one of our C#
applications.
Sometimes my Tomcat server can not initialize because the 8080 or 8009 port
would already be used.
I changed the default port 8080 by 9999 and I had the same error after several
reboots.
I check with the NETSTAT -atonb -p TCP command and I have Tomcat that is
listening to port 8080 (or 9999) and port 8009
In the log the problem occurred on:
- 02-Oct-2018 03: 16: 41.364 (port 8080 and 8009)
NETSTAT Result:
TCP 0.0.0.0:8009 0.0.0.0:0 LISTENING 2640
[Tomcat8.exe]
TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 2640
[Tomcat8.exe]
- 02-Oct-2018 10: 27: 16.722 (port 8080)
NETSTAT Result:
TCP 0.0.0.0:8009 0.0.0.0:0 LISTENING 2828
[Tomcat8.exe]
TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 2828
[Tomcat8.exe]
- 02-Oct-2018 12: 20: 38.289 (port 9999)
NETSTAT Result:
TCP 0.0.0.0:8009 0.0.0.0:0 LISTENING 2780
[Tomcat8.exe]
TCP 0.0.0.0:9999 0.0.0.0:0 LISTENING 2780
[Tomcat8.exe]
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]