I wonder whether anyone has had a similar problem. We are running a
web application under Tomcat 5.0.28 under Tiger with java 1.5
The application works fine, however occasionally it needs to produce
a jsp file.
The compilation of the file fails with:
error reading /System/Library/Java/Extensions/libJ3D.jnilib;
java.util.zip.ZipException: error in opening zip file.
The top of the stack trace is as follows:
error reading /System/Library/Java/Extensions/libJ3D.jnilib;
java.util.zip.ZipException: error in opening zip file.
at org.apache.jasper.compiler.DefaultErrorHandler.javacError
(DefaultErrorHandler.java:84)
at org.apache.jasper.compiler.ErrorDispatcher.javacError
(ErrorDispatcher.java:332)
at org.apache.jasper.compiler.Compiler.generateClass
(Compiler.java:412)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
at org.apache.jasper.JspCompilationContext.compile
(JspCompilationContext.java:511)
at org.apache.jasper.servlet.JspServletWrapper.service
(JspServletWrapper.java:295)
at org.apache.jasper.servlet.JspServlet.serviceJspFile
(JspServlet.java:292)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:
236)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
(ApplicationFilterChain.java:237)
Any ideas gratefully received.
Tomasz
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden