JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

java.lang.IllegalStateException: Failed to check the status of the service 的解决办法

发布时间 2023-05-09 11:36:46作者: 大稳·杨

参考资料

  java.lang.IllegalStateException: Failed to check the status of the service 的解决办法_Hello_World_QWP的博客-CSDN博客

环境条件

  spring cloud,注册中心用的是zookeeper;

报错原因

    @Reference
    private XXXService xxxService;

解决方法

    @Reference(check = false, retries = 0)
    private XXXService xxxService;

 

    本栏目推荐文章
  • AtCoder World Tour 2022 B The Greatest Two
  • shared_ptr 循环引用以及解决办法
  • Introducing the incident management
  • net6 net8 发布失败的几个bug应急办法
  • 安装npm install报错npm ERR! code ETIMEDOUT npm ERR! errno ETIMEDOUT npm ERR! network request to https://registry.npmjs.org/webpack-subresource-integrity failed, reason
  • A connection was successfully established with the server but then an error
  • An improved LSTM-based model for identifying high working intensity load segments of the tractor load spectrum
  • Python中出现"No module named 'requests'"的图文解决办法
  • web项目启动时dubbo报错: No provider available for the service com.davidhu.shopguide.api.service.UserEventService from the url zookeeper ://localhost:2181/org.apache.du
  • 安装了open-vm-tools,还是没有办法拖文件到虚拟机或者将虚拟机的文件拖出来。
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们