ranLee1 commented on issue #12253:
URL: https://github.com/apache/dubbo/issues/12253#issuecomment-1857913472
已解决偶尔出现标题中问题!存在该报错可能是当前dubbo注册的服务存在其他非dubbo服务注册,请检查nacos中dubbo配置的注册中心命名空间是否存在其他非dubbo服务注册,如果有请在nacos中尝试新建一个`namespace`,然后将新的`namespace`和`group`配置到项目dubbo配置中。修改后配置参考:
```yaml
# dubbo3.2.8
dubbo:
application:
qos-enable: false
registry:
address: nacos://localhost:8848
parameters:
# 修改
namespace: 31d95bdd-8af7-40fd-80f0-651f233f08de
# 修改
group: dubbo
protocol:
name: dubbo
port: 28802
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]