使用微服务架构后,不同团队使用同一个eureka和zuul,各团队之间注册到eureka的方式不一样,有的是指明instanceId为机器IP+端口,有的服务是指明instanceId为机器名称+端口,这两种服务互调时就会报错找不到服务Load balancer does not have available server for client。

解决办法:在zuul项目中加入依赖

<dependency>  
    <groupId>org.springframework.cloud</groupId>  
    <artifactId>spring-cloud-starter-eureka</artifactId>  
    <version>1.4.4.RELEASE</version>

服务间调用报错:Load balancer does not have available server for client相关推荐

  1. Spring Cloud Feign启动Load balancer does not have available server for client分析

    项目场景: Spring Cloud Feign 学习过程中遇到Feign访问的时候报错Load balancer does not have available server for client ...

  2. Load balancer does not have available server for client

    最近在研究spring-cloud,研究zuul组件时发生下列错误:  Caused by: com.netflix.client.ClientException: Load balancer doe ...

  3. Load balancer does not have available server for client问题

    Load balancer does not have available server for client问题,是因为消费端没有调用成功服务端.下面四步是必备的,可以检查一番. 1.写nacos发 ...

  4. com.netflix.client.ClientException: Load balancer does not have available server for client: userser

    错误消息: com.netflix.client.ClientException: Load balancer does not have available server for client: u ...

  5. Load balancer does not have available server for client: wr-fac

    Load balancer does not have available server for client: wr-fac 我的是数据库问题,直接访问能正常访问,但是用zuul调用,说我找不到服务 ...

  6. nacos问题: Load balancer does not have available server for client:xxx解决办法

    运行项目nacos项目  A服务通过fegin调用B服务时出现ava.lang.RuntimeException: com.netflix.client.ClientException: Load b ...

  7. 解决com.netflix.client.ClientException: Load balancer does not have available server for client:XXXXX(

    解决com.netflix.client.ClientException: Load balancer does not have available server for client:XXXXX报 ...

  8. Load balancer does not have available server for client: userservice

    Load balancer does not have available server for client: userservice(负载均衡器中没有userservice客户端服务) 注意:us ...

  9. com.netflix.client.ClientException: Load balancer does not have available server for client: applica

    nacos在2.x版本,Naco作为注册中心,Zuul作为网关进行整合 1 问题描述(Forwarding error. Load balancer does not have available s ...

最新文章

  1. win10下安装TensorFlow(CPU only)
  2. 简析Uber的可伸缩监控:uMonitor和Neris
  3. 8、计算机图形学——纹理的相关问题及解决办法
  4. Awk使用案例总结(运维必会)
  5. 不热衷黄金、地产的美国人喜欢投资什么?
  6. OpenGL fragmentlist片段列表的实例
  7. 74. Search a 2D Matrix (Graph; Divide-and-Conquer)
  8. Excel隐藏的数据处理技巧
  9. Visual Studio生成汇编列表文件(listing file)
  10. python的变量对大小写并不敏感_Python编程基础02:Python基本语法
  11. python pywinauto 单击鼠标_Python释放你的双手去成就梦想之自动化控制鼠标键盘
  12. Oracle ORA-01033: ORACLE initialization or shutdown in progress 错误解决办法Windows版(手贱强制重启电脑的后果)...
  13. linux chown 命令
  14. oracle数据库用户状态失效Expired
  15. 蛤蟆 Oracle,19.蛤蟆的Oracle杂记——数据字典dba_views
  16. 2022/06/06 day07:Scanner类、Random类、ArrayList 类
  17. loadrunner在win7破解提示:Cannot save the license information because acceses to the registry is denied的解
  18. SQL server课程设计-景点门票销售管理系统(基于Javagui制作)
  19. 神经网络与深度学习学习笔记(一)——基本概念
  20. Day11(重写,多态,final,抽象类)

热门文章

  1. Java实现银行复利利息计算
  2. vue-grid-layout 的使用
  3. 【农业害虫识别论文一】Crop pest classification based on deep convolutional neural network and transfer learning
  4. 使用notepad++批量在每行首尾添加内容
  5. Android 12 - 跟踪利器 WinScope
  6. 开源智能手机 Librem 5 的通话和短信功能已初步完成
  7. 经典算法:Z算法(z algorithm)
  8. phpword模板替换并导出
  9. 中北大学算法分析与设计实验报告六(最大团问题)
  10. Win7 IIS服务器的搭建