Can anyone explain the following error please?

server.xml contains:
<application name="testingpage" path="../demo2/page/" />
default-web-site.xml contains:
<web-app application="testingpage" name="webby" root="/pageweb"/>

and I have a page index.jsp at
demo2/page/webby/index.jsp   which only contains a line of text "this is a
test page" - no jsp at all.

When I access the index.jsp page at http://localhost/pageweb/ I get the
following error shown below. (accessing .jsp pages from the default web
directory is fine though). I did have some ejb's deployed but have removed
them - and I'm still getting the error.

500 Internal Server Error
Error parsing JSP page /index.jsp

Syntax error in sourcejava.lang.InternalError: jzentry == 0
 at java.util.zip.ZipFile$2.nextElement(ZipFile.java:297)
 at sun.tools.java.ClassPath.getFiles(ClassPath.java:183)
 at sun.tools.java.Package.exists(Package.java:94)
 at sun.tools.java.Imports.resolve(Imports.java:146)
 at sun.tools.javac.SourceClass.basicCheck(SourceClass.java:1075)
 at
sun.tools.java.ClassDeclaration.getClassDefinition(ClassDeclaration.java:133
)
 at sun.tools.javac.Main.compile(Main.java:500)
 at sun.tools.javac.Main.main(Main.java:729)
 at java.lang.reflect.Method.invoke(Native Method)
 at com.evermind.compiler.j2.aof(JAX)
 at com.evermind.compiler.j4.run(JAX)
 at java.security.AccessController.doPrivileged(Native Method)
 at com.evermind.compiler.j3.o9(JAX)
 at com.evermind.compiler.j2.o9(JAX)
 at com.evermind.server.http.dm.qg(JAX)
 at com.evermind.server.http.dm.o9(JAX)
 at com.evermind.server.http.JSPPage.o9(JAX)
 at com.evermind.server.http.HttpApplication.sj(JAX)
 at com.evermind.server.http.HttpApplication.te(JAX)
 at com.evermind.server.http.JSPServlet.service(JAX)
 at com.evermind.server.http.de.o6(JAX)
 at com.evermind.server.http.de.forward(JAX)
 at com.evermind.server.http.dl.pc(JAX)
 at com.evermind.server.http.dl.pb(JAX)
 at com.evermind.util.e.run(JAX)
error: An error has occurred in the compiler; please file a bug report
(http://java.sun.com/cgi-bin/bugreport.cgi).
1 error

I've tried deploying this on another machine with orion 1.0 rc1  and also
1.0 rc2
Any help would be appreciated.

Paul


Reply via email to