Weblogic Admin server failed to start with error JPS-02592: Failed to push ldap config data to libOvd for service instance "idstore.ldap" in JPS context "default
The INFRA admin server was not getting started with below error message in the out file.
Location of the out file: $DOMAIN_HOME/user_projects/domain/infra/servers/Adminserver/logs/Admin.out
oracle.security.jps.JpsException:
JPS-02592: Failed to push ldap config data to libOvd for service instance
"idstore.ldap" in JPS context "default", cause:
org.xml.sax.SAXException: Error Parsing at line #2: 1.
org.xml.sax.SAXParseException;
lineNumber: 2; columnNumber: 1; <Line 2, Column 1>: XML-20108: (Fatal
Error) Start of root element expected.
The Admin server was not starting because of the corrupted configuration files adapters.os_xml and server.os_xml.
So we need to examine the above configuration files from " $DOMAIN_HOME\user_projects\domains\infra\config\fmwconfig\ovd\default" to confirm whether they are corrupted or not.
We can compare those by using the original file which was available in the location ,
$DOMAIN_HOME\oracle_common\modules\oracle.ovd\templates
I have compared the files and the both files are corrupted. Because of this reason the INFRA Admin server was not getting started.
I have took a backup of the original file from the location $DOMAIN_HOME\user_projects\domains\infra\config\fmwconfig\ovd\default
Then replaced the files adapters.os_xml and server.os_xml from the location $DOMAIN_HOME\oracle_common\modules\oracle.ovd\templates to $DOMAIN_HOME\user_projects\domains\infra\config\fmwconfig\ovd\default.
then started the INFRA admin server and it is started without any issues.
Cause of the issue:
The adapters.os_xml and server.os_xml files are corrupted.
Solution :
1) Take a backup of $DOMAIN_HOME/config/fmwconfig/ovd/default/adapters.os_xml, server.os_xml
2) Delete corrupted adapters.os_xml , server.os_xml
3) Copy adapters.os_xml and server.os_xml from $MW_HOME/oracle_common/modules/oracle.ovd/templates/ to $DOMAIN_HOME/config/fmwconfig/ovd/default/
4) Restart the server
Thanks for reading.
Comments
Post a Comment