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

本文记录了一次由于依赖版本不一致导致的Java项目启动失败的问题。通过使用Maven Helper插件分析依赖关系,发现jsqlparser存在版本冲突。尝试排除不同版本的依赖,并清理本地Maven仓库后,成功解决了问题,确保了应用正常启动。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

记一次依赖版本不一致问题的解决记录

完整报错如下

Description:

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

    com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptor.<clinit>(PaginationInnerInterceptor.java:70)

The following method did not exist:

    net.sf.jsqlparser.schema.Column.withColumnName(Ljava/lang/String;)Lnet/sf/jsqlparser/schema/Column;

The method's class, net.sf.jsqlparser.schema.Column, is available from the following locations:

    jar:file:/E:/apache-maven-3.8.1-bin/localMaven3.8.1/com/github/jsqlparser/jsqlparser/3.2/jsqlparser-3.2.jar!/net/sf/jsqlparser/schema/Column.class

The class hierarchy was loaded from the following locations:

    net.sf.jsqlparser.schema.Column: file:/E:/apache-maven-3.8.1-bin/localMaven3.8.1/com/github/jsqlparser/jsqlparser/3.2/jsqlparser-3.2.jar
    net.sf.jsqlparser.parser.ASTNodeAccessImpl: file:/E:/apache-maven-3.8.1-bin/localMaven3.8.1/com/github/jsqlparser/jsqlparser/3.2/jsqlparser-3.2.jar


Action:

Correct the classpath of your application so that it contains a single, compatible version of net.sf.jsqlparser.schema.Column


Process finished with exit code 1

1、改报错一般都是版本依赖的问题,首先先去下载maven helper插件
在这里插入图片描述

2、在启动对于的pom文件查看依赖关系,发现有三处爆红
在这里插入图片描述
3、这时在爆红出点击右键排除重复依赖
在这里插入图片描述
4、可是再启动的时候,还是报了同样的错误。此时,去你的本地maven看看存了什么版本
在这里插入图片描述
在这里插入图片描述
5、发现jsqlparser有两个依赖引入 可以点击Jump to Source 查看,我刚开始是排除4.3这个版本,这次我排除3.2这个版本
在这里插入图片描述

在这里插入图片描述
并把对应得版本在本地仓库删除
在这里插入图片描述
刷新下依赖,发现正常启动了,搞定。
在这里插入图片描述
ps:有兴趣提升技术的可以加我wx一起交流。加油鸭!打工人![在这里插入图片描述](https://img-blog.csdnimg.cn/1091bf4029d8430b680fb41bd56a05e.png

评论 5
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

有点东西且很多

你的鼓励是我最大的动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值