Web server failed to start. Port 8080 was already in use.

Feb 06, 2024
Web server failed to start. Port 8080 was already in use.

notion image
 

1. window powershell

  • 8080포트 사용 확인
Get-Process -Id (Get-NetTCPConnection -LocalPort 8080).OwningProcess
 
  • 해당 프로세스 종료하기
Stop-Process -Id 10640
notion image
 
오류 해결!
 
Share article
RSSPowered by inblog