Monday, August 25, 2014

Oracle Internet Directory: Not able to create OID while installing on windows server 2008

I was trying to install Oracle Internet directory on Windows Server 2008 R2 64-bit, but at the configuration step where the all the components are created and installed the OID is not created and configurations fails and stops at that point.
Actually the main reason is OID is not able to start after creation and following error occurs:

Error creating ASComponent oid1.
Cause: 
An internal operation has failed: Failed to start the component
Action: 
See logs for more details.

oracle.as.config.ProvisionException: Failed to start the component
at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:157)
at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:73)
at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:401)
at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:364)
at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:136)
at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:523)
at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:439)

Solution:
  1. Once the configurations failed, then closed the installation wizard.
  2. deinstall instance, domain and remove all the services.
  3. Create the directory in oracle home i.e Oracle/Middleware/Oracle_IDM1/log/diag/clients
  4. Add the parameter "DIAG_ADR_ENABLED = OFF" in sqlnet.ora present in the directory E:\Oracle\Middleware\Oracle_IDM1\network\admin
  5. Now run the OID setup.exe and select Install only if you want configure oid later or select Install and configure, you will not get the error again.
Note: For more information please follow the Oracle Support Document Doc ID 1561852.1

No comments:

Post a Comment