2 Replies Latest reply on Oct 10, 2006 3:53 AM by ramazanyich

    running jboss profiler under SolarisX86 on 64-bit JVM

      We have a 64-bit JVM installed on our solaris10 on X86 platform.
      I successfully compiled JVMPI library using compile.sh under jvmpi-src/solaris. (used JAVA_HOME=/usr/jdk/instances/jdk1.5.0_06)
      I copied libjbossInspector.so to /usr/lib
      then I run test:
      $JAVA_HOME/bin/java -XrunjbossInspector:/tmp Aaa
      It says no class found exception as it should be. No complains about so library.

      But if I run java in 64-bit mode:
      >$JAVA_HOME/bin/java -d64 -XrunjbossInspector:/tmp Aaa
      I get error:
      "Error occurred during initialization of VM
      Could not find agent library on the library path or in the local directory: jbossInspector"

      Are some compile flags should be enabled in order to make profiling under 64-bit JVM workable ?