WebLogic 10.3.5 installation on Solaris, with the generic installer, does not include a 64 bit versi
I have been seeing the following message in one of our Managed Server log files for some time:
<1339070626548> <BEA-000000> <cannot load libary 'stackdump': java.lang.UnsatisfiedLinkError: no stackdump in java.library.path
We are running WebLogic 10.3.5 on Solaris10 in 64 bit mode. In this mode, commEnv.sh will add the following to the LD_LIBRARY_PATH for the system:
${WL_HOME}/server/native/solaris/sparc64:${WL_HOME}/server/native/solaris/sparc64/oci920_8
If you look at the contents of ${WL_HOME}/server/native/solaris/sparc64, it does not contain a native libstackdump library:
libjmsc.so
libmuxer.so
libnodemanager.so
libterminalio.so
<1339070626548> <BEA-000000> <cannot load libary 'stackdump': java.lang.UnsatisfiedLinkError: no stackdump in java.library.path
We are running WebLogic 10.3.5 on Solaris10 in 64 bit mode. In this mode, commEnv.sh will add the following to the LD_LIBRARY_PATH for the system:
${WL_HOME}/server/native/solaris/sparc64:${WL_HOME}/server/native/solaris/sparc64/oci920_8
If you look at the contents of ${WL_HOME}/server/native/solaris/sparc64, it does not contain a native libstackdump library:
libjmsc.so
libmuxer.so
libnodemanager.so
libterminalio.so
0