搭建SpringBoot工程,启动类启动时发生异常

异常内容:Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is java.lang.NoSuchMethodError: org.apache.coyote.AbstractProtocol.setAcceptCount(I)V


APPLICATION FAILED TO START


Description:

An attempt was made to call the method org.apache.coyote.AbstractProtocol.setAcceptCount(I)V but it does not exist. Its class, org.apache.coyote.AbstractProtocol, is available from the following locations:

jar:file:/D:/software/apache-tomcat-8.0.50/lib/tomcat-coyote.jar!/org/apache/coyote/AbstractProtocol.class
jar:file:/C:/Users/Admin/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.34/tomcat-embed-core-8.5.34.jar!/org/apache/coyote/AbstractProtocol.class

It was loaded from the following location:

file:/D:/software/apache-tomcat-8.0.50/lib/tomcat-coyote.jar

Action:

Correct the classpath of your application so that it contains a single, compatible version of org.apache.coyote.AbstractProtocol

解决方法:

找到报错路径下的文件,虽然我不知道该文件的用处,但删除后,就可以启动成功
路径:jar:file:/D:/software/apache-tomcat-8.0.50/lib/tomcat-coyote.jar!/org/apache/coyote/AbstractProtocol.class

在这里插入图片描述
启动成功

在这里插入图片描述

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值