02-Aug-2020 22:45:14.190 SEVERE [main] org.apache.catalina.core.StandardServer.await Failed to create server shutdown socket on address [localhost] and port [8005] (base port [8005] and offset [0])
java.net.BindException: Address already in use: JVM_Bind
This means that the port 8005 is already busy.
Could you please try re-installing the service. Follow the below steps to do this:
For stopping tomcat services please follow below steps:
These are some commands and instructions for reference:
1.Get the PID from this cmd: Netstat –ano | findstr “port_no”
· >sc queryex "service_name"
Reference:
https://community.automationedge.com/t/failed-to-start-tomcat-service/1862