We are getting the below errro while extending the existing domain for Oracle Directory Integration platform and ODSM.
[2017-03-10T04:07:11.695-07:00] [wls_ods1] [ERROR] [JPS-00054] [oracle.jps.common] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <WLS Kernel>] [ecid: 3b1cfba056456485:246d84c:15ab7e5abd6:-8000-000000000000008a,0] [APP: DIP#11.1.1.2.0] Failed to create the auditor for DIP.
[2017-03-10T04:07:11.696-07:00] [wls_ods1] [ERROR] [] [oracle.dip] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <WLS Kernel>] [ecid: 3b1cfba056456485:246d84c:15ab7e5abd6:-8000-000000000000008a,0] [APP: DIP#11.1.1.2.0] EXCEPTION_CREATE_AUDITOR[[
oracle.security.jps.service.audit.AuditException: JPS-00054: Failed to create the auditor for DIP.
at oracle.security.jps.internal.audit.AuditServiceImpl.createXmlAuditor(AuditServiceImpl.java:381)
at oracle.security.jps.internal.audit.AuditServiceImpl.getAuditorUnsecurely(AuditServiceImpl.java:320)
at oracle.security.jps.internal.audit.AuditServiceImpl.getAuditor(AuditServiceImpl.java:301)
at oracle.security.jps.internal.audit.AuditServiceImpl.getAuditor(AuditServiceImpl.java:277)
at oracle.ldap.odip.audit.DIPAuditor.<init>(DIPAuditor.java:131)
at oracle.ldap.odip.web.DIPStarter.<clinit>(DIPStarter.java:168)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
Solution:
Login to the console check OPSSDBDS is pointed to the wls_ods server also, if not then target the datasource to the wls_ods server and retry.
[2017-03-10T04:07:11.695-07:00] [wls_ods1] [ERROR] [JPS-00054] [oracle.jps.common] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <WLS Kernel>] [ecid: 3b1cfba056456485:246d84c:15ab7e5abd6:-8000-000000000000008a,0] [APP: DIP#11.1.1.2.0] Failed to create the auditor for DIP.
[2017-03-10T04:07:11.696-07:00] [wls_ods1] [ERROR] [] [oracle.dip] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <WLS Kernel>] [ecid: 3b1cfba056456485:246d84c:15ab7e5abd6:-8000-000000000000008a,0] [APP: DIP#11.1.1.2.0] EXCEPTION_CREATE_AUDITOR[[
oracle.security.jps.service.audit.AuditException: JPS-00054: Failed to create the auditor for DIP.
at oracle.security.jps.internal.audit.AuditServiceImpl.createXmlAuditor(AuditServiceImpl.java:381)
at oracle.security.jps.internal.audit.AuditServiceImpl.getAuditorUnsecurely(AuditServiceImpl.java:320)
at oracle.security.jps.internal.audit.AuditServiceImpl.getAuditor(AuditServiceImpl.java:301)
at oracle.security.jps.internal.audit.AuditServiceImpl.getAuditor(AuditServiceImpl.java:277)
at oracle.ldap.odip.audit.DIPAuditor.<init>(DIPAuditor.java:131)
at oracle.ldap.odip.web.DIPStarter.<clinit>(DIPStarter.java:168)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
Solution:
Login to the console check OPSSDBDS is pointed to the wls_ods server also, if not then target the datasource to the wls_ods server and retry.