File access exceptions are received while running JProbe 6.0 on Linux.
"JVMCI158: Can't load "libjprobe.so", because libjprobe.so: cannot open shared object file: No such file or directory
JVMCI098: xmloadJVMHelperLib jprobe /opt/JProbe/jplfiles/Demo.jpl, failed
Could not create the Java virtual machine."
The JVM process is able to find certain JProbe specifc library files in the LIBRARY PATH of the Operating System.
The environment variable below needs to be setup on the Linux Operating System. Please note that this suggestion only applies to 32-bit Architectures. If similar errors occur in a 64-bit architecture, please contact Quest Technical Support at support@quest.com.
sh/ksh
----------
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:<<Your_JProbe_Home>>/bin/ia32"
export LD_LIBRARY_PATH
csh
-----
setenv LD_LIBRARY_PATH "${LD_LIBRARY_PATH}:<<Your_JProbe_Home>>/bin/ia32"