You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "zzps (via GitHub)" <gi...@apache.org> on 2023/03/28 02:16:07 UTC

[GitHub] [dubbo] zzps opened a new issue, #11942: 3.2.0-beta.6消费者端启动报错

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

   环境:
   jdk17,springboot3.0.5,dubbo3.2.0-beta.6
   目的:
   想要完全应用级的服务注册和发现微服务,不需要维护元数据
   服务提供者配置:application.properties
   dubbo.registry.address=nacos://localhost:8848?namespace=develop
   dubbo.application.metadataServiceProtocol=tri
   dubbo.application.register-mode=instance
   dubbo.protocol.port=-1
   dubbo.protocol.name=tri
   dubbo.protocol.serialization=fastjson2
   dubbo.registry.useAsMetadataCenter=false
   dubbo.application.qosEnable=false
   
   消费者配置:application.properties
   dubbo.registry.address=nacos://localhost:8848?namespace=develop
   dubbo.application.metadataServiceProtocol=tri
   dubbo.registry.register-mode=instance
   dubbo.protocol.port=-1
   dubbo.protocol.name=tri
   dubbo.application.service-discovery.migration=FORCE_APPLICATION
   dubbo.registry.useAsMetadataCenter=false
   dubbo.registry.useAsConfigCenter=false
   dubbo.application.qosEnable=false
   
   结果:
   服务提供者启动成功,但是有error日志,消费者启动失败,截图分别如下:
   ![1679969608359](https://user-images.githubusercontent.com/33255974/228109746-cc8713b1-0527-46f5-b9d2-fab32718ea29.png)
   ![1679969709179](https://user-images.githubusercontent.com/33255974/228109767-efc7bdd8-caff-42cd-a601-768264952f7b.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.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 #11942: 3.2.0-beta.6消费者端启动报错

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ commented on issue #11942:
URL: https://github.com/apache/dubbo/issues/11942#issuecomment-1486392868

   @EarthChen PTAL


-- 
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 #11942: 3.2.0-beta.6消费者端启动报错

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ commented on issue #11942:
URL: https://github.com/apache/dubbo/issues/11942#issuecomment-1498378221

   > > > > > > 能提供个 demo 吗
   > > > > > > 项目代码我放这里了
   > > > > > > https://gitee.com/755157298/dubbo-tree
   > > > > 
   > > > > 
   > > > > 没有权限。。。
   > > > 
   > > > 
   > > > 我放的demo能重现问题吗
   > > 
   > > 
   > > 已经 fix
   > 
   > 好的多谢,大概下一个版本什么时候发布
   
   下周发布


-- 
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 #11942: 3.2.0-beta.6消费者端启动报错

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ commented on issue #11942:
URL: https://github.com/apache/dubbo/issues/11942#issuecomment-1486548560

   > > 这就是连接超时了,看一下网络是不是通的
   > > 我是本机起的服务提供者和服务消费者,网络是没问题的,我把dubbo版本降到3.1.8,springboot降到2.5.4,jdk降到11其他配置都没变就不报错了
   
   3.2.0-beta.6 + springboot 2.5.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] EarthChen commented on issue #11942: 3.2.0-beta.6消费者端启动报错

Posted by "EarthChen (via GitHub)" <gi...@apache.org>.
EarthChen commented on issue #11942:
URL: https://github.com/apache/dubbo/issues/11942#issuecomment-1487865722

   看 error日志是应用级注册失败


-- 
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] zzps commented on issue #11942: 3.2.0-beta.6消费者端启动报错

Posted by "zzps (via GitHub)" <gi...@apache.org>.
zzps commented on issue #11942:
URL: https://github.com/apache/dubbo/issues/11942#issuecomment-1486414773

   > 这就是连接超时了,看一下网络是不是通的
   我是本机起的服务提供者和服务消费者,网络是没问题的,我把dubbo版本降到3.1.8,springboot降到2.5.4,jdk降到11其他配置都没变就不报错了


-- 
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] zzps commented on issue #11942: 3.2.0-beta.6消费者端启动报错

Posted by "zzps (via GitHub)" <gi...@apache.org>.
zzps commented on issue #11942:
URL: https://github.com/apache/dubbo/issues/11942#issuecomment-1487870833

   > 能提供个 demo 吗
   项目代码我放这里了
   https://gitee.com/755157298/dubbo-tree


-- 
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] zzps commented on issue #11942: 3.2.0-beta.6消费者端启动报错

