Date: Thu, 3 Apr 2003 23:27:51 +0200 From: Gabriel Ambuehl <gaml@buz.ch> To: java@freebsd.org Subject: Tomcat crashes with linux-sun-jdk14 Message-ID: <111204538812.20030403232751@buz.ch>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?111204538812.20030403232751>