Good day.
What need to do if the script execution leads to a problem java: symbol lookup error /lib64/libnssutil3.so
?
I try install Oracle IDM 11gR2 (11.1.2.3) on Oracle Linux 7.5. Already installed Oracle Databace 12c, OIM RCU, WebLogic, SOA and OAIM. Now i try Launch WebLogic but script (/idm/oracle/fmw_oim/domains/IDM_domain/bin/startWebLogic.sh) always failed with error:
java: symbol lookup error: /lib64/libnssutil3.so: undefined symbol: PR_GetEnvSecure
Software version:
I tryed use Java-1.7 and nss-3.28.4 but error was the same. Can you, please, help me to fix this iisue?
Oh, I was blind. I deleted all versions of java (this is not necessary, but I lost my temper) and reinstall java-1.6.0-openjdk-1.6.0.41. After that Launch WebLogic was successful.
Scripts constantly request to java from the directory /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.161-2.b14.el7.x86_64/bin/java
. Despite the fact that the variable java_home looked like this:
echo $ JAVA_HOME /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64
I do not know what the reason for this difference is, but as soon as the script started accessing java-1.6.0, the problem disappeared.