0 Replies Latest reply on Aug 9, 2004 7:30 AM by spilker

    Jboss 3.2.5 on True64 Unix with debugging enabled

    spilker

      Trying to run jboss with debugging enabled, i get the following errors immediately after startup:

      JBOSS_HOME: /work/12spilk/JBoss JAVA: /usr/opt/java142/bin/java JAVA_OPTS: -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n -Dprogram.name=run.sh
      CLASSPATH: /work/12spilk/JBoss/bin/run.jar:/usr/opt/java142/lib/tools.jar

      =========================================================================

      Info: Debugging is not available with the Fast VM, invoking the Classic VM.
      Info: Debugging is not available with the Fast VM, invoking the Classic VM.
      FATAL ERROR in native method: internal error in JVMDI (phantom frame pop)
      at java.util.zip.ZipFile.getEntry(Native Method)
      at java.util.zip.ZipFile.getEntry(ZipFile.java:140)
      at java.util.jar.JarFile.getEntry(JarFile.java:194)
      at java.util.jar.JarFile.getJarEntry(JarFile.java:181)
      at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:668)
      at sun.misc.URLClassPath.getResource(URLClassPath.java:156)
      at java.net.URLClassLoader$1.run(URLClassLoader.java:190)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(URLClassLoader.java, Compiled Code)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
      at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:260)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)

      and a lot more of call stack output

      is this a JVM specific issue on True64 Unix (5.1B Patchkit 4, Java 1.4.2_2) ? Running the JVM on my local XP workstation with debugging enabled doesn´t show the problem.