robin977
robin977
[25/09/20 09:22:36:023 CST] main ERROR client.ServiceDiscoveryRegistry: [DUBBO] Failed to get the exported URLs from the target service instance[DefaultServiceInstance{id='127.0.0.1#20885#DEFAULT#DEFAULT_GROUP@@demo-provider', serviceName='DEFAULT_GROUP@@demo-provider', host='127.0.0.1', port=20885, enabled=true, healthy=true, metadata={dubbo.metadata-service.url-params={"dubbo":{"version":"1.0.0","dubbo":"2.0.2","release":"2.7.7","port":"20880"}}, dubbo.subscribed-services.revision=N/A, dubbo.endpoints=[{"port":20885,"protocol":"dubbo"}], dubbo.metadata.storage-type=local, dubbo.exported-services.revision=-8573446376848117135}}], dubbo version:...
问题: dubb2.6.12消费不到dubbo2.7.18的提供的服务 Failed to check the status of the service com.aaa.bbb.boot.api.service.IUserQueryService. No provider available for the service 1,新项目采用dubbo2.7.18,作为提供者,注册中心采用nacos2.0.3 采用xml配置 注册时,服务名如下  注册中心内容如下:  2,消费端采用dubbo2.6.12,注册中心为nacos2.0.3 服务订阅时如下:服务名称没有":"  ,获取不到实例,如果加上":"  是可以获取实例的 建议在做服务暴露时,如果没有对应的参数,不要添加":"...
Injection of @NacosInjected dependencies is failed  org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'aotController': Injection of @NacosInjected dependencies is failed at com.alibaba.nacos.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor.postProcessProperties(AbstractAnnotationBeanPostProcessor.java:182) ~[nacos-aot-sample:na] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1416) ~[nacos-aot-sample:6.0.8] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:597) ~[nacos-aot-sample:6.0.8] at...