Dubbo Debug大全
com.alibaba.dubbo.rpc.RpcException: No provider available from registry 120.25.85.89:2181 for service com.itheima.service.CheckItemService on consumer 192.168.60.1
use dubbo version 2.6.0, may be providers disabled or not registered ?
如果死活都No provider,检查是不是@service注解,或者没配置web.xml哈哈
ZooKeeper-3.6.3启动错误:ZooKeeper audit is disabled
zkServer.cmd
添加"-Dzookeeper.audit.enable=true"
[DUBBO] Failed to save registry store file, cause: Invalid file path, dubbo version: 2.6.0, current host: 10.30.110.250
java.io.IOException: Invalid file path 疯狂刷屏
<!--指定服务注册中心地址 指定file属性-->
<dubbo:registry address="zookeeper://localhost:2181" file="${catalina.home}/dubbo-registry/dubbo-registry.properties"/>