1. 程式人生 > >zookeeper常見錯誤

zookeeper常見錯誤

update face vid except consumer 有一個 ali 宋體 找不到

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常見錯誤