This problem indicates that a port occupies the current port. For example, if you want to start tomact, but a tomact service has been started, an error will be reported
Shows the details of 8068 port occupation
netstat -ano | findstr "8080"
Query which application occupies the port (according to PID)
tasklist | findstr "20344"
Force kill specified port (according to PID)
taskkill /pid 13800 -t -f
You can also close the process according to the program name
taskkill /f /t /im java.exe
Read More:
- The Tomcat connector configured to listen on port 8080 failed to start. The port may already be in u
- The Tomcat connector configured to listen on port 7014 failed to start
- Through PID (process identification) to find the port (port) occupied applications, to solve the problem of port occupied
- How to solve the problem of “unable to open / dev / vmmon: broken pipeline” when running VMware virtual machine?
- Port 4200 is already in use.Use ‘-port’ to specify a different port error Reasons
- Error running ‘Tomcat 9‘: Address localhost:1099 is already in use
- Code blocks debugger debugger setup problem
- Solution to can’t bind to local 8600 for debugger
- Port out of range: – 1 for Tomcat startup in idea
- View port and resolve port conflict in Windows
- Idea community version starts Tomcat to report error running ‘XXXXXX’: java.lang.NullPointerException
- License Error: “Failed to Open the TCP Port Number in the License” Ultimate Solution
- When docker starts tomcat, the access port of the container displays 404, and the source server fails to find the representation of the target resource or is unwilling to disclose an existing one
- Kill the specified port CMD command line taskkill in window
- Tomcat was unable to load Maven’s jar package
- Error in header file when calling OpenGL to open obj file in vs2013: unable to open include file: “GL / glut. H”: no such file or directories
- HTTP status 500 – internal server error (resolved) for Tomcat running project
- : – 1: error: lnk1168: unable to open xxx.exe for writing
- Unable to initialize GTK: could not open display
- E / Art: failed sending reply to debugger: a solution to broken pipe