[jboss-dev-forums] [Design of JBoss Profiler] - running jboss profiler under SolarisX86 on 64-bit JVM

ramazanyich do-not-reply at jboss.com
Mon Oct 9 04:55:59 EDT 2006


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 ?




View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976913#3976913

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976913



More information about the jboss-dev-forums mailing list