SpringCloud
SpringCloud copied to clipboard
启动authentication-server时,首次访问organization报超时
BUG描述
启动authentication-server时,首次访问organization报超时,导致启动失败
Caused by: feign.RetryableException: Read timed out executing GET http://organization/resource/all
清晰的BUG描述,有助于判断问题,请按如下步骤
1.说明操作的背景,使用了哪个模块什么功能?
使用了authentication-server和organization
2.怎么输入或操作的得到了什么结果?
先启动organization,再启动authentication-server,organization的接口未被访问过,第一次访问时会超时,导致服务调用端报异常
3.预期结果与实际有什么差异?
希望不要报错,正常启动
截图
环境
操作系统、组件版本、数据库等
请问这个问题解决了吗
遇到同样问题 在启动authentication-serve时访问http://organization/resource/all超时后导致启动失败