Configuring Database Security Store Fails with JVM Error
When you configure the Database Security Store using the following
configureSecurityStore.py
script,oracle_common/common/bin/wlst.sh $ORACLE_HOME/common/tools/configureSecurityStore.py -d DOMAIN_HOME -c IAM -m create -p OPSS_SCHEMA_PASSWORDthe configuration fails with a JVM error. The following error is displayed:
JRE version:7.0_25 Java VM:OpenJDK 64-Bit Server VM(23.7-b01 mixed mode linux-amd64 compressed oops) Problematic frame: V [libjvm.so+0x773ec7] JVM_handle_linux_signal+0x54df7
Workaround:
The above error occurs because the JVM process tries to access a memory location that the operating system has not given access to.
As a workaround, re-configure the Database Security Store using the following command:
$JAVA_HOME/bin ./java -jar wls1036_generic.jar
No comments:
Post a Comment