[Error] Port 80 required by Tomcat v9.0 Server at localhost is 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

2024. 1. 17. 23:01·Error

 

✅ 상황
→ 서버 실행시 발생


✅ 오류
→ Port 80 required by Tomcat v9.0 Server at localhost is 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).

✅ 문제원인

→ 80 포트 번호가 이미 사용 중


✅ 해결방법
→ 포트 죽이기

터미널 열기

lsof -i :80 치면

COMMAND    PID  USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME  뜨는데

 

kill -9 PID뜬번호 입력

 

서버 재실행

 

'Error' 카테고리의 다른 글

[Error] localhost에서 리디렉션한 횟수가 너무 많습니다.  (0) 2024.04.12
[Error] java.lang.NoClassDefFoundError: javax/servlet/SessionCookieConfig  (0) 2024.01.20
[Error] java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: 구성요소 [StandardEngine[Catalina].StandardHost[localhost].StandardContext[]]을(를) 시작하지 못했습니다.  (0) 2024.01.17
[Error] org.springframework.beans.factory.BeanCreationException  (0) 2024.01.15
[Error] org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping 부적합한 열 유형: 1111  (0) 2024.01.11
'Error' 카테고리의 다른 글
  • [Error] localhost에서 리디렉션한 횟수가 너무 많습니다.
  • [Error] java.lang.NoClassDefFoundError: javax/servlet/SessionCookieConfig
  • [Error] java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: 구성요소 [StandardEngine[Catalina].StandardHost[localhost].StandardContext[]]을(를) 시작하지 못했습니다.
  • [Error] org.springframework.beans.factory.BeanCreationException
Naah
Naah
  • Naah
    blueprint
    Naah
  • 전체
    오늘
    어제
    • 분류 전체보기 (106)
      • Java (28)
      • Kotlin (0)
      • TypeScript (7)
      • React (22)
      • Next.js (1)
      • Spring (22)
      • JPA (12)
      • Spring Data JPA (6)
      • Querydsl (1)
      • Error (7)
  • 블로그 메뉴

    • 홈
    • 태그
    • 방명록
    • 글쓰기
    • manage
  • 링크

  • 공지사항

  • 인기 글

  • 태그

  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.3
Naah
[Error] Port 80 required by Tomcat v9.0 Server at localhost is 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
상단으로

티스토리툴바