jarkarta-tomcat-5.0.19 an sablevm on alpha arch
mel kravitz <[email protected]> Fri, 25 Mar 2005 15:14:36 -0500
| Newsgroups | gmane.comp.java.vm.sablevm.general |
|---|---|
| Message-ID | <[email protected]> |
Hi
I am running with sablevm-1.11.1on a debian unstable alpha arch box,
kernel-2.6.10
jakarta-tomcat-5.0.19, (mysql application with java-connector), i get
the following request for some .jsp files:
Type Exception report
org.apache.jasper.JasperException: Unable to compile class for JS
No Java compiler was found to compile the generated source for the JSP.
This can usually be solved by copying manually $JAVA_HOME/lib/tools.jar
from the JDK
to the common/lib directory of the Tomcat server, followed by a Tomcat
restart.
If using an alternate Java compiler, please check its installation and
access path.
org.apache.jasper.compiler.DefaultErrorHandler.javacError
(DefaultErrorHandler.java:127)
org.apache.jasper.compiler.ErrorDispatcher.javacError
(ErrorDispatcher.java:351)
org.apache.jasper.compiler.Compiler.generateClass (Compiler.java:415)
org.apache.jasper.compiler.Compiler.compile (Compiler.java:458)
org.apache.jasper.compiler.Compiler.compile (Compiler.java:439)
org.apache.jasper.JspCompilationContext.compile
(JspCompilationContext.java:553)
org.apache.jasper.servlet.JspServletWrapper.service
(JspServletWrapper.java:291)
org.apache.jasper.servlet.JspServlet.serviceJspFile
(JspServlet.java:301)
org.apache.jasper.servlet.JspServlet.service (JspServlet.java:248)
javax.servlet.http.HttpServlet.service (HttpServlet.java:856)
there is no /usr/local/lib/sablevm/lib/tools.jar ?
any comments welcome-
mel