IDEA 2018创建ssm工程 运行时出现500错误
Posted marost
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA 2018创建ssm工程 运行时出现500错误相关的知识,希望对你有一定的参考价值。
IDEA 2018
JDK 1.8
Maven3.5.4
Tomcat 9.0.10
登陆首页没问题,输入其他地址跳转时出现下面的错误
HTTP Status 500 – Internal Server Error
Type Exception Report
Message Handler processing failed; nested exception is java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.getHttpServletMapping()Ljavax/servlet/http/HttpServletMapping;
Description The server encountered an unexpected condition that prevented it from fulfilling the request.
详情如下图:
出现上面的问题可能是jar包不兼容导致的,解决办法:
将Tomcat换成8.5版本,运行正常!
以上是关于IDEA 2018创建ssm工程 运行时出现500错误的主要内容,如果未能解决你的问题,请参考以下文章
ssm 出现 Method threw 'org.apache.ibatis.binding.BindingException' exception.Invalid bound sta
idea编译工程时出现Error:java: 无效的目标发行版: 1.8?