开发者社区 问答 正文

Seata 使用默认的注册中心multicast,启动报错

Exception in thread "main" org.apache.dubbo.rpc.RpcException: Failed to invoke the method deduct in the service com.alibaba.fescar.tm.dubbo.StorageService. No provider available for the service com.alibaba.fescar.tm.dubbo.StorageService from registry 224.5.6.7:1234 on the consumer 192.168.109.1 using the dubbo version 2.7.0. Please check if the providers have been started and registered.

展开
收起
一人吃饱,全家不饿 2021-02-01 23:34:42 917 分享 版权
来自: 阿里开源
1 条回答
写回答
取消 提交回答
  • 用zk 做为dubbo register,注释掉multicast,将下面的放开

    
     <dubbo:registry address="zookeeper://localhost:2181"/>
    
    2021-02-01 23:34:48
    赞同 展开评论