You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/10/26 02:25:21 UTC

[GitHub] [dubbo] AlanNewGxd opened a new issue, #10832: 升级到2.7.18的bug谁遇到过,本地dubbo服务调用异常

AlanNewGxd opened a new issue, #10832:
URL: https://github.com/apache/dubbo/issues/10832

   <!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy -->
   
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: xxx
   * Operating System version: xxx
   * Java version: xxx
   
   ### Steps to reproduce this issue
   
   1. xxx
   2. xxx
   3. xxx
   
   Pls. provide [GitHub address] to reproduce this issue.
   
   ### Expected Behavior
   
   <!-- What do you expect from the above steps?-->
   
   ### Actual Behavior
   
   <!-- What actually happens? -->
   
   If there is an exception, please attach the exception trace:
   
   ```
   Just put your stack trace here!
   ```
   


-- 
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: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ commented on issue #10832: 升级到2.7.18的bug谁遇到过,本地dubbo服务调用异常

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #10832:
URL: https://github.com/apache/dubbo/issues/10832#issuecomment-1294374921

   看一下能不能单独抽出一个 demo 可以复现的


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlanNewGxd commented on issue #10832: 升级到2.7.18的bug谁遇到过,本地dubbo服务调用异常

Posted by GitBox <gi...@apache.org>.
AlanNewGxd commented on issue #10832:
URL: https://github.com/apache/dubbo/issues/10832#issuecomment-1293045627

   > > > 什么异常,怎么触发的,异常内容发下
   > > 
   > > 
   > > No provider available from registry nacos地址:80 for service dubboService on consumer dubbo本地ip use dubbo version 2.7.18, please check status of providers(disabled, not registered or in blacklist)
   > > 本地启动微服务之后,调用一个接口,服务A(dubbo)请求服务B返回上面的异常
   > 
   > 看一下服务端是不是没有注册到注册中心上,客户端拉取的注册中心是不是对的地址,客户端和服务端网络是不是通的
   
   在nacso服务列表里面有注册,客户端是8001的端口,注册中心是8000的端口地址,启动打印看的拉取也是对的,网络应该是通的吧,都是本地启动不同的端口


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] Aresxue commented on issue #10832: 升级到2.7.18的bug谁遇到过,本地dubbo服务调用异常

Posted by GitBox <gi...@apache.org>.
Aresxue commented on issue #10832:
URL: https://github.com/apache/dubbo/issues/10832#issuecomment-1305003790

   是使用泛化调用还是consumer和provider在一个工程里面,我这边遇到过使用泛化调用调用本地的dubbo服务时没有走本地调用,而是走了远程调用,手动设置了scope后问题解决
   ![image](https://user-images.githubusercontent.com/22526463/200214281-c2826c9a-570e-45b0-86a5-68f4e98cbfeb.png)
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] carlos12593 commented on issue #10832: 升级到2.7.18的bug谁遇到过,本地dubbo服务调用异常

Posted by GitBox <gi...@apache.org>.
carlos12593 commented on issue #10832:
URL: https://github.com/apache/dubbo/issues/10832#issuecomment-1298304591

   遇到同样的问题 2.7.15 升级到2.7.18,【No provider available from registry ip:port for service XXservice on consumer ip use dubbo version 2.7.18, please check status of providers(disabled, not registered or in blacklist).】。删除dubbo-metadata-XXX.cache,  dubbo-registry-XXX.cache 文件可正常启动。求解。


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] carlos12593 commented on issue #10832: 升级到2.7.18的bug谁遇到过,本地dubbo服务调用异常

Posted by GitBox <gi...@apache.org>.
carlos12593 commented on issue #10832:
URL: https://github.com/apache/dubbo/issues/10832#issuecomment-1321731949

   > https://dubbo.apache.org/zh/docs3-v2/java-sdk/faq/2/2/
   > 
   > 可能是典型的地址找不到问题,请参照文档排查;包括提供更多排查后的信息和部署情况,以便社区开发者能协助解决。大概率是使用或环境问题
   
   同一套代码、同一配置、升级dubbo 2.7.15 到 2.7.18出现上述问题;
   注册中心:nacos 2.0.4


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlanNewGxd commented on issue #10832: 升级到2.7.18的bug谁遇到过,本地dubbo服务调用异常

