1 2 Previous Next 17 Replies Latest reply on Jul 23, 2002 2:40 AM by jochen.schurich Go to original post
      • 15. Re: Jboss works slower on Unix machine than on Windows
        vinay

        Have had best results running it on Compaq Tru 64 with the Fast VM. Much faster than even the Windows VM.

        • 16. Re: Jboss works slower on Unix machine than on Windows

          i'm using SuSE Linux 7.3 on a rs6000 44p model270 (1 CPU, 2GB RAM) with the IBMJava2-SDK-1.3.1-1.0 and i'm getting the folowing error message during startup of JBoss 3.0:

          java.util.zip.ZipException: error in opening zip file
          at java.util.zip.ZipFile.open(Native Method)
          at java.util.zip.ZipFile.(ZipFile.java:127)
          at java.util.jar.JarFile.(JarFile.java:138)
          at java.util.jar.JarFile.(JarFile.java:80)
          at sun.misc.URLClassPath$JarLoader.getJarFile(URLClassPath.java:526)
          at sun.misc.URLClassPath$JarLoader.(URLClassPath.java:491)
          at sun.misc.URLClassPath$2.run(URLClassPath.java:287)
          at java.security.AccessController.doPrivileged(Native Method)
          at sun.misc.URLClassPath.getLoader(URLClassPath.java(Compiled Code))
          at sun.misc.URLClassPath.getLoader(URLClassPath.java(Compiled Code))
          at sun.misc.URLClassPath.getResource(URLClassPath.java(Compiled Code))
          at java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java(Compiled Code))
          at java.security.AccessController.doPrivileged(Native Method)
          at org.jboss.mx.loading.UnifiedClassLoader.findClass(UnifiedClassLoader.java(Compiled Code))
          at ..................


          has anyone solved a problem like this?
          thanx,
          jochen

          • 17. Re: Jboss works slower on Unix machine than on Windows

            oops, i forgot something:
            running other applications than Jboss 3.0 on the rs/6000 with the IBMJava2-SDK-1.3.1-1.0 are as stable and performant than the WindowsNT server we have.

            the blackdown JVM is much, much slower (i have no JIT for PPC - is there a good one out there?)

            there is another point:
            linux daemons are much easier to handle than services under Windows NT/2000

            1 2 Previous Next