Replies: 3 comments
-
dubbo 3.2.0启动服务端和消费端均不报错,但是消费端去调用服务端的时候报错:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
请问您解决了么,我也遇到了这个问题 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
dubbo 版本: 3.1.6
机器: windows 11
服务端启动并完成注册到nacos.
jdk version: 1.8
协议: GRPC
问题复现:
使用dubbo 3.1.6, grpc 1.54.1,protobuf version 3.21.7,启动服务端成功之后,启动consumer报错:
Failed to check the status of the service com.bh.dubbo.model.DubboDemoServiceGrpc___IDemoService. No provider available for the service com.bh.dubbo.model.DubboDemoServiceGrpc___IDemoService from the url consumer://192.168.2.121/com.bh.dubbo.model.DubboDemoServiceGrpc___IDemoService?application=dubbo-admin&background=false&dubbo=2.0.2&generic=true&interface=com.bh.dubbo.model.DubboDemoServiceGrpc___IDemoService&logger=slf4j&pid=26004&qos.port=32222®ister.ip=192.168.2.121&release=3.1.6&side=consumer&sticky=false×tamp=1691290215726&unloadClusterRelated=false to the consumer 192.168.2.121 use dubbo version 3.1.6
Beta Was this translation helpful? Give feedback.
All reactions