Posts

Showing posts from August, 2024

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\or...