All i am runing the profiler on windows and everything is working
when i try and start it up on solaris after copying the .so files up to my server i get this error below.
ls -la lib/*.so
-rw-r----- 1 abfo abfo 44412 Feb 13 08:18 lib/libjbossAgent.so
-rw-r----- 1 abfo abfo 249860 Feb 13 08:18 lib/libjbossInspector_solaris.so
[abfo@longmeaelappp2-B:[UAT]bin, 08:28 AM, Wed Feb 13]> ./start-jboss-abfo.sh
LD PATH = /test/test//test-release/jboss-eap-4.2/bin/native:/test/test/test-release/jboss-eap-4.2/lib
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /apps/test//atest-release/jboss-eap-4.2
JAVA: /apps/test//jdk1.5.0_14/bin/java
JAVA_OPTS: -Dprogram.name=run.sh -d64 -server -Xmn6g -Xms8g -Xmx8g -XrunjbossInspector:../monitoring,include=com.db,ignore=*
=========================================================================
Error occurred during initialization of VM
Could not find agent library on the library path or in the local directory: jbossInspector
[abfo@test1:[UAT]bin, 08:28 AM, Wed Feb 13]>
But i have the .so file in the lib directory and the LD_LIBARY_PATH is setup
[abfo@test-B:[UAT]bin, 08:28 AM, Wed Feb 13]> echo $LD_LIBRARY_PATH
/test/test/test-release/jboss-eap-4.2/lib
[abfo@test-B:[UAT]bin, 08:30 AM, Wed Feb 13]>