You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2005/05/11 10:04:35 UTC

DO NOT REPLY [Bug 34856] New: - MacOSX 10.4 and Java 5 jnilibs causes ZipException when Tomcat loads non-jars

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34856>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34856

           Summary: MacOSX 10.4 and Java 5 jnilibs causes ZipException when
                    Tomcat loads non-jars
           Product: Tomcat 5
           Version: 5.0.30
          Platform: Macintosh
               URL: http://www.burnthacker.com/archives/000218.html
        OS/Version: Mac OS X 10.3
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: castle@iterator.dk


Tiger includes all the jnilib JNI extensions in the classpath of the JVM.

When you compile a JSP using Jasper on Tomcat 5, what you get in your tomcat logs looks like:

error: error reading /System/Library/Java/Extensions/libJ3D.jnilib; 
java.util.zip.ZipException: error in opening zip file

Jasper attempts to read the jnilib as a jar since it's in the classpath, and that doesn't work.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org