com.alibaba.dubbo.rpc.RpcException: No provider available from registry 127.0.0.1:2181 for service com.qingcheng.service.order.CartService on consumer 192.168.174.1 use dubbo version 2.6.0, may be providers disabled or not registered ?
Either the local corresponding Dubbo service is not started, or when the controller layer introduces the remote service layer, the @service annotation of the impl implementation class of the service layer is written incorrectly or not (the correct annotation is:
com.alibaba.dubbo.config.annotation.Service;
The corresponding Dubbo service is not started
Or in the controller layer, when the remote service is introduced, the impl does not add the @service annotation of Dubbo
Similar Posts:
- [Solved] Dubbo Error: No provider available for the service xxx from registry localhost:9090
- cause: Fail to decode request due to: RpcInvocation [How to Solve]
- [Solved] Dubbo uses filter error: No such extension consumerStaticFilter for filter/com.alibaba.dubbo.rpc.Filter
- Solution to the problem of consider defining a bean of type ‘xxx’ in your configuration in spring boot auto injection
- How to Solve Spring Bean Same Name Conflict
- Dubbo startup error failed to bind nettyserver on
- Error: no bean named xxxxx available [How to Solve]
- [Solved] org.springframework.web.servlet.PageNotFound noHandlerFound Warning: No mapping found for HTTP request w
- [Solved] The cause of the wrong prompt instruction [ng: areq] in angular
- [Solved] Import AOP Error: error at ::0 formal unbound in pointcut