Posted by "zzps (via GitHub)" <gi...@apache.org>.
zzps commented on issue #11942:
URL: https://github.com/apache/dubbo/issues/11942#issuecomment-1488132212

   > > > 能提供个 demo 吗
   > > > 项目代码我放这里了
   > > > https://gitee.com/755157298/dubbo-tree
   > 
   > 没有权限。。。
   不好意思,我现在开放了,你试试
   


-- 
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


Re: [I] 3.2.0-beta.6消费者端启动报错 [dubbo]

Posted by "CrazyHZM (via GitHub)" <gi...@apache.org>.
CrazyHZM closed issue #11942: 3.2.0-beta.6消费者端启动报错
URL: https://github.com/apache/dubbo/issues/11942


-- 
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] zzps commented on issue #11942: 3.2.0-beta.6消费者端启动报错

Posted by "zzps (via GitHub)" <gi...@apache.org>.
zzps commented on issue #11942:
URL: https://github.com/apache/dubbo/issues/11942#issuecomment-1486563124

   > > > 这就是连接超时了,看一下网络是不是通的
   > > > 我是本机起的服务提供者和服务消费者,网络是没问题的,我把dubbo版本降到3.1.8,springboot降到2.5.4,jdk降到11其他配置都没变就不报错了
   > 
   > 3.2.0-beta.6 + springboot 2.5.4 呢
    3.2.0-beta.6 + springboot 2.5.4 + jdk11 还是一样的报错的
   


-- 
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] EarthChen commented on issue #11942: 3.2.0-beta.6消费者端启动报错

Posted by "EarthChen (via GitHub)" <gi...@apache.org>.
EarthChen commented on issue #11942:
URL: https://github.com/apache/dubbo/issues/11942#issuecomment-1488070049

   > > 能提供个 demo 吗
   > > 项目代码我放这里了
   > > https://gitee.com/755157298/dubbo-tree
   
   没有权限。。。


-- 
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] zzps commented on issue #11942: 3.2.0-beta.6消费者端启动报错

Posted by "zzps (via GitHub)" <gi...@apache.org>.
zzps commented on issue #11942:
URL: https://github.com/apache/dubbo/issues/11942#issuecomment-1493782971

   > > > 能提供个 demo 吗
   > > > 项目代码我放这里了
   > > > https://gitee.com/755157298/dubbo-tree
   > 
   > 没有权限。。。
   
   我放的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] AlbumenJ commented on issue #11942: 3.2.0-beta.6消费者端启动报错

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ commented on issue #11942:
URL: https://github.com/apache/dubbo/issues/11942#issuecomment-1486391567

   这就是连接超时了,看一下网络是不是通的
   


-- 
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] EarthChen commented on issue #11942: 3.2.0-beta.6消费者端启动报错

Posted by "EarthChen (via GitHub)" <gi...@apache.org>.
EarthChen commented on issue #11942:
URL: https://github.com/apache/dubbo/issues/11942#issuecomment-1487859854

   能提供个 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] zzps commented on issue #11942: 3.2.0-beta.6消费者端启动报错

Posted by "zzps (via GitHub)" <gi...@apache.org>.
zzps commented on issue #11942:
URL: https://github.com/apache/dubbo/issues/11942#issuecomment-1498340853

   > > > > > 能提供个 demo 吗
   > > > > > 项目代码我放这里了
   > > > > > https://gitee.com/755157298/dubbo-tree
   > > > 
   > > > 
   > > > 没有权限。。。
   > > 
   > > 
   > > 我放的demo能重现问题吗
   > 
   > 已经 fix
   
   好的多谢,大概下一个版本什么时候发布


-- 
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] EarthChen commented on issue #11942: 3.2.0-beta.6消费者端启动报错

Posted by "EarthChen (via GitHub)" <gi...@apache.org>.
EarthChen commented on issue #11942:
URL: https://github.com/apache/dubbo/issues/11942#issuecomment-1497281535

   > > > > 能提供个 demo 吗
   > > > > 项目代码我放这里了
   > > > > https://gitee.com/755157298/dubbo-tree
   > > 
   > > 
   > > 没有权限。。。
   > 
   > 我放的demo能重现问题吗
   
   已经 fix


-- 
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 #11942: 3.2.0-beta.6消费者端启动报错

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ commented on issue #11942:
URL: https://github.com/apache/dubbo/issues/11942#issuecomment-1498377515

   @EarthChen 帮忙把这个 case 在集成测试那边加一个验证


-- 
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