[스프링부트] org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat 에러
org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
이런 에러가 갑자기 나는 경우
git clone 받고 application.properties / application.yml 설정을 잊고 안 해줬거나
데이터베이스 연결 문제일 수 있다
그외에는 톰캣 디펜던시를 새로 설치해야 하는 경우도 있는데 원래 잘 되다가 안 되는 경우엔 위에 언급한 것들 때문에 에러가 발생한 것일 수 있으므로 확인해보면 된다
[리액트] CORS 에러 해결하기 (0) | 2023.08.18 |
---|---|
[Git] Gitlab에서 Github으로 저장소 옮기기 미러링하기 (0) | 2023.06.22 |
[MySql 오류] every derived table must have its own alias 에러 원인 / 해결 (0) | 2022.11.21 |
[MySql 오류] can't execute the given command because you have active locked tables or an active transaction (0) | 2022.11.21 |
이클립스 설치 오류 :: PATH 오류 안내창 (0) | 2022.07.17 |