Error: error running tomcat8: address localhost: 8080 is already in use
Solution:
① cmd –> Execute command: netstat – ANO
Find the number 5744 after the pin occupying 0.0.0.0:8080
② Execute command: tasklist
Find the corresponding number xxx.exe
③ Terminate the process tomcat8.exe
taskkill /f /t /im Tomcat8.exe
Read More:
- [Solved] Error running tomcat8: Address localhost:80 is already in use
- Port occupancy error address already in use: bind [Solved]
- [Solved] Error: listen EADDRINUSE: address already in use 127.0.0.1:80
- How to Sove Error: listen EADDRINUSE: address already in use 127.0.0.1:8888
- It can be opened with localhost, but not with IP address. The request host name is invalid
- Tomcat: “localhost:8080” Error 401: Unauthorized
- Kill Tomcat process in windows and Linux environment (solve the problem of other ports being occupied)
- Rabbitmq failed to stop normally: ERROR: node with name “rabbit” already running on “localhost”
- [Solved] – npm run dev Error: listen EADDRINUSE: address already in use :::8000(or 8080 etc.)
- error: could not install *smartsocket* listener: Address already in use PM8:49 ADB server didn’t AC…
- Jmeter Error java.net.BindException: Address already in use: connect
- FTP 500 Illegal PORT command. ftp: bind: Address already in use [How to Solve]
- [Solved] Disconnected from the target VM, address : ‘127.0.0.1:6847’ , transport : ‘socket’
- Running the test front-end project, Google browser accesses localhost with err_SSL_PROTOCOL_ERROR
- IDEA Start Tomcat Error: Error running ‘start Tomcat‘: Can‘t find catalina.jar
- [Solved] Message from debugger: debug-server is x86_64 binary running in translation, attached failed.
- Eclipse Tomcat Error creating bean with name ‘sqlSessionFactory’ defined in URL…
- mmdetection Error when running voc.py: KeyError: ‘NumClassCheckHook is already registered in hook‘
- Redis Exception | DENIED Redis is running in protected mode because protected mode is enabled
- K8s cluster initialization error: Port 6443 is in use [Solved]