반응형
ConfigServletWebServerApplicationContext :
Exception encountered during context initialization - cancelling refresh attempt:
org.springframework.context.ApplicationContextException:
Failed to start bean 'webServerStartStop';
nested exception is org.springframework.boot.web.server.WebServerException:
Unable to start embedded Tomcat server
이런 에러 뜨면서
SocketException: Permission denied
마지막에 이런 소켓 허용이 안되었다고 에러가 발생했다.
찾아보니 docker에서 1024이하 포트는 root 권한으로 실행할 수 만 있었다.
그래서 ecs 포트를 1024 포트 이상으로 할당하니 잘되었다.
ecs socket error
https://ws-pace.tistory.com/115
반응형
'CLOUD > AWS' 카테고리의 다른 글
AWS CloudFront에서 HTTP 및 HTTPS 요청을 처리하는 방법 (0) | 2022.12.07 |
---|---|
AWS opensearch는 public에서 private 변경 가능할까? (0) | 2022.12.05 |
AWS ecs에러:Resourceinitializationerror: failed to validate logger args:.. (0) | 2022.11.22 |
vpc 2개를 vpn과 연결 할때 STS vpn, transit gateway 둘중 어떤 걸 선택해야할까? (0) | 2022.11.22 |
AWS EC2 autoscaling 시작구성과 시작템플릿차이 (0) | 2022.11.03 |
댓글