728x90
Several ports (8005, 8009) required by (서버명) are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s). |
=> was 재시작을 위한 포트가 이미 사용중인 경우이다. 포트를 사용하고 있는 pid를 확인하여 강제 종료해야한다.
//포트 사용중인 서비스 확인
netstat -a -n -o -p tcp
//해당 pid 서비스종료
taskkill /f /pid 4444
Reference
http://myblog.opendocs.co.kr/archives/1702
728x90