springboot项目集成dubbo2.7.8升级到2.7.10

背景:

项目中dubbo当前使用版本是dubbo2.7.8,由于安全要求该版本存在问题:Apache Dubbo远程代码执行漏洞(CVE-2021-30181)需要升级到2.7.10及以上。

升级过程中遇到的问题:

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
14:41:07.235 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] -

***************************
APPLICATION FAILED TO START
***************************

Description:

An attempt was made to call a method that does not exist. The attempt was made from the following location:

    org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfiguration.getHttpAgent(NacosDynamicConfiguration.java:118)

The following method did not exist:

    org.apache.dubbo.common.utils.ReflectUtils.makeAccessible(Ljava/lang/reflect/Field;)V

The method's class, org.apache.dubbo.common.utils.ReflectUtils, is available from the following locations:

    jar:file:/home/weblogic/tpsys/applications/tomcat/webapps/web/WEB-INF/lib/dubbo-common-2.7.8.jar!/org/apache/dubbo/common/utils/ReflectUtils.class
    jar:file:/home/weblogic/tpsys/applications/tomcat/webapps/web/WEB-INF/lib/dubbo-2.7.10.jar!/org/apache/dubbo/common/utils/ReflectUtils.class

The class hierarchy was loaded from the following locations:

    org.apache.dubbo.common.utils.ReflectUtils: file:/home/weblogic/tpsys/applications//tomcat/webapps/web/WEB-INF/lib/dubbo-common-2.7.8.jar


Action:

Correct the classpath of your application so that it contains a single, compatible version of org.apache.dubbo.common.utils.ReflectUtils

问题原因分析:

jar包冲突,由于只升级了dubbo-2.7.10.jar

dubbo-registry-nacos还是2.7.8,导致错误,升级dubbo-registry-nacos版本为2.7.10后正常启动。记录一下。

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值