Tomcat crashes with linux-sun-jdk14

Gabriel Ambuehl gaml at buz.ch
Thu Apr 3 13:25:44 PST 2003


Hi,
I wanted to test OpenCMS on FreeBSD and thus need to get Tomcat
running. Now with linux-sun-jdk13 tomcat itself works but OpenCMS
crashes as there isn't all the internalization stuff in there it
needs. But with linux-sun-jdk14 I can't get Tomcat 4.1 to work anymore
(built from ports). Catalina says:


java.util.zip.ZipException: No such file or directory
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(ZipFile.java:112)
        at java.util.jar.JarFile.<init>(JarFile.java:117)
        at java.util.jar.JarFile.<init>(JarFile.java:55)
        at org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(StandardClassLoader.java:1082)
        at org.apache.catalina.loader.StandardClassLoader.<init>(StandardClassLoader.java:200)
        at org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoaderFactory.java:202)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:140)
Bootstrap: Class loader creation threw exception
java.lang.IllegalArgumentException: addRepositoryInternal: java.util.zip.ZipException: No such file or directory
        at org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(StandardClassLoader.java:1110)
        at org.apache.catalina.loader.StandardClassLoader.<init>(StandardClassLoader.java:200)
        at org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoaderFactory.java:202)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:140)



I'd very much appreciate any pointers how to resolve this problem
(same happens with blackdown-14 so that's not it, either).

Oh and BTW, the IBM JDK 1.4 is broken, as glibc 2.2 is needed but
doesn't get installed.



More information about the freebsd-java mailing list