首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

在地址栏输入http://127.0.0.1:8080/example/index.jsp却显示以下异常

2013-09-11 
在地址栏输入http://127.0.0.1:8080/example/index.jsp却显示以下错误:typeExceptionreportmessagedescrip

在地址栏输入http://127.0.0.1:8080/example/index.jsp却显示以下错误:
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
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:97)
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:346)
org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:414)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


root   cause  

Unable   to   find   a   javac   compiler;
com.sun.tools.javac.Main   is   not   on   the   classpath.
Perhaps   JAVA_HOME   does   not   point   to   the   JDK
org.apache.tools.ant.taskdefs.compilers.CompilerAdapterFactory.getCompiler(CompilerAdapterFactory.java:106)
org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:935)
org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:764)
org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:382)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


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

请问是什么错误?怎么改呀?是配置错了吗?

[解决办法]
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK
应该是环境变量的问题!
去看看 你的PATH 与classpath 。
[解决办法]
1、但从错误来看,是环境变量的配置问题,给一个配置的参考(http://mydeman.bokee.com/5449084.html)。
2、看Tomcat自带的程序是否可以正常访问,http://127.0.0.1:8080
[解决办法]


重新安装 JDK!
[解决办法]
检查一下tomcat的配置文件,看看JDK路径是否有错误
[解决办法]
你是用eclipse开发的吗?
如果是的话,很有可能就是编译路径的问题了,
eclipse默认的时候指向的是jre的,需要改成你的jdk的路径。
否则的话就只能运行而不能编译了。
而那些自带的例子都是已经编译好的,所以他不需要开发包jdk。
只需要运行包jre就可以了的!
[解决办法]
你的tomcat所指向的jdk不对
------解决方案--------------------


tomcat 5.5以后的版本需要jdk1.5的支持
tomcat 5.0开头的版本jdk1.4.2是可以的
我的异常网推荐解决方案:The server encountered an internal error () that prevented it from fulfilling this request.,http://www.myexception.cn/java-web/317.html
我的异常网推荐解决方案:org.apache.jasper.JasperException: Unable to compile class,http://www.myexception.cn/j2ee/2308.html

热点排行