-
Notifications
You must be signed in to change notification settings - Fork 2
네트워크 오류 페이지
kimsanghoon1 edited this page May 13, 2021
·
6 revisions
http: error: ConnectionError: HTTPConnectionPool(host='10.100.25.157', port=8080): Max retries exceeded with url: /orders
(Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',))
while doing GET request to URL: http://10.100.25.157:8080/orders
요청하고자 하는 서비스가 http://10.100.25.157 로 서비스가 제대로 실행되었는지 확인이 필요함.
- Pod나 spring-boot로 정상적으로 실행되었는지 확인.
- 1번에서 정상적으로 실행되었다면 서비스가 http://10.100.25.157 로 연결이 되었는지 확인 필요함.