keijack / python-eureka-client

A eureka client written in python. Support registering your python component to Eureka Server, as well as calling remote services by pulling the the Eureka registry.
MIT License
184 stars 43 forks source link

[EurekaClient]-[line:704] -ERROR: error! #21

Closed SimonWang00 closed 4 years ago

SimonWang00 commented 4 years ago

错误日志如下:确认下该报错是不是代表Eureka Client无法connect到Eureka server?

[W 191023 10:46:08 eureka_client:644] Eureka server [http://192.168.5.207:8761/eureka/] is down, use next url to try. [2019-10-23 10:46:08]-[EurekaClient]-[line:704] -ERROR: error! Traceback (most recent call last): File "/application/anaconda3/lib/python3.7/site-packages/py_eureka_client/eureka_client.py", line 718, in send_heart_beat self.try_all_eureka_server(lambda url: send_heart_beat(url, self.__instance["app"], File "/application/anaconda3/lib/python3.7/site-packages/py_eureka_client/eureka_client.py", line 654, in try_all_eureka_server raise http_client.URLError("All eureka servers are down!") urllib.error.URLError: <urlopen error All eureka servers are down!>

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/application/anaconda3/lib/python3.7/site-packages/py_eureka_client/eureka_client.py", line 702, in register self.try_all_eureka_server(lambda url: _register(url, self.instance)) File "/application/anaconda3/lib/python3.7/site-packages/py_eureka_client/eureka_client.py", line 654, in __try_all_eureka_server raise http_client.URLError("All eureka servers are down!") urllib.error.URLError: <urlopen error All eureka servers are down!>

keijack commented 4 years ago

Yes, this error occurs when all the client cannot connect to even a euraka server.

keijack commented 4 years ago

no response for long time.