安装TOMCAT后访问测试页面的时候出现了HTTP Status 500 -

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装TOMCAT后访问测试页面的时候出现了HTTP Status 500 -相关的知识,希望对你有一定的参考价值。

HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSP:

An error occurred at line: 1 in the generated java file
The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files

Stacktrace:
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:102)
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:331)
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:469)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:378)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:353)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:340)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:646)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:357)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)

note The full stack trace of the root cause is available in the Apache Tomcat/7.0.27 logs.

参考技术A 你的jsp页面有取值有问题,看看是哪个el表达式取值错了追问

不是jsp的问题啊,我重新安装了jdk和Tomcat之后莫米其妙就可以了。。。但还是感谢你的回答。

本回答被提问者采纳
参考技术B 楼主,解决问题了吗?能说一下怎么弄吗?我也出现这样的错误%>_<%

以上是关于安装TOMCAT后访问测试页面的时候出现了HTTP Status 500 -的主要内容,如果未能解决你的问题,请参考以下文章

Intellij IDEA配置过tomcat后,外边启动tomcat后不能访问页面了.

tomcat正常启动后http://localhost:8080/报错404

idea中运行tomcat不能访问8080主页问题

我安装了xampp,为啥输入:http://localhost:81后不能显示页面啊,而不出现以下的页面呢

tomcat HTTP 500错误

Tomcat启动失败原因积累