-
Notifications
You must be signed in to change notification settings - Fork 26.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dubbo nacos version question #3880
Comments
Dubbo support Nacos from 2.7.0 and 2.6.6. Could you please provide steps to reproduce this issue? |
当前项目运行版本是 com.alibaba.dubbo 2.6.6 + dubbo-registry-nacos 0.0.1 1.把nacos版本换成0.0.2后 dubbo 版本换成2.7.0还是一样 |
dubbo 2.7.1 |
nacos server 版本是多少?1.0.0.版本以下会有这个问题的 |
|
调试一下:应该是在调用NamingProxy里的callServer方法 里报错的。 |
url: service not found |
dubbo 2.6.5 + nacos0.0.2 报错
Exception in thread "main" java.lang.IllegalStateException: Failed to load extension class(interface: interface com.alibaba.dubbo.registry.RegistryFactory, class line: com.alibaba.dubbo.registry.nacos.NacosRegistryFactory)
目录结构还是有问题
换成最新的2.7.1版本
无法注册成功
java.lang.IllegalStateException: failed to req API:/nacos/v1/ns/instance after all servers([127.0.0.1:8848]) tried: failed to req API:http://127.0.0.1:8848/nacos/v1/ns/instance. code:400 msg: dom not found: DEFAULT_GROUP@@providers:com.orange.service.DemoService
The text was updated successfully, but these errors were encountered: