栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 前沿技术 > 大数据 > 大数据系统

springBoot整合Dubbo 报错

springBoot整合Dubbo 报错

springBoot整合dubbo的好处是可以放弃xml配置,可以使用注解的方式配置dubbo

整合过程中报了一个错,找了半天,发现是zookeeper依赖包里重复依赖了不同版本的zookeeper包,直接排除掉就好了。

***************************
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.curator.framework.imps.EnsembleTracker.(EnsembleTracker.java:57)

The following method did not exist:

    org.apache.zookeeper.server.quorum.flexible.QuorumMaj.(Ljava/util/Map;)V

The method's class, org.apache.zookeeper.server.quorum.flexible.QuorumMaj, is available from the following locations:

    jar:file:/D:/mavenLocalRepository/org/apache/zookeeper/zookeeper/3.4.13/zookeeper-3.4.13.jar!/org/apache/zookeeper/server/quorum/flexible/QuorumMaj.class

The class hierarchy was loaded from the following locations:

    org.apache.zookeeper.server.quorum.flexible.QuorumMaj: file:/D:/mavenLocalRepository/org/apache/zookeeper/zookeeper/3.4.13/zookeeper-3.4.13.jar


Action:

Correct the classpath of your application so that it contains a single, compatible version of org.apache.zookeeper.server.quorum.flexible.QuorumMaj

附上完整的POM依赖,这里版本用的是3.0.4有这个问题,目前的最高版本


        2.3.1.RELEASE

    

    
        
            org.springframework.boot
            spring-boot-starter
            ${spring-boot.version}
        
        
        
            org.apache.dubbo
            dubbo-spring-boot-starter
            3.0.4
        
        
            
            org.apache.dubbo
            dubbo-registry-zookeeper
            3.0.4
            
 
                
                        org.apache.dubbo
                        dubbo-remoting-zookeeper
                

            
        

        




    

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/650733.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号