-
Notifications
You must be signed in to change notification settings - Fork 12
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服务报POLARIS:API_INVALID_ARGUMENT错误码 #63
Comments
服务生产者能在北极星的后台看到,但消费者消费不到,想问下是不是和上面的错误有关呢 消费报错: |
北极星目前没支持 dubbo 消费者上报,另外我看你们用的是 dubbo 的接口级注册发现,元数据中心上报失败应该不影响,第一条报错,可以给一下你的 polaris-server 版本信息吗 |
server版本:1.18.0 |
消费者上报和能不能完成 dubbo 服务调用没有关系,dubbo 服务调用只关心 provider 有没有正常注册 |
错误日志:
2024-04-23 16:35:57.338 [main ] [reqId:] ERROR c.t.p.d.m.report.PolarisMetadataReport | 55 | [DUBBO] Invalid error code: POLARIS:API_INVALID_ARGUMENT, the format of error code is: X-X (where X is a number)., dubbo version: 3.2.0, current host: 169.254.86.123
2024-04-23 16:35:57.339 [main ] [reqId:] ERROR c.t.p.d.m.report.PolarisMetadataReport | ? | [DUBBO] get service_contract fail, dubbo version: 3.2.0, current host: 169.254.86.123, error code: POLARIS:API_INVALID_ARGUMENT. This may be caused by ERR-1001(API_INVALID_ARGUMENT): service can not be blank, go to to find instructions. RequestBaseEntity{timeoutMs=0} BaseEntity{, service='', namespace='g3'}
不是必现问题,有些项目可以正常注册
The text was updated successfully, but these errors were encountered: