You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "lxf-NewBanker (GitHub)" <gi...@apache.org> on 2019/09/18 10:58:55 UTC

[GitHub] [dubbo] lxf-NewBanker commented on issue #1070: com.alibaba.dubbo.rpc.RpcException: Forbid consumer 169.254.226.207 access service com.base.service.AppService from registry localhost:2181 use dubbo version 2.5.3, Please check registry access list (whitelist/blacklist).

@jkxqj 
https://github.com/apache/dubbo/issues/684    中,[david1228用户](https://github.com/david1228) 评论说:

> 我的本地环境中也遇到类似的问题,
报错信息:
Forbid consumer 10.58.95.10 access service com.xxx.mms.api.service.IAlbumService from registry 36.110.219.106:2181 use dubbo version 2.5.3, Please check registry access list (whitelist/blacklist).
当provider启动后,在zk中的providers节点下面能够看到注册信息,当消费端consumer启动后,zk中providers下注册信息丢失了,而consumers节点中有2份注册信息。
这个问题是因为IDEA中使用同一个Tomcat启动provider和consumer服务就会出现上述异常,使用两个tomcat分别启动provider和consumer就没问题,或者都用jetty插件方式启动也没问题。

[ Full content available at: https://github.com/apache/dubbo/issues/1070 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org