OID 12c Unable To Start OID1 Instance "WLSTException: Error occurred while performing start : System component with name "oid1" failed to start : General SSLEngine problem"
(Doc ID 2544639.1)
Last updated on JULY 11, 2023
Applies to:
Oracle Internet Directory - Version 12.2.1.3.0 and laterInformation in this document applies to any platform.
Symptoms
On : 12.2.1.3.0 version, OID LDAP Server
Unable to start oid1 instance after changing the keystore to CustomandJavaStandard.
Example:
wls:/IDMDomain/serverConfig/> start('oid1')
Starting system component "oid1" ...
General SSLEngine problem
Traceback (innermost last):
File "", line 1, in ?
File "", line 1437, in start
File "", line 553, in raiseWLSTException
WLSTException: Error occurred while performing start : System component with name "oid1" failed to start : General SSLEngine problem
The values of table ods.ods_process_status already in place such as PID is 0 and state value is 4 as per Doc Id: 2345393.1
. ./setDomainEnv.sh
/usr/java/latest/bin/java -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.security.CustomTrustKeyStoreType="JKS" -Dweblogic.security.TrustKeyStore=CustomTrust -Dweblogic.security.CustomTrustKeyStoreFileName="<MIDDLEWARE_HOME>/cert/<KEYSTORE_FILE>.jks" weblogic.WLSTInitializing WebLogic Scripting Tool (WLST) ...
Error execing the Python script "<MIDDLEWARE_HOME>/oracle_common/modules/internal/clients/oracle.fmwshare.pyjar.jar!/wlstScriptDir/lib/ora_util.py" caused an error "Traceback (innermost last):
File "", line 1, in ?
File "<MIDDLEWARE_HOME>/oracle_common/modules/internal/clients/oracle.fmwshare.pyjar.jar/wlstScriptDir/lib/ora_util.py", line 15, in ?
File "/<MIDDLEWARE_HOME>/wlserver/modules/com.oracle.weblogic.management.scripting.jar/weblogic/management/scripting/core/utils/modules/wlstModule_core.py", line 20, in ?
at weblogic.management.scripting.core.utils.WLSTCoreUtil.getOfflineWLSTScriptPath(WLSTCoreUtil.java:86)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
Case 1. Made changes from console on Admin server on keystores from “Custom Identity and Custom Trusts” to “Custom Identity and Java Standard Trust”
updated password in both keystore(Storepass) and SSL(Private key) tabs
shutdown WLS
update "nodemanager.properties" with the following line
KeyStores=CustomIdentityAndJavaStandardTrust
start WLS
Case 2:
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |