AWS
AWS_Ec2_Linux_ 포트 에러
JUNGKEUNG
2021. 5. 27. 10:49
반응형
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2021-05-27 01:21:55.732 ERROR 30787 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
Web server failed to start. Port 8080 was already in use.
Action:
Identify and stop the process that's listening on port 8080 or configure this application to listen on another port.
위와 같은 에러는 8080이라는 포터가 이미 실행중이라고 뜨는것이다
그럼 8080포트을 닫아주고 다시 실행해주면된다
8080검색
$ sudo netstat -tnlp
$ sudo su (권리자 권환)
kill -15프로세스번호