1.
提示超时
提示超时
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Thu Mar 15 07:10:05 CST 2018
There was an unexpected error (type=Internal Server Error, status=500).
TIMEOUT
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Thu Mar 15 07:10:05 CST 2018
There was an unexpected error (type=Internal Server Error, status=500).
TIMEOUT
改
# Increase the Hystrix timeout to 60s (globally)
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 60000
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 60000
参考:
https://stackoverflow.com/questions/35376860/zuul-proxy-not-able-to-route-resulting-in-com-netflix-zuul-exception-zuulexcept
2.
ribbon 无在HOSTS里配
NUMBEROF_RETRIES_NEXTSERVER_EXCEEDED
Caused by: com.netflix.client.ClientException: Number of retries on next server exceeded max 1 retries, while making a call for: ribbon:8011
Caused by: com.sun.jersey.api.client.ClientHandlerException: java.net.UnknownHostException: ribbon
改: 在HOSTS里加入
评论
发表评论