Oracle Internet Directory - query.

Hello ,
I have query.. as below.. plz provide inputs..
While installing OID, is it mandatory to install Oracle DB... ?
If not, then any idea what is the DB used for OID in the backend ?
Thank you,
Gops

Hi Gops,
Follow the below sequence to make your Oracle Database/RAC usage for OID at the backend
1) Oracle Database 10g (Version 10.2.0.1). Install the database software only
2) Upgrade the Oracle Database 10g from 10.2.0.1 to 10.2.0.4 (OID requires a Metadata Repository Database which is certified)
3) Install Oracle Database 10g Companion for Ultra Search Option
4) Create a database instance using dbca utility tool, with following DB initialization parameters to be updated while creation (aq_tm_process --> 3 , db_cache_size --> 157286400 , shared_pool_size --> 209715200 , java_pool_size --> 136314880, sesssion --> 500)
5) Install MRCA on top of Oracle Database.
6) Install Oracle Internet Directory using Identity Management Option.
Hope this will help you out.
Thanks,
Ajay Babu Pentela

Similar Messages

  • Oracle Single Sign on and Oracle Internet Directory

    Hello Gurus,
    What is the relationship between Oracle Single Sign on and Oracle Internet Directory.
    To my understanding, OID is required to install SSO.
    If OID already exist, can we just install SSO and go on integrating it to existing OID.
    Great Thanks,
    vimal jain.
    [email protected]

    Hi Tim,
    I've been working on this and could reproduce the issue with anonymous binds. A fix will be ready in 4.2.1.
    So what I really need is the password used for login to pass to the is_member call.The P101_PASSWORD item does not save state. However, you can access the value during submit processing of the login page, for example in the post authentication function of your authentication scheme. People sometimes put code in there to query the user's groups (e.g. with apex_ldap.member_of2) and save them in an application. This item value can then be used in the authorization schemes.
    Regards,
    Christian

  • 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.

  • 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.

  • OCS 10.1.2 using Oracle Internet Directory R3 (10.1.4)

    Hello people...
    Somebody knows if it is possible that OCS 10.1.2 can use an existing Oracle Internet Directory 10.1.4?
    Documentation specify compatibility with OID 9.x versions and obviously OID 10.1.2 and Certify list of Collaboration Suite for Identity Management specify only version 10.1.2 and no for the new latest version 10.1.4.
    I think that both documents were written before the release of Identity Management 10.1.4. Are you test in your environments this configuration? works?
    Thanks in advance for your comments...

    A para in a metalink note states that ocs 10.1.2.3 portlets can be deployed on a portal 10.1.4 using IAS 10.1.2 infra structure(but i donot think that oid version is 10.1.4 ).
    According to Note:389677.1
    Check the list of possible scenarios for OCS portlets - Portal coexistence to see, what is possible and what is not possible: ·
         OCS 10.1.2.x is shipped with Portal 10.1.2.0.2 and the OCS 10.1.2 portlets can be used with a 10.1.2.0.2 Portal ·     
    OCS 10.1.2.x portlets can be deployed to a 10.1.2.0.2 Portal ·
         OCS 10.1.2.0.0 portlets cannot be used with a Portal 10.1.4 ·     OCS 10.1.2.1.0 portlets cannot be used with a Portal 10.1.4 ·
         OCS 10.1.2.2.0 portlets can be used with a Portal 10.1.4 and they can be deployed to a 10.1.4 Portal.This scenario is supportet, but not certified yet.Mandatory prerequisite is the OCS cumulative patch 10.1.2.2 (see Note 352989.1) or better OCS cumulative patch 10.1.2.3 (see Note 361082.1)
    Following scenarios were tested by Oracle Support - but these are not certified yet:·     
    OCS 10.1.2.3 and 10.1.4 Portal using the OCS infrastructureNote 392913.1
    How To Register OCS 10.1.2.3 Portlets To External 10.1.4 Portal Using OCS Infrastructure Note 392913.1
    How To Register OCS 10.1.2.3 Portlets To External 10.1.4 Portal Using OCS Infrastructure ·
    OCS 10.1.2.3 and 10.1.4 Portal using an 10.1.2.0.2 iAS infrastructureNote 393590.1
    How To Register OCS 10.1.2.3 Portlets To External 10.1.4 Portal Using IAS Infrastructure Note 393590.1 How To Register OCS 10.1.2.3 Portlets To External 10.1.4 Portal Using IAS Infrastructure ·     OCS 10.1.2.3 (using OCS infrastructure) and Portal 10.1.4 using another iAS 10.1.2.0.2 infrastructureNote 390467.1 How To Register OCS 10.1.2.3 Portlets To External 10.1.4 Portal Note 390467.1 How To Register OCS 10.1.2.3 Portlets To External 10.1.4 Portal

  • 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

  • How to add users/entry in the oracle internet directory using XML file

    hi friends,
    i need to know how to add entries, attributes in the oracle internet directory using the XML file.

    I could able to execute the ldapadd command with out error as
    ldapadd -h islch-532.i-flex.com -p 389 -D "cn=orcladmin" -w password -X mypath/filename.xml
    but the data entry is not added in OID. can any one help me out.

  • 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

  • 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!

  • 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.

  • 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

  • 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

  • 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:                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • 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

  • What is oracle internet directory

    Hi,
    what is this oracle internet directory, and why do we user this.
    thank you!

    Two seconds of Bing and I came up with
    http://en.wikipedia.org/wiki/Oracle_Internet_Directory
    Sybrand Bakker
    Senior Oracle DBA

Maybe you are looking for