Posted by GitBox <gi...@apache.org>.
AlanNewGxd commented on issue #10832:
URL: https://github.com/apache/dubbo/issues/10832#issuecomment-1291432648

   > 什么异常,怎么触发的,异常内容发下
   
   No provider available from registry nacos地址:80 for service dubboService on consumer dubbo本地ip use dubbo version 2.7.18, please check status of providers(disabled, not registered or in blacklist)
   
   本地启动微服务之后,调用一个接口,服务A(dubbo)请求服务B返回上面的异常


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlanNewGxd commented on issue #10832: 升级到2.7.18的bug谁遇到过,本地dubbo服务调用异常

Posted by GitBox <gi...@apache.org>.
AlanNewGxd commented on issue #10832:
URL: https://github.com/apache/dubbo/issues/10832#issuecomment-1293043255

   > 另外是从什么版本升级的
   
   从2.7.8升级到2.7.18


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ commented on issue #10832: 升级到2.7.18的bug谁遇到过,本地dubbo服务调用异常

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #10832:
URL: https://github.com/apache/dubbo/issues/10832#issuecomment-1323230412

   > > https://dubbo.apache.org/zh/docs3-v2/java-sdk/faq/2/2/
   > > 可能是典型的地址找不到问题,请参照文档排查;包括提供更多排查后的信息和部署情况,以便社区开发者能协助解决。大概率是使用或环境问题
   > 
   > 同一套代码、同一配置、升级dubbo 2.7.15 到 2.7.18出现上述问题; 注册中心:nacos 2.0.4
   
   可以升级到 3.1.2 以后贴下完整日志吗,如果有敏感信息不方便发可以发到我的邮箱


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] carlos12593 commented on issue #10832: 升级到2.7.18的bug谁遇到过,本地dubbo服务调用异常

Posted by GitBox <gi...@apache.org>.
carlos12593 commented on issue #10832:
URL: https://github.com/apache/dubbo/issues/10832#issuecomment-1308444219

   consumer和provider在一个maven项目,不同module工程里面
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ commented on issue #10832: 升级到2.7.18的bug谁遇到过,本地dubbo服务调用异常

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #10832:
URL: https://github.com/apache/dubbo/issues/10832#issuecomment-1292918123

   另外是从什么版本升级的


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ commented on issue #10832: 升级到2.7.18的bug谁遇到过,本地dubbo服务调用异常

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #10832:
URL: https://github.com/apache/dubbo/issues/10832#issuecomment-1291418504

   什么异常,怎么触发的,异常内容发下


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] chickenlj commented on issue #10832: 升级到2.7.18的bug谁遇到过,本地dubbo服务调用异常

Posted by GitBox <gi...@apache.org>.
chickenlj commented on issue #10832:
URL: https://github.com/apache/dubbo/issues/10832#issuecomment-1311174366

   https://dubbo.apache.org/zh/docs3-v2/java-sdk/faq/2/2/
   
   可能是典型的地址找不到问题,请参照文档排查;包括提供更多排查后的信息和部署情况,以便社区开发者能协助解决。大概率是使用或环境问题


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ commented on issue #10832: 升级到2.7.18的bug谁遇到过,本地dubbo服务调用异常

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #10832:
URL: https://github.com/apache/dubbo/issues/10832#issuecomment-1292917892

   > > 什么异常,怎么触发的,异常内容发下
   > 
   > No provider available from registry nacos地址:80 for service dubboService on consumer dubbo本地ip use dubbo version 2.7.18, please check status of providers(disabled, not registered or in blacklist)
   > 
   > 本地启动微服务之后,调用一个接口,服务A(dubbo)请求服务B返回上面的异常
   
   看一下服务端是不是没有注册到注册中心上,客户端拉取的注册中心是不是对的地址,客户端和服务端网络是不是通的


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org