Start Oracle Internet Directory failing... server context is null

I'm trying to install Oracle Internet Directory on a RHEL5 64 bit for the first time.
The database (11.2.0.3), Weblogic (10.3.6), and OID (11.1.1.6) have all installed okay, and I'm running the config.sh script.
I specify 'Creating the schema' and enter in the SYS credentials. The installation goes fine but fails to "Start Oracle Internet Directory" at the configure component stage.
I can see in the oraInventory/log/install-xxxxx.log
[2013-01-04T14:15:54.362+13:00] [as] [WARNING] [] [oracle.as.config] [tid: 12] [ecid: 0000Jk314pw3n3kxOw7ECd1GtYLj000003,0] Failed to start component oid1[[
oracle.as.config.ProvisionException: HTTP status code = 400 : The request parameters did not match any components
        at oracle.as.config.impl.OracleASComponentBaseImpl.manageProcess(OracleASComponentBaseImpl.java:943)
        at oracle.as.config.impl.OracleASComponentBaseImpl.start(OracleASComponentBaseImpl.java:1062)
        at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:153)
        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)
        at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
        at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:951)
        at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
        at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
        at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
        at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
        at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
        at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
        at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
        at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
        at java.lang.Thread.run(Thread.java:662)and in the oraInventory/log/install-xxxxx..out file,...
Repository Creation Utility - Creating Tablespaces
Validating and Creating Tablespaces
Repository Creation Utility - Create
Repository Create in progress.
Percent Complete: 0
Percent Complete: 35
Percent Complete: 29
Percent Complete: 91
Repository Creation Utility: Create - Completion Summary
Database details:
Host Name                       : localhost
Port                            : 1521
Service Name                    : OID.CTRU.AUCKLAND.AC.NZ
Connected As                    : sys
Prefix for (non-prefixable) Schema Owners : DEFAULT_PREFIX
RCU Logfile                     : /u04/app/oracle/Middleware/Oracle_IDM1/rcu/log/rcu.log
Component schemas created:
Component                       Status  Logfile
Oracle Internet Directory               Success /u04/app/oracle/Middleware/Oracle_IDM1/rcu/log/oid.log
Repository Creation Utility - Create : Operation Completed
-------------------------------------------------   RCUUtil createOIDRepository status = 0-------------------------------------------------   progress in calculate progress25
  AdminServer port is 7001
  trying to connect to oracleidir.ctru.auckland.ac.nz 7001
  Successful
  getDomainRuntimeMBeanServerConnection ...
  Connecting to Domain runtime ...
  trying to connect to oracleidir.ctru.auckland.ac.nz 7001
  Successfully connected to the Domain Runtime ...
  trying to connect to oracleidir.ctru.auckland.ac.nz 7001
  Successful
  MBean Server Connection is :javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection@1dd9505
oracleidir.ctru.auckland.ac.nz 7001
Instance asinst_1 already exists, continuing with component creation
/u04/app/oracle/Middleware/Oracle_IDM1  /u04/app/oracle/Middleware/asinst_1  asinst_1
oracle.as.config.ProvisionException: Error Starting OID
        at oracle.iam.management.oid.install.wls.OIDComponentHelper.temp_startOID(OIDComponentHelper.java:1980)
        at oracle.iam.management.oid.install.wls.OIDComponent.postCreateConfig(OIDComponent.java:325)
        at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:145)
        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:358)
        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)
        at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
        at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:874)
        at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
        at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
        at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
        at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
        at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
        at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
        at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
        at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
        at java.lang.Thread.run(Thread.java:662)
Caused by: oracle.as.config.ProvisionException: OID server context is null
        at oracle.iam.management.oid.install.wls.OIDComponentHelper._isOIDSrvUp(OIDComponentHelper.java:2050)
        at oracle.iam.management.oid.install.wls.OIDComponentHelper.temp_startOID(OIDComponentHelper.java:1970)
        ... 19 moreIs anyone able to point me in the right direction as to the cause of this?
I notice that Metalink ID: " FMW 11g Oracle Internet Directory Configuration Process Fail: Error Creating Ascomponent Oid1 [ID 1289015.1]" refers to IPV6. I only have IPV4 enabled. Is IPV6 a mandatory requirement for OID?
Thanks in advance.

I downloaded the RCU 11.1.1.6 patch (13517109) and it ran fine this way (after a drop/create on the OID schemas).
Obviously running the {Middleware_Home}/Oracle_IDM1/bin/rcu file isn't the way to do it. I'll pay closer attention next time....
Thanks for your help.

