zookeeper常见错误

Posted zlw-xf

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了zookeeper常见错误相关的知识,希望对你有一定的参考价值。

1.在注册中心找不到对应的服务

技术分享图片

这种错误是服务层代码没有成功注册到注册中心导致,请检查一下你的服务层代码是否添加了@service注解,并且该注解的包一定是com.alibaba.dubbo.config.annotation包,不是org.springframework.stereotype.Service,这个地方极容易出错.另外还有一个原因就是你的服务层工程由于某些原因没有正常启动,也无法注册到注册中心里.

2.无法连接到注册中心

技术分享图片

请检查IP与端口是否填写正确,检查注册中心是否正常启动

java.lang.IllegalStateException: Failed to check the status of the service com.pinyougou.sellergoods.service.BrandService. No provider available for the service com.pinyougou.sellergoods.service.BrandService from the url zookeeper://192.168.25.129:2181/com.alibaba.dubbo.registry.RegistryService?application=pinyougou-manager-web&dubbo=2.8.4&interface=com.pinyougou.sellergoods.service.BrandService&methods=update,get,delete,selectOptionList,add,getListByPage&pid=3980&revision=0.0.1-SNAPSHOT&side=consumer&timestamp=1501146823396 to the consumer 172.16.17.14 use dubbo version 2.8.4

以上是关于zookeeper常见错误的主要内容,如果未能解决你的问题,请参考以下文章

这8种常见的SQL错误用法,80%的人还在使用

Github常见操作和常见错误!

ZooKeeper - 常见问题

Vue常见错误及解决方法:

MQ之RocketMQ常见错误

ASP.NET常见错误大全