How Do I Release Occupied eSight Ports
Question
The eSight installation or startup cannot continue because some ports are occupied. How do I release these ports?
Answer
- Run the following command on the command terminal to find the process ID (PID) of the occupied port:
netstat -anop|grep :Number of the occupied port
The following information is displayed:
25294 indicates the ID of the process that occupies port 8080.
- Run the following command to release the port:
kill -9 Process ID