Dubbo调用报错:forbid consumer

背景

现场测试反馈调用接口报错,报错信息如下:

com.alibaba.dubbo.rpc.RpcException: Forbid consumer 12.123.5.84 access service com.iflytek. aitrs.platfom. api.ProcessExamineResultService from registry 12. 123.5.84: 2281 use dubbo version 2.8.3, Please check registry access list (whitelist/blacklist).
at com.alibaba.dubbo. registry.integration.RegistryDirectory.doList(RegistryDirectory. java:579)
at com.alibaba.dubbo. rpc.cluster.support.AbstractClusterInvoker.list(AbstractClusterInvoker.java:260) 
at com.aLibaba.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractclusterInvoker. java:219)
at com.aLibaba.dubbo.rpc.cLuster-support.wrapper.MockClusterInvoker.invoke(MockclusterInvoker. java: 72)
at com.aLibaba.dubbo.rpc-proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler. java: 52) 

解决

在网上搜索,在官方GitHub上找到了解决方法,有没有人遇到消费者调用dubbo服务 Forbid 问题,如下所示:

image

image

然后在自己服务的providerconsumer中指定了groupversion
image

image

添加过后,重启服务,没再出现过问题。

Reference

有没有人遇到消费者调用dubbo服务 Forbid 问题

Dubbo报错RpcException: Forbid consumer access service from registry use dubbo version , Please check registry access list (whitelist/blacklist).) - 乐之者v - 博客园

记一次dubbo forbid consumer 解决过程

Dobbo问题及解决方案:forbid-consumer - 月眸 - 博客园

posted @ 2024-10-08 15:25  Reecelin  阅读(8)  评论(0编辑  收藏  举报