728x90
반응형
이클립스 서버 충돌
Several ports (8005, 80) required by Tomcat v9.0 Server at localhost 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).
당황하지 말고 포트 끊으러 가보자
1. 명령 프롬프트 열기 (cmd)
netstat -a -n -o -p tcp
오류난 로컬 주소 확인해서 pid 값을 확인하자
2. 포트 죽여!
taskkill /f /pid 17688
그럼 해결!
-끝-
반응형
'Java' 카테고리의 다른 글
[Java] No ManagedConnections available within configured blocking timeout 10000ms (0) | 2022.10.25 |
---|---|
[Spring] 사용자의 권한을 확인하는 Interceptor (0) | 2022.09.02 |
[JAVA]risk.json.JSONException: JSONObject[""] not found 처리 오류 (0) | 2022.04.30 |
[JAVA]com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: (0) | 2022.04.29 |
[JAVA] Data truncation: Truncated incorrect DOUBLE value: '-' (0) | 2022.04.28 |
댓글