apache / incubator-seata-website

Apache Seata(incubating) Website
https://seata.apache.org/
Apache License 2.0
93 stars 115 forks source link

引入seata启动报错 #412

Open phshis opened 2 years ago

phshis commented 2 years ago

tried to access class org.springframework.cloud.openfeign.loadbalancer.FeignBlockingLoadBalancerClient from class com.alibaba.cloud.seata.feign.SeataFeignObjectWrapper

版本 seata 1.3.0 clould alibaba 2.2.3.RELEASE

funky-eyes commented 2 years ago

升级spring-cloud-starter-alibaba-seata 到 2.2.3.RELEASE

phshis commented 2 years ago

我们现在spring-cloud-starter-alibaba-seata就是2.2.3.RELEASE,springcloud也是2.2.3,但是启动项目的时候还是报错

------------------ 原始邮件 ------------------ 发件人: "seata/seata.github.io" @.>; 发送时间: 2022年1月13日(星期四) 下午3:50 @.>; @.**@.>; 主题: Re: [seata/seata.github.io] 引入seata启动报错 (Issue #412)

升级spring-cloud-starter-alibaba-seata 到 2.2.3.RELEASE

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: @.***>

phshis commented 2 years ago

Caused by: java.lang.IllegalAccessError: tried to access class org.springframework.cloud.openfeign.loadbalancer.FeignBlockingLoadBalancerClient from class com.alibaba.cloud.seata.feign.SeataFeignObjectWrapper at com.alibaba.cloud.seata.feign.SeataFeignObjectWrapper.wrap(SeataFeignObjectWrapper.java:54) 始终起不起来 试过很多版本了