Similar Messages

  • Identity Management Install: 11g - start Oracle Internet Directory failed

    Hello,
    I have been struggling for the last couple of days with this installation, I have tried to install Identity Management (6 times) on a fresh VM with an install of Windows Server 2003 Enterprise Edition - SP2 with 4GB RAM. In the server, there is also installed an Oracle database 11g.
    No matter what I do, the installation always fails while trying to start Oracle Internet Directory, I need this installation in order to configure SSO with Forms and Reports.
    I have also tried to start the services with opmnctl startall, but it only starts EMAGENT.
    C:\Documents and Settings\Administrator>set ORACLE_INSTANCE=E:\oracle\Middleware
    \asinst_20090725_1
    C:\Documents and Settings\Administrator>opmnctl status
    Processes in Instance: asinst_20090725_1
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    EMAGENT | EMAGENT | 4292 | Alive
    There are multiple errors, in summary they are:
    h2. In E:\oracle\Middleware\asinst_20090725_1\diagnostics\logs\OID\tools\oid1\oidldapd01-0000.log
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: sgslun6NewSock: Unable to create communication endpoint, OS error=10047
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: sgslun6lBind : Memory allocation failed
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: gslmBind2Port: INFO * Bound (IPV4) to non-ssl port = 3060
    h2. In E:\oracle\Middleware\asinst_20090725_1\diagnostics\logs\OPMN\opmn\opmn.log
    [2009-07-25T20:49:13][opmn][ERROR:1][180][OPMN]getaddrinfo(::0, 6701, 1) failed (No such host is known. ): Invalid argument
    h2. In E:\oracle\Middleware\asinst_20090725_1\diagnostics\logs\OID\oid1\oidmon-0000.log
    [2009-07-25T20:52:13-06:00] [OID] [TRACE:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed
    [2009-07-25T20:52:13-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: Server OIDLDAPD Instance 1 Terminated
    [2009-07-25T20:52:13-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: Deleting OIDLDAPD instance 1 from Process table
    h2. In C:\Program Files\Oracle\Inventory\logs\install2009-07-25_08-26-21PM.log
    [2009-07-25T20:28:08.086-06:00] [as] [TRACE] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.imQueries.getDefaultDNValue] [tid: 13] [ecid: 0000IAosT7N5yW^5xV_AiW1AQvv^000004,0] [SRC_CLASS: oracle.as.idm.install.validation.GetDefaultDNBasedOnDomainName] [SRC_METHOD: executeHandler] Exception[[
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
         at java.lang.String.substring(String.java:1938)
         at java.lang.String.substring(String.java:1905)
    [2009-07-25T20:52:07.179-06:00] [as] [WARNING] [] [oracle.as.config] [tid: 18] [ecid: 0000IAowE995yW^5xV_AiW1AQvv^000009,0] Failed to start component oid1[[
    oracle.as.config.ProvisionException: HTTP status code = 400 : No processes or applications match the specified configuration.
         at oracle.as.config.impl.OracleASComponentBaseImpl.manageProcess(OracleASComponentBaseImpl.java:892)
    [2009-07-25T20:52:07.179-06:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 18] [ecid: 0000IAowE995yW^5xV_AiW1AQvv^000009,0] Status of component false
    [2009-07-25T20:52:07.179-06:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 18] [ecid: 0000IAowE995yW^5xV_AiW1AQvv^000009,0] [[
    oracle.as.config.ProvisionException: Failed to start the component
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:158)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:74)
    Does anyone have any ideas on how to fix these errors?
    At the end of this thread you can find more complete excerpts from the installation logs where it shows the errors that happened.
    Thanks in advance.
    Cheers.
    h2. h2. E:\oracle\Middleware\asinst_20090725_1\diagnostics\logs\OID\tools\oid1
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Session ID = 511
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: OracleProcess ID = 5592
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main::[[
    oidldapd: Release 11.1.1.1.0 - Production on sat jul 25 20:51:03 2009
    Copyright (c) 1982, 2009 Oracle.  All rights reserved.
    Portions Copyright (c) 1992-1996, 1999, 2000, 2001, 2004, 2005, 2006 Regents of University of Michigan. All Rights Reserved.
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Starting up the OiD Server, on node rodolfo-iv64vfz.homenet
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Oid Server Connected to DB store via oiddb connect string.
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: OiD LDAP server started.
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Loading Root DSE ...
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Loading subschema subentry ...
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Loading catalog entry ...
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Loading Attribute uniqueness constraints ...
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Loading Dynamic group metadata ...
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Loading DSA config entry ...
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Loading plugin entry ...
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Loading config set parameters from entry  cn=oid1,cn=osdldapd,cn=subconfigsubentry
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: gslmsrvBind2Ports: System host: rodolfo-iv64vfz.homenet, Listen on ALL interface
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: sgslun6NewSock: Unable to create communication endpoint, OS error=10047
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: sgslun6lBind : Memory allocation failed
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: gslmBind2Port: INFO * Bound (IPV4) to non-ssl port = 3060
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: sgslun6NewSock: Unable to create communication endpoint, OS error=10047
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: sgslun6lBind : Memory allocation failed
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: gslmBind2Port: INFO * Bound (IPV4) to ssl port = 3131
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main::  Thread Started
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: gslirsmSHMAttach: Workbuf area = 52030944
    + size = 1062952
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: ShmIndex=0 DispPid=5576 DispPort=3060 DispSPort=3131 DispInst=1
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: gslusSetServerPIDInfo: InstInfo = asinst_20090725_1 oid1, Port = 3060 sport=3131 instNum = 1
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Starting OIDLDAP Server,PID=5596
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: ShmIndex=0 ServPid=5596 InstNum=1
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: gslusSetServerPIDInfo: InstInfo = asinst_20090725_1 oid1, Port = 3060 sport=3131 instNum = 1
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 2] DispatcherListener: Thread Started
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 1] ProcessDispatcher:  Thread Started 
    [2009-07-25T20:51:04-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 1] ProcessDispatcher: sgsluscHsHandShake : Sending Conn ACK to server process 5576
    [2009-07-25T20:51:05-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 2] DispatcherListener: Listening on (IPV4) NON SSL port = 3060
    [2009-07-25T20:51:05-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 2] DispatcherListener: Listening on (IPV4) SSL port = 3131
    h2. E:\oracle\Middleware\asinst_20090725_1\diagnostics\logs\OID\oid1\oidmong-0000.log
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_20090725_1_oid1_1_rodolfo-iv64vfz.homenet,cn=osdldapd,cn=subregistrysubentry
    [2009-07-25T20:51:53-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian:  [oidmon] : Terminating process, pid = 5576
    [2009-07-25T20:51:53-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: Killed process pid = 5576
    [2009-07-25T20:51:53-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: Stopping OIDLDAPD instance=1 config=0
    [2009-07-25T20:51:53-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_20090725_1_oid1_1_rodolfo-iv64vfz.homenet,cn=osdldapd,cn=subregistrysubentry
    [2009-07-25T20:51:53-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted config entry cn=oid1,cn=osdldapd,cn=subconfigsubentry
    [2009-07-25T20:51:53-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: Killed process pid = 5576
    [2009-07-25T20:51:53-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: Killed process pid = 5596
    [2009-07-25T20:52:13-06:00] [OID] [TRACE:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed
    [2009-07-25T20:52:13-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: Server OIDLDAPD Instance 1 Terminated
    [2009-07-25T20:52:13-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: Deleting OIDLDAPD instance 1 from Process table
    h2. E:\oracle\Middleware\asinst_20090725_1\diagnostics\logs\OPMN\opmn\opmn.log
    [2009-07-25T20:49:13][opmn][ERROR:1][180][OPMN][code:internal]getaddrinfo(::0, 6701, 1) failed (No such host is known. ): Invalid argument
    [2009-07-25T20:49:16][opmn][NOTIFICATION:1][90][OPMN][code:ons-internal]ONS server initiated
    [2009-07-25T20:49:16][opmn][NOTIFICATION:1][520][OPMN][code:pm-internal]Create pm state directory: E:\Oracle\Middleware\asinst_20090725_1\config\OPMN\opmn\states
    [2009-07-25T20:49:16][opmn][TRACE:1][526][OPMN][code:pm-internal]PM state file does not exist: E:\Oracle\Middleware\asinst_20090725_1\config\OPMN\opmn\states\.opmndat
    [2009-07-25T20:49:16][opmn][NOTIFICATION:1][675][OPMN][code:pm-internal]OPMN server ready.  Request handling enabled.
    [2009-07-25T20:49:20][opmn][NOTIFICATION:1][676][OPMN][code:pm-internal]OPMN server stopped.  Request handling disabled.
    [2009-07-25T20:49:20][opmn][TRACE:1][667][OPMN][code:pm-requests]Request 7 Started.  Command: /reload
    [2009-07-25T20:49:22][opmn][ERROR:1][180][OPMN][code:internal]getaddrinfo(::0, 6701, 1) failed (No such host is known. ): Invalid argument
    [2009-07-25T20:49:24][opmn][NOTIFICATION:1][90][OPMN][code:ons-internal]ONS server initiated
    [2009-07-25T20:49:24][opmn][NOTIFICATION:1][522][OPMN][code:pm-internal]PM state directory exists: E:\Oracle\Middleware\asinst_20090725_1\config\OPMN\opmn\states
    [2009-07-25T20:49:24][opmn][NOTIFICATION:1][675][OPMN][code:pm-internal]OPMN server ready.  Request handling enabled.
    [2009-07-25T20:49:24][opmn][TRACE:1][667][OPMN][code:pm-requests]Request 3 Started.  Command: /start?ias-component=EMAGENT
    [2009-07-25T20:49:24][opmn][TRACE:1][662][OPMN][code:pm-process]Starting Process: EMAGENT~EMAGENT~EMAGENT~1 (1143736453:0)
    [2009-07-25T20:49:35][opmn][TRACE:1][665][OPMN][code:pm-process]Process Alive: EMAGENT~EMAGENT~EMAGENT~1 (1143736453:4292)
    [2009-07-25T20:49:35][opmn][TRACE:1][668][OPMN][code:pm-requests]Request 3 Completed. Command: /start?ias-component=EMAGENT
    [2009-07-25T20:50:57][opmn][NOTIFICATION:1][676][OPMN][code:pm-internal]OPMN server stopped.  Request handling disabled.
    [2009-07-25T20:50:57][opmn][TRACE:1][667][OPMN][code:pm-requests]Request 6 Started.  Command: /reload
    [2009-07-25T20:51:00][opmn][ERROR:1][180][OPMN][code:internal]getaddrinfo(::0, 6701, 1) failed (No such host is known. ): Invalid argument
    [2009-07-25T20:51:02][opmn][NOTIFICATION:1][90][OPMN][code:ons-internal]ONS server initiated
    [2009-07-25T20:51:02][opmn][NOTIFICATION:1][522][OPMN][code:pm-internal]PM state directory exists: E:\Oracle\Middleware\asinst_20090725_1\config\OPMN\opmn\states
    [2009-07-25T20:51:02][opmn][NOTIFICATION:1][675][OPMN][code:pm-internal]OPMN server ready.  Request handling enabled.
    [2009-07-25T20:52:02][opmn][NOTIFICATION:1][676][OPMN][code:pm-internal]OPMN server stopped.  Request handling disabled.
    [2009-07-25T20:52:02][opmn][TRACE:1][667][OPMN][code:pm-requests]Request 6 Started.  Command: /reload
    [2009-07-25T20:52:04][opmn][ERROR:1][180][OPMN][code:internal]getaddrinfo(::0, 6701, 1) failed (No such host is known. ): Invalid argument
    [2009-07-25T20:52:06][opmn][NOTIFICATION:1][90][OPMN][code:ons-internal]ONS server initiated
    [2009-07-25T20:52:06][opmn][NOTIFICATION:1][522][OPMN][code:pm-internal]PM state directory exists: E:\Oracle\Middleware\asinst_20090725_1\config\OPMN\opmn\states
    [2009-07-25T20:52:06][opmn][NOTIFICATION:1][675][OPMN][code:pm-internal]OPMN server ready.  Request handling enabled.
    h2. C:\Program Files\Oracle\Inventory\logs\install2009-07-25_08-26-21PM.log
    [2009-07-25T20:28:08.086-06:00] [as] [TRACE] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.imQueries.getDefaultDNValue] [tid: 13] [ecid: 0000IAosT7N5yW^5xV_AiW1AQvv^000004,0] [SRC_CLASS: oracle.as.idm.install.validation.GetDefaultDNBasedOnDomainName] [SRC_METHOD: executeHandler] Exception[[
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
         at java.lang.String.substring(String.java:1938)
         at java.lang.String.substring(String.java:1905)
         at oracle.as.idm.install.validation.GetDefaultDNBasedOnDomainName.executeHandler(GetDefaultDNBasedOnDomainName.java:100)
         at oracle.as.install.engine.modules.handler.engine.HandlerLauncher$LaunchHelper.execute(HandlerLauncher.java:482)
         at oracle.as.install.engine.modules.handler.engine.HandlerLauncher$LaunchHelper.launch(HandlerLauncher.java:408)
         at oracle.as.install.engine.modules.handler.engine.HandlerLauncher.execute(HandlerLauncher.java:176)
         at oracle.as.install.engine.modules.handler.engine.HandlerEngine.execute(HandlerEngine.java:137)
         at oracle.as.install.engine.modules.handler.HandlerModule.performOperation(HandlerModule.java:455)
         at oracle.as.install.engine.modules.handler.HandlerModule.performCalculations(HandlerModule.java:427)
         at oracle.as.install.engine.modules.handler.HandlerModule.processModuleEvent(HandlerModule.java:356)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.processEvent(PartnerModuleImpl.java:118)
         at oracle.as.install.engine.InstallEngine.notifyListeners(InstallEngine.java:631)
         at oracle.as.install.engine.InstallEngine.processEvent(InstallEngine.java:589)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyAllEventListenersHelper(PartnerModuleImpl.java:227)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyListeners(PartnerModuleImpl.java:191)
         at oracle.as.install.engine.modules.presentation.PresentationModule.executeModifiedDWizardEvent(PresentationModule.java:697)
         at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.fireLaunchInputHandlerEvent(ModifiedDWizard.java:3075)
         at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.doNext(ModifiedDWizard.java:852)
         at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.executeEvent(ModifiedDWizard.java:2893)
         at oracle.as.install.engine.modules.presentation.PresentationModule.processModuleEvent(PresentationModule.java:414)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.processEvent(PartnerModuleImpl.java:118)
         at oracle.as.install.engine.InstallEngine.notifyListeners(InstallEngine.java:631)
         at oracle.as.install.engine.InstallEngine.processEvent(InstallEngine.java:589)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyAllEventListenersHelper(PartnerModuleImpl.java:227)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyListeners(PartnerModuleImpl.java:191)
         at oracle.as.install.engine.modules.handler.HandlerModule.processModuleEvent(HandlerModule.java:340)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.processEvent(PartnerModuleImpl.java:118)
         at oracle.as.install.engine.InstallEngine.notifyListeners(InstallEngine.java:631)
         at oracle.as.install.engine.InstallEngine.processEvent(InstallEngine.java:589)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyAllEventListenersHelper(PartnerModuleImpl.java:227)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyListeners(PartnerModuleImpl.java:191)
         at oracle.as.install.engine.modules.presentation.PresentationModule.executeModifiedDWizardEvent(PresentationModule.java:692)
         at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.fireValidationEvent(ModifiedDWizard.java:3054)
         at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.doNext(ModifiedDWizard.java:871)
         at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:6041)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
         at java.awt.Component.processEvent(Component.java:5806)
         at java.awt.Container.processEvent(Container.java:2058)
         at java.awt.Component.dispatchEventImpl(Component.java:4413)
         at java.awt.Container.dispatchEventImpl(Container.java:2116)
         at java.awt.Component.dispatchEvent(Component.java:4243)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
         at java.awt.Container.dispatchEventImpl(Container.java:2102)
         at java.awt.Window.dispatchEventImpl(Window.java:2440)
         at java.awt.Component.dispatchEvent(Component.java:4243)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    [2009-07-25T20:52:02.523-06:00] [as] [WARNING] [] [oracle.as.config] [tid: 18] [ecid: 0000IAowE995yW^5xV_AiW1AQvv^000009,0] Directories for component oid1 could not be thoroughly deleted.[[
    oracle.as.config.impl.SimpleProvisionException: One or more files could not be deleted. See prior log(s).
         at oracle.as.config.impl.OracleASComponentBaseImpl.deleteComponentDirs(OracleASComponentBaseImpl.java:774)
         at oracle.as.config.impl.OracleASComponentBaseImpl.remove(OracleASComponentBaseImpl.java:292)
         at oracle.as.config.impl.OracleASComponentBaseImpl.remove(OracleASComponentBaseImpl.java:144)
         at oracle.as.config.impl.OracleASComponentBaseImpl.remove(OracleASComponentBaseImpl.java:125)
         at oracle.iam.management.oid.install.wls.OIDComponent.postCreateConfig(OIDComponent.java:337)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:146)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:74)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:390)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:347)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:133)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:521)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:437)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:870)
         at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:894)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:82)
         at java.lang.Thread.run(Thread.java:619)
    [2009-07-25T20:52:07.179-06:00] [as] [WARNING] [] [oracle.as.config] [tid: 18] [ecid: 0000IAowE995yW^5xV_AiW1AQvv^000009,0] Failed to start component oid1[[
    oracle.as.config.ProvisionException: HTTP status code = 400 : No processes or applications match the specified configuration.
         at oracle.as.config.impl.OracleASComponentBaseImpl.manageProcess(OracleASComponentBaseImpl.java:892)
         at oracle.as.config.impl.OracleASComponentBaseImpl.start(OracleASComponentBaseImpl.java:1011)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:154)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:74)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:390)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:347)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:133)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:521)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:437)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:870)
         at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:971)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:82)
         at java.lang.Thread.run(Thread.java:619)
    [2009-07-25T20:52:07.179-06:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 18] [ecid: 0000IAowE995yW^5xV_AiW1AQvv^000009,0] Status of component false
    [2009-07-25T20:52:07.179-06:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 18] [ecid: 0000IAowE995yW^5xV_AiW1AQvv^000009,0] [[
    oracle.as.config.ProvisionException: Failed to start the component
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:158)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:74)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:390)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:347)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:133)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:521)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:437)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:870)
         at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:971)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:82)
         at java.lang.Thread.run(Thread.java:619)
    Edited by: Rodolfo Ferrari on Jul 26, 2009 4:11 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              

    Hi Rodolfo Ferrari,
    I meet below error, do you have any clue about it?
    Thanks at first
    C:\Program Files\Oracle\Inventory\logs\install2009-09-22_07-44-01PM.log
    [2009-09-22T19:53:48.750+08:00] [as] [WARNING] [] [oracle.as.config] [tid: 13] [ecid: 0000IFX^mBg4ykWFLzbQ8A1AiBYG000004,0] Failed to start component oid1[[
    oracle.as.config.ProvisionException: HTTP status code = 204 : 0 of 1 processes started.
         at oracle.as.config.impl.OracleASComponentBaseImpl.manageProcess(OracleASComponentBaseImpl.java:892)
         at oracle.as.config.impl.OracleASComponentBaseImpl.start(OracleASComponentBaseImpl.java:1011)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:154)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:74)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:390)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:347)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:133)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:521)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:437)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:870)
         at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:971)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:82)
         at java.lang.Thread.run(Thread.java:619)
    [2009-09-22T19:53:48.750+08:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000IFX^mBg4ykWFLzbQ8A1AiBYG000004,0] Status of component false
    [2009-09-22T19:53:48.750+08:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000IFX^mBg4ykWFLzbQ8A1AiBYG000004,0] [[
    oracle.as.config.ProvisionException: Failed to start the component
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:158)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:74)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:390)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:347)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:133)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:521)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:437)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:870)
         at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:971)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:82)
         at java.lang.Thread.run(Thread.java:619)
    [2009-09-22T19:53:48.750+08:00] [as] [TRACE:16] [] [oracle.as.provisioning] [tid: 13] [ecid:                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • OIM 11g installation : Create Oracle Internet Directory Failed

    Hi, everyone,
    I have try to install OIM 11g for many times , but also error happened....
    I did like follow:
    1, install OS, window 2008 R2 64bit.(I have install oracle database 11g on another machine.)
    2, install weblogic 10.3.3 (without config domain)
    3, install OIM 10.1.1.2 64bit (without config, only software)
    4, install OIM patch set2 10.1.1.3 64bit
    5, use config.bat to config...
    select the new domain ...
    but , when start the Oracle Internet Directory , error happened and message like followed..
    AdminServer port is 7001
    trying to connect to TPC3013 7001
    Successful
    getDomainRuntimeMBeanServerConnection ...
    Connecting to Domain runtime ...
    trying to connect to TPC3013 7001
    Successfully connected to the Domain Runtime ...
    trying to connect to TPC3013 7001
    Successful
    MBean Server Connection is :javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection@5e83450d
    TPC3013 7001
    Instance asinst_1 already exists, continuing with component creation
    C:\Oracle\Middleware\Oracle_IDM1 C:\Oracle\Middleware\asinst_1 asinst_1
    oracle.as.config.ProvisionException: OID-23663
         at oracle.iam.management.oid.install.wls.OIDComponentHelper.setSuperUserCredentials(OIDComponentHelper.java:2267)
         at oracle.iam.management.oid.install.wls.OIDComponent.postCreateConfig(OIDComponent.java:343)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:145)
         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:358)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:136)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:522)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:438)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:865)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.ldap.util.UtilException: NamingException encountered in ldapModify [LDAP: error code 32 - No Such Object]
         at oracle.ldap.util.Util.ldapModify(Util.java:2555)
         at oracle.iam.management.oid.install.wls.OIDComponentHelper.setSuperUserCredentials(OIDComponentHelper.java:2254)
         ... 19 more
    help, thanks.

    I think this
    +Caused by: oracle.ldap.util.UtilException: NamingException encountered in ldapModify [LDAP: error code 32 - No Such Object]+
    shows the cause of error.
    I entered dc=com for OVD and realm: dn=myrealm for OID. Is it correct?
    Edited by: mfedo on Apr 15, 2011 12:43 AM

  • Unable to start Oracle Internet directory

    Hi,
    I installed Oracle Internet directory, if i try to login the oracle directory manager using superuser/proxy user/guset user, i am getting below errors.
    I entered default values in user and password fields.
    LDAP: error code 49 - 80090308:LdapErr: DSID-0c090334,comment:AcceptSecurityContext error, data 525,
    Could any one help me on the same.
    Regards,
    Rajesh

    I am assuming that your OID is running correctly. Here are the clues I could gather from your information:
    LDAP Error Code 49: The account credentials could not log in correctly
    SubError Code 525: The Bind DN is wrong
    Now, open Oracle Directory Manager and:
    Server: Enter Server name
    Port: Enter port number
    User: Instead of typing the user name/dn, click on the button next to the text box. Select your user from the tree displayed. Click Ok.
    Password: Type in the password.
    Click on Login.
    -shetty2k

  • Failed to Start Oracel Internet Directory in installation

    I tried to install OID in a RHEL5.3 server (a VM with 45GB hard disk and 2.6GB RAM) which hosts an Oracle 11g too. At the last step of "Start Oracle Internet Directory" failed. I have no choice but "Cancel" the installation.
    I have chosen "Install and Configure", and selected "Configure without a Domain", then I deselected "Oracle Virtual Directory" at "Configure Components" left with OID only.
    The only thing caught my eyes are a warning of "initialization processes is less than 500" and a warning on character set. I have chosen to ignore them.
    Everything seems smooth until the last step. How to check whether it actually finished except the OID start or else?
    Any suggestion? and why?
    fix or re-install?
    If I want to re-install, can I install over the existing one or should I deinstall first?
    Thanks in advance.

    Thanks for the info.
    When I installed the OID, I set Oracle Middleware Home Location: /u01/app/middleware; after the unsuccessful installation, three directory were created under there:
    Oracle_IDM1, asinst_1 and oracle_common
    I ran the "runInstaller -deinstall" under IDENTITY_MANAGEMENT_ORACLE_HOME/oui/bin (in my case, which is /u01/app/middleware/Oracle_IDM1/oui/bin), it did clean some files under IDENTITY_MANAGEMENT_ORACLE_HOME, however left with "asinst_1" and "oracle_common".
    I noticed that there is another runInstaller under "oracle_common"; but after I ran the "runInstaller -deinstall" under Oracle_IDM1/oui/bin, it will not be able to run ""runInstaller -deinstall" under "oracle_common" any more, saying "The Java RunTime Environment was not found ...."
    Should I clean the oracle_common and asinst_1 manually or what?

  • Fails when create oracle internet directory in oracle identity management

    Dear All,
    I try to configure oracle identity management and always getting error when try to create oracle internet directory.
    Running on windows 2008 server, oracle weblogic 10.3.4, oim 11.1.1.2.0.
    This is the log file as follow ...
    AdminServer port is 7001
    trying to connect to VM-WindowsServer2K8 7001
    Successful
    getDomainRuntimeMBeanServerConnection ...
    Connecting to Domain runtime ...
    trying to connect to VM-WindowsServer2K8 7001
    Successfully connected to the Domain Runtime ...
    trying to connect to VM-WindowsServer2K8 7001
    Successful
    MBean Server Connection is :javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection@1c58252
    VM-WindowsServer2K8 7001
    Instance idmfinal_2 already exists, continuing with component creation
    D:\Oracle\Middleware\Oracle_IDM1 D:\Oracle\Middleware\idmfinal_2 idmfinal_2
    oracle.as.provisioning.util.ConfigException:
    Error creating ASComponent oid1.
    Cause:
    An internal operation has failed: oracle/security/xmlsec/util/Base64
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:414)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:358)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:136)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:525)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:441)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:861)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.NoClassDefFoundError: oracle/security/xmlsec/util/Base64
         at oracle.security.jps.internal.common.util.JpsCommonUtil.<clinit>(JpsCommonUtil.java:212)
         at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:155)
         at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:166)
         at oracle.iam.management.oid.install.wls.OIDComponentHelper$3.run(OIDComponentHelper.java:2377)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.iam.management.oid.install.wls.OIDComponentHelper.delCredFromCSF(OIDComponentHelper.java:2372)
         at oracle.iam.management.oid.install.wls.OIDComponentHelper.removeCreds(OIDComponentHelper.java:2363)
         at oracle.iam.management.oid.install.wls.OIDComponent.onRemove(OIDComponent.java:423)
         at oracle.as.config.impl.OracleASComponentBaseImpl.remove(OracleASComponentBaseImpl.java:286)
         at oracle.as.config.impl.OracleASComponentBaseImpl.remove(OracleASComponentBaseImpl.java:173)
         at oracle.as.config.impl.OracleASComponentBaseImpl.remove(OracleASComponentBaseImpl.java:154)
         at oracle.iam.management.oid.install.wls.OIDComponent.onCreate(OIDComponent.java:221)
         at oracle.as.config.impl.OracleASComponentBaseImpl.createComponent(OracleASComponentBaseImpl.java:596)
         at oracle.as.config.impl.OracleASComponentBaseImpl.create(OracleASComponentBaseImpl.java:105)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:144)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:73)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:401)
         ... 15 more
    Caused by: java.lang.ClassNotFoundException: oracle.security.xmlsec.util.Base64
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionClassLoader.loadClass(StandardConfigActionClassLoader.java:75)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
         ... 32 more
    progress in calculate progress33
    please help me to solve this problem.
    Regards,
    -Ranubaya

    I hit retry and now the "Create Oracle Internet Directory" completed successfully. But now the error is on "Start Oracle Internet Directory". Following error appears in the log file:
    *[2011-01-06T17:11:51.929-06:00] [as] [WARNING] [] [oracle.as.config] [tid: 37] [ecid: 0000IpSwWP60jo8yBgpIcT1D9XrH00000S,0] Failed to start component oid1[[*
    oracle.as.config.ProvisionException: HTTP status code = 400 : No processes or applications match the specified configuration.
    Please assist!

  • Configure WebSphere Portal Server to use LDAP (Oracle Internet Directory)

    I did configuration for WebSphere Portal to use security with LDAP Oracle Internet Directory (OID). The script for configuring works well (WPSConfig.bat action-secure-portal-ldap)
    But when i start Portal Server it cannot start successfully. I did check in log file and found a error on SystemOut.log as attachment log below. I don't know what happen with WebSphere Portal Server.
    If you guys know how to fix it please let me know or point me some documents to configure this again.
    Thanks in advanced.
    Servlet E com.ibm.wps.engine.Servlet init EJPFD0016E: Initialization of service failed.
    com.ibm.wps.ac.DomainAdministratorNotFoundException: EJPSB0107E: Exception occurred while retrieving the identity of the domain adminuser/admingroup uid=wpsadmin,cn=Users,dc=localhost,dc=com.

    There is no clear documentation available to enable custom security but IBM info center has decent documentation for LDAP based security. I would say follow the steps mentioned for IBM directory and then modify the necessary configuration parameters for OID. This should solve your issues. For better help open a PMR with IBM to get necessary quick help.

  • Does Oracle Internet Directory come with Application Server 10g Release 3

    I noticed Appserver 10g 10.1.3 does not have as many components as Appserver 10.1.2. It does not even come with Oracle Internet Directory. Do I need to install Appserver 10.1.2 first and then upgrade to Appserver 10.1.3?

    Nope. Doesn't work that way. AS 10.1.3 is a different release...
    Perhaps one way of seeing AS is as a family name for sets of application platform products or technology. The "core" of AS is OHS and OC4J + management, for many of the releases or product sets (i.e. not all of the AS family are or were based on OC4J). On top of that core, Oracle adds products depending on the release.
    If you go from the Downloads menu -
    You would see that (currently) 10.1.3.x or 10.1.3.1 ("for deployment" - See All) is e.g a SOA Suite release. It also has Service Registry, Data Integrator and WebCenter Suite.
    AS 10.1.3.0.0 is a OC4J release, if I'm not mistaken, to include support for Java/JDK 5.
    AS 10.1.4.0.1 is a Identity Management release.
    If you are looking for other app server products such as Discoverer or Reports Services, the latest release that I know of is 10.1.2.0.2. If you have AS 10.1.2.0.x, you may upgrade the including products via a patch set to 10.1.2.2 or later. Portal and IM components in this release may be upgraded to 10.1.4.x.
    Also note that AS patch sets might introduce some additional version number confusion.
    Combining different releases into mid-tier and infrastructure services is possible, if you need to stay with the latest features (such as a setup with 10.1.2.x mid-tiers using 10.1.4 Identity management). See Upgrade and Installation guides for information and configuration rules.
    http://www.oracle.com/technology/software/products/ias/htdocs/101310.html
    http://www.oracle.com/technology/software/products/ias/htdocs/101401.html
    http://www.oracle.com/technology/software/products/ias/htdocs/101202.html
    Message was edited by:
    orafad

  • Error while configuring Oracle Internet Directory

    Hi All,
    I have installed OID according to instructions in
    http://download.oracle.com/docs/cd/E21764_01/install.1111/b32474/start.htm#BEHHHCBB
    I was trying to configure OID using instructions given in section 6.5 Only OID Without a WebLogic Domain at below url
    http://download.oracle.com/docs/cd/E21764_01/install.1111/e12002/oid.htm#CIHHFIGC
    The configurations is failing in creation of directory giving an error below:
    [2011-11-15T12:14:40.321+05:30] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 12] [ecid: 0000JE_xudK9d_QwI^e9Sv1EkWaj000003,0] Ports: nonssl= 3060 ssl= 3131
    [2011-11-15T12:14:40.321+05:30] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 12] [ecid: 0000JE_xudK9d_QwI^e9Sv1EkWaj000003,0] Creating OID specific directories
    [2011-11-15T12:14:40.321+05:30] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 12] [ecid: 0000JE_xudK9d_QwI^e9Sv1EkWaj000003,0] JPS Files already exist: oracle.as.config.ProvisionException: Dest file (C:\Oracle\Middleware\asinst_2\config\JPS\jps-config-jse.xml) already exists.
    [2011-11-15T12:14:40.321+05:30] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 12] [ecid: 0000JE_xudK9d_QwI^e9Sv1EkWaj000003,0] Files already exist: oracle.as.config.ProvisionException: Dest file (C:\Oracle\Middleware\asinst_2\config\JPS\system-jazn-data.xml) already exists.
    [2011-11-15T12:14:41.774+05:30] [as] [ERROR] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JE_xudK9d_QwI^e9Sv1EkWaj000003,0] [[
    java.lang.NoClassDefFoundError: oracle/security/xmlsec/util/Base64
    at oracle.security.jps.internal.common.util.JpsCommonUtil.<clinit>(JpsCommonUtil.java:204)
    at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:154)
    at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:165)
    at oracle.iam.management.oid.install.wls.OIDComponentHelper$1.run(OIDComponentHelper.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.iam.management.oid.install.wls.OIDComponentHelper.setCredInCSF(OIDComponentHelper.java:389)
    at oracle.iam.management.oid.install.wls.OIDComponentHelper.setPasswdsInCSF(OIDComponentHelper.java:361)
    at oracle.iam.management.oid.install.wls.OIDComponent.onCreate(OIDComponent.java:177)
    at oracle.as.config.impl.OracleASComponentBaseImpl.createComponent(OracleASComponentBaseImpl.java:596)
    at oracle.as.config.impl.OracleASComponentBaseImpl.create(OracleASComponentBaseImpl.java:105)
    at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:144)
    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:358)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:136)
    at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:537)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:441)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:820)
    at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:855)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.ClassNotFoundException: oracle.security.xmlsec.util.Base64
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionClassLoader.loadClass(StandardConfigActionClassLoader.java:75)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    ... 29 more
    [2011-11-15T12:14:41.774+05:30] [as] [TRACE:16] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JE_xudK9d_QwI^e9Sv1EkWaj000003,0] [SRC_CLASS: IdMProvisioningEventListener] [SRC_METHOD: onConfigurationError] ENTRY bb084f6d-09f4-4737-b462-a0a877a439db
    [2011-11-15T12:14:41.774+05:30] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JE_xudK9d_QwI^e9Sv1EkWaj000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] ________________________________________________________________________________
    [2011-11-15T12:14:41.774+05:30] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JE_xudK9d_QwI^e9Sv1EkWaj000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] onConfigurationError -> configGUID bb084f6d-09f4-4737-b462-a0a877a439db
    [2011-11-15T12:14:41.774+05:30] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JE_xudK9d_QwI^e9Sv1EkWaj000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] ErrorID: 35076
    [2011-11-15T12:14:41.774+05:30] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JE_xudK9d_QwI^e9Sv1EkWaj000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] Description: [[
    Error creating ASComponent oid1.
    Cause:
    An internal operation has failed: oracle/security/xmlsec/util/Base64
    Action:
    See logs for more details.
    [2011-11-15T12:14:41.774+05:30] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JE_xudK9d_QwI^e9Sv1EkWaj000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] ________________________________________________________________________________
    [2011-11-15T12:14:41.774+05:30] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JE_xudK9d_QwI^e9Sv1EkWaj000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] onConfigurationError -> eventResponse ==oracle.as.provisioning.engine.ConfigEventResponse@1cc678a
    [2011-11-15T12:14:41.774+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JE_xudK9d_QwI^e9Sv1EkWaj000003,0] [OOB IDM CONFIG EVENT] onConfigurationError -> Configuration Status: -1
    [2011-11-15T12:14:41.774+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JE_xudK9d_QwI^e9Sv1EkWaj000003,0] [OOB IDM CONFIG EVENT] onConfigurationError -> Asking User for RETRY or ABORT
    [2011-11-15T12:14:41.774+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JE_xudK9d_QwI^e9Sv1EkWaj000003,0] [OOB IDM CONFIG EVENT] onConfigurationError -> ActionStep:OID
    [2011-11-15T12:14:41.774+05:30] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JE_xudK9d_QwI^e9Sv1EkWaj000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] onConfigurationError -> wait for User Input ....
    ===================================================================
    It is not able to find the class oracle.security.xmlsec.util.Base64.
    I was able to find a related thread on this issue at Oracle Internet Directory Config Error Linux x64 java.lang.NoClassDefFoundE
    but didn't find much helpful.
    The setup details are as follows:
    Weblogic Version: 10.3.5
    RCU Version: 11.1.1.3.3
    IDM version: 11.1.1.2.0 (release version) Upgraded to 11.1.1.5.0 (Patchset version)
    Also Oracle IDM installation has the jar file odst_xmlsec.jar having the Base64 class.
    Please let me know if you see any issues.
    Thanks in advance,
    Vikrant
    Edited by: 894449 on Nov 16, 2011 1:01 AM

    Hi,
    Please try
    "Error Creating ASComponent Oid1" Error During OID Configuration When Installing OID11g (Doc ID 1427253.1) that should resolve the issue.

  • Upload a certificate into Oracle Internet Directory

    hello everybody
    I want to upload a certificate into Oracle Internet Directory and the following error appeared
    Upload Wallet Failed
    LDAP error code 49 Invalid Credentials
    When I am going to upload the certificate the wallet wizard ask me only for the server and host no where username/password.
    So any idea where to search and fix the problem ??
    thanks a lot

    I suggest verify the steps with below link and if you unable to resolve do all the steps again given in link
    http://www.vinaytechs.com/2009/10/how-to-setup-ssl-in-oracle-internet.html

  • OIM: Manage Oracle Internet Directory Groups

    Hello,
    In the Oracle Identity Manager Web Administrative And User Console, there is a option to manage User Groups. I was wondering if it is possible with OIM to manage groups (objectclass groupOfUniqueNames) that are at Oracle Internet Directory. Or this option is only to manage internal OIM user groups?
    Thanks in advance.

    Sagar, I was successful recociling group lookups.
    Now, I want to import the OID groups to OIM to be managed via web adminsitration console. For this, I'm running (I suppose that I'm right) OID Group Recon Task. However, I'm always getting the following error:
    ------ DEBUG 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - com.thortech.xl.integration.OID.schedule.tasks.tcTskOIDGrouporRoleReconTaskgetITResourcePropValue()getITResourcePropValue() Group Reconciliation Time Stamp = 20091201121351z
    DEBUG 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - com.thortech.xl.integration.OID.schedule.tasks.tcTskOIDGrouporRoleReconTask : getITResourcePropValue():: FINISHED
    DEBUG 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - com.thortech.xl.integration.OID.schedule.tasks.tcTskOIDGrouporRoleReconTask : init():: STARTED
    DEBUG 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - com.thortech.xl.integration.OID.schedule.tasks.tcTskOIDGrouporRoleReconTask : execute():: STARTED
    DEBUG 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - com.thortech.xl.integration.OID.util.tcUtilLDAPOperations : tcUtilLDAPOperations():: STARTED
    DEBUG 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - Parameter Variables passed into com.thortech.xl.integration.OID.util.tcUtilLDAPOperations:tcUtilLDAPOperations(): Login Variables are:: are sServerName = 10.126.70.10, sPortNo = 3060, sPrincipalDN = cn=orcladmin, cn=Users,dc=ccfdev, dc=local, sProviderURL = ldap://10.126.70.10:3060,
    INFO 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - Parameter Variables passed into com.thortech.xl.integration.OID.util.tcUtilLDAPOperations:tcUtilLDAPOperations(): Login Variables are:: are sServerName = 10.126.70.10, sPortNo = 3060, sPrincipalDN = cn=orcladmin, cn=Users,dc=ccfdev, dc=local, sProviderURL = ldap://10.126.70.10:3060,
    DEBUG 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - Parameter Variables passed into com.thortech.xl.integration.OID.util.tcUtilLDAPOperations:tcUtilLDAPOperations(): Login Variables are:: for isSSLEnabled = false
    DEBUG 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - com.thortech.xl.integration.OID.util.tcUtilLDAPOperations : tcUtilLDAPOperations():: FINISHED
    DEBUG 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - OID:tcTskOIDGrouporRoleReconTask: execute()Start of Reconciliation.
    DEBUG 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - com.thortech.xl.integration.OID.schedule.tasks.tcTskOIDGrouporRoleReconTask : performReconciliation():: STARTED
    ERROR 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - ====================================================
    ERROR 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - OID:tcTskOIDGrouporRoleReconTask:performReconciliation():String index out of range: -1
    ERROR 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - ====================================================
    DEBUG 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - com.thortech.xl.integration.OID.util.tcUtilLDAPOperations : disconnectFromLDAP():: STARTED
    ERROR 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - ====================================================
    ERROR 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - com.thortech.xl.integration.OID.util.tcUtilLDAPOperations : disconnectFromLDAP() : : Unable to close LDAP Context. The context was probably not created, since it is null
    ERROR 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - ====================================================
    ERROR 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - ====================================================
    ERROR 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - Exception at the end in OID:tcTskOIDGrouporRoleReconciliation:processChange(): com.thortech.xl.integration.OID.util.tcUtilLDAPOperations: Unable to close LDAP Context. The context was probably not created, since it is null
    ERROR 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - ====================================================
    DEBUG 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - OID:tcTskOIDGrouporRoleReconTask: execute()End of Reconciliation.
    DEBUG 16 Dez 2009 11:28:11,112 QuartzWorkerThread-1 XL_INTG.OID - com.thortech.xl.integration.OID.schedule.tasks.tcTskOIDGrouporRoleReconTask : execute():: FINISHED ------
    Am I missing something? Any tips?
    Thanks in advance.

  • Export users in Oracle internet directory

    hi!
    i want to export all the users fro Oracle internet directory with their passwords,resources each and every information regarding users.....
    please tell me how to export and then import those users.....
    actually im tranferring those all users from one application servers OID to another Application server OID....

    There are a few good notes on Metalink about this :
    251776.1 : How to Copy Users and Groups from One OracleAS Infrastructure to Another
    436998.1 : Considerations For Migrating Entries From One OID To Another
    223804.1 : Migrating Users with Password from OID version 2.1.1 or 3.0.1 to higher versions of OID
    404335.1 : How To Migrate / Import / Move / Copy Users From A Database (i.e., Portal, Discoverer, etc.) Into OID, To Enable Users To Login Via SSO
    You may also want to check the backup/restore procedures for small directory in the documentation .
    Thanks,
    EJ

  • Register with Oracle Internet Directory

    During installation of Oracle Application server window appear for Register with Oracle Internet Directory
    Host :
    Port:
    what should enter here.

    Hi Xaver,
    Seems ur installing OAS10g r2,
    Host:is ur server's ip addess where ur installing Application Server
    Port:389(its a default port for Oracle Internet Directory)
    Regards
    Fabian

  • Instalation of Oracle Internet Directory

    I need help
    after installing oracle I have try to run OID but when I execute
    oidmon connect=cc start
    I get
    Error Connecting to Database:-1017
    null

    Hi Sam:
    Actually if you have nothing on your machine you want to do an Oracle Internet Directory insrtallations. If you have the 9i DB
    CD's then you want to select the "Management Integration" from the first install selection page. This will take you to another
    page where you can select "Oracle Internet Directory".
    When you install OID it will check to see if you have any databses installed on your machine. If there are no other databases
    installed it will automatically install the proper database for you. If there are other databases insrtalled on this machine it will
    give you a chioce to install a new defualt OID database or allow you to selct an existing database and install OID there..
    Thanks,
    Jay

  • Migrating Oracle Internet Directory Data

    We are trying to migrate oracle internet directory data from one of our test environments to the production environments. Both the environments are running on windows 2000 Operating Systems.
    We are followiing the procedures mentioned in the Oracle Application Server 10g Administrator's Guide for the migration. But in one of the sections there is a command that uses unix shell script files - catalog.sh
    This doesnt work in the windows environment, and only after completing this task I can proceed with the migration. Can anyone let us know if there is any windows equivalent file for this catalog.sh. How to proceed from here..

    Arnal,
    Is this really a Portal thread?
    Anyway... Maybe you have two options here (for example):-
    1. Either use the CYGWIN.
    2. Use the LDAPSEARC & LDAPADD to bring everything from Source to Target. In the middle change/substitue the necessary strings, ie, like for example domain.
    I hope it helps...
    Cheers,
    Pedro.

Maybe you are looking for