Provision Identity Management

Installing Oracle Fusion Applications > Setting up Identity and Access Management Node > Provision Identity Management

Previous: Create IDM provisioning Response File

Pro Oracle Fusion Applications – Installation and Administration

Now you can buy the first and only comprehensive book on Oracle Fusion Applications Installation and Administration which covers end to end information on introduction, planning, installation and troubleshooting guides for implementing Fusion Applications on premise. Buy it now from any of the following stores.

http://www.amazon.com/Pro-Oracle-Fusion-Applications-Administration/dp/1484209842

http://www.barnesandnoble.com/w/pro-oracle-fusion-applications-tushar-thakker/1121094340

http://www.apress.com/9781484209844

http://www.springer.com/us/book/9781484209844

Provisioning process includes same following phases that we will see during Fusion Applications Provisioning.

1. preverify

2. install

3. preconfigure

4. configure

5. configure-secondary

6. postconfigure

7. startup

8. validate

Now for the provisioning process we have 2 options. Either we can use graphical interface which looks same as Fusion Applications Provisioning wizard and other option is to use command line.

Note: Oracle suggests us to use command line interface for IDM provisioning. We have tried both graphical and command line and we can confirm that command line completes without any issues. While using GUI, we might need to apply patch 16708003 immediately after install phase has completed to fix an issue which we encounter in configure phase.

 

The response file generated in last step is located at /app/provisioning/tools/idmlcm/provisioning/bin/provisioning.rsp

We will need to supply this response file at each phase of provisioning as follows.

./runIDMProvisioning.sh -responseFile <filename> -target <phase>

 

[fusion@idmhost bin]$ ./runIDMProvisioning.sh -responseFile /app/provisioning/tools/idmlcm/provisioning/bin/provisioning.rsp -target preverify

*** Checking java and fusion repository setting…

*** Using fusion repository at /stage

*** Valid java version. Using JAVA_HOME environment at /app/fusion/jdk6

*** Using local ant setting at /app/fusion/provisioning/ant

2013-11-03 05:35:31.842 TRACE

BUILD SUCCESSFUL

Total time: 40 seconds

 

Successfully finished preverify.

Proceed with install.

 

[fusion@idmhost bin]$ ./runIDMProvisioning.sh -responseFile /app/provisioning/tools/idmlcm/provisioning/bin/provisioning.rsp -target install

*** Checking java and fusion repository setting…

*** Using fusion repository at /stage

*** Valid java version. Using JAVA_HOME environment at /app/fusion/jdk6

*** Using local ant setting at /app/fusion/provisioning/ant

2013-11-03 08:32:33.621 TRACE

BUILD SUCCESSFUL

Total time: 173 minutes 24 seconds

 

Successfully finished install.

Proceed with preconfigure.

 

[fusion@idmhost bin]$ ./runIDMProvisioning.sh -responseFile /app/provisioning/tools/idmlcm/provisioning/bin/provisioning.rsp -target preconfigure

fusionRepository from rsp file: /stage

*** Checking java and fusion repository setting…

*** Using fusion repository at /stage

*** Valid java version. Using JAVA_HOME environment at /app/fusion/jdk6

*** Using local ant setting at /app/fusion/provisioning/ant

2013-11-03 13:17:42.263 TRACE

BUILD SUCCESSFUL

Total time: 70 minutes 15 seconds

 

Successfully finished preconfigure.

Proceed with configure.

 

[fusion@idmhost bin]$ ./runIDMProvisioning.sh -responseFile /app/provisioning/tools/idmlcm/provisioning/bin/provisioning.rsp -target configure

fusionRepository from rsp file: /stage

*** Checking java and fusion repository setting…

*** Using fusion repository at /stage

*** Valid java version. Using JAVA_HOME environment at /app/fusion/jdk6

*** Using local ant setting at /app/fusion/provisioning/ant

2013-11-03 13:56:06.366 TRACE

BUILD SUCCESSFUL

Total time: 36 minutes 19 seconds

 

Successfully finished configure.

Proceed with configure-secondary.

 

[fusion@idmhost bin]$ ./runIDMProvisioning.sh -responseFile /app/provisioning/tools/idmlcm/provisioning/bin/provisioning.rsp -target configure-secondary

fusionRepository from rsp file: /stage

*** Checking java and fusion repository setting…

*** Using fusion repository at /stage

*** Valid java version. Using JAVA_HOME environment at /app/fusion/jdk6

*** Using local ant setting at /app/fusion/provisioning/ant

2013-11-03 14:13:07.792 TRACE

BUILD SUCCESSFUL

Total time: 7 minutes 50 seconds

 

Successfully finished configure-secondary.

Proceed with postconfigure.

 

[fusion@idmhost bin]$ ./runIDMProvisioning.sh -responseFile /app/provisioning/tools/idmlcm/provisioning/bin/provisioning.rsp -target postconfigure

fusionRepository from rsp file: /stage

*** Checking java and fusion repository setting…

*** Using fusion repository at /stage

*** Valid java version. Using JAVA_HOME environment at /app/fusion/jdk6

*** Using local ant setting at /app/fusion/provisioning/ant

2013-11-03 15:03:24.987 TRACE

BUILD SUCCESSFUL

Total time: 48 minutes 39 seconds

 

Successfully finished postconfigure.

Proceed with startup.

 

[fusion@idmhost bin]$ ./runIDMProvisioning.sh -responseFile /app/provisioning/tools/idmlcm/provisioning/bin/provisioning.rsp -target startup

*** Checking java and fusion repository setting…

*** Using fusion repository at /stage

*** Valid java version. Using JAVA_HOME environment at /app/fusion/jdk6

*** Using local ant setting at /app/fusion/provisioning/ant

2013-11-03 16:02:01.282 TRACE

BUILD SUCCESSFUL

Total time: 38 minutes 34 seconds

 

Successfully finished startup.

Proceed with validate.

 

[fusion@idmhost bin]$ ./runIDMProvisioning.sh -responseFile /app/provisioning/tools/idmlcm/provisioning/bin/provisioning.rsp -target validate

fusionRepository from rsp file: /stage

*** Checking java and fusion repository setting…

*** Using fusion repository at /stage

*** Valid java version. Using JAVA_HOME environment at /app/fusion/jdk6

*** Using local ant setting at /app/fusion/provisioning/ant

2013-11-03 16:30:29.582 TRACE

BUILD SUCCESSFUL

Total time: 2 minutes 56 seconds

 

Successfully finished validate.

 

Next: Perform Post-Provisioning Configuration

 

Installing Oracle Fusion Applications – steps

A. Setting up Identity and Access Management Node

1. Install Fusion Applications Provisioning Framework

2. Install Oracle 11g Database (Identity management database)

3. Run Repository Creation Utility (RCU) for Oracle Identity Management components

4. Install Identity Management Provisioning Wizard

5. Create IDM provisioning Response File

6. Provision Identity Management

7. Perform Post-Provisioning Configuration

B. Setting up Fusion Applications Node

1. Install Fusion Applications Provisioning Framework

2. Install Oracle 11g Database (Fusion Apps Database)

3. Run Oracle Fusion Applications Repository Creation Utility (Applications RCU)

4. Create new Applications Provisioning Response File

5. Provision an Applications Environment

Nov 3rd, 2013 | Posted by Tushar Thakker | In Uncategorized
  1. kannan
    Dec 5th, 2017 at 12:01 | #1

    While running postconfigure steps linux server stopped not yet started.

  2. Md Arshad Ali
    Aug 3rd, 2017 at 10:21 | #2

    Hi when i am trying to pre verify
    My verifying is not succeed i am getting error.

    is there any solution

  3. ramit
    Apr 19th, 2017 at 13:26 | #3

    HI Tushar,
    Your doc’s are really helpful. I am having some issue during postconfig phase. actually the opss_tuing setting is falling.

    From the buildlogs we see the follwing
    .
    The following is what we see in logs
    .
    2017-04-18 21:44:18.415 NOTIFICATION [logStatus]
    STATE=BUILD_ERROR!TIMESTAMP=2017-04-18 21:44:18
    UTC!TARGET=opss-tuning-settings!CATEGORY=BUILD_ERROR!DOMAIN=NONE!HOSTNAME=g1sl
    clmx0011.ukdc1.ukg.oraclecloud.com!PRODUCTFAMILY=orchestration!PRODUCT=orchest
    ration!TASK=wlstScriptExecutor!TASKID=orchestration.orchestration.BUILD_ERROR.
    opss-tuning-settings.wlstScriptExecutor!MESSAGE=Process execution failed with
    return code: 1. Check the logs for more information.!DETAIL=Process execution
    failed with return code: 1. Check the logs for more
    information.!BUILDFILE=/idmAdmDomain/app/oracle/provisioning/tools/idmlcm/prov
    isioning/idm-provisioning-build/idm-common-build.xml!LINENUMBER=665!
    .
    2017-04-18 21:47:17.122 NOTIFICATION [logStatus]
    STATE=BUILD_ERROR!TIMESTAMP=2017-04-18 21:47:17
    UTC!TARGET=soa-cluster-settings!CATEGORY=BUILD_ERROR!DOMAIN=NONE!HOSTNAME=g1sl
    clmx0011.ukdc1.ukg.oraclecloud.com!PRODUCTFAMILY=orchestration!PRODUCT=orchest
    ration!TASK=wlstScriptExecutor!TASKID=orchestration.orchestration.BUILD_ERROR.
    soa-cluster-settings.wlstScriptExecutor!MESSAGE=Process execution failed with
    return code: 1. Check the logs for more information.!DETAIL=Process execution
    failed with return code: 1. Check the logs for more
    information.!BUILDFILE=/idmAdmDomain/app/oracle/provisioning/tools/idmlcm/prov
    isioning/idm-provisioning-build/soa-build.xml!LINENUMBER=626!
    (19/04/2017 00:15:42) christopher.masikati: connect(‘weblogic’, ”, ‘t3://admidmg-dr.ukdc1.ukg.oraclecloud.com:7001’)
    .
    .
    .
    From the buildlogs we see the follwing
    .
    opss_tuning_setting
    .
    connect(‘weblogic’, ”,
    ‘t3://admidmg-dr.ukdc1.ukg.oraclecloud.com:7001’)
    edit()
    startEdit()
    cd(‘/Servers/wls_oim1/ServerStart/wls_oim1’)
    cmo.setArguments(‘-Djps.subject.cache.key=5 -Djps.subject.cache.ttl=600000’)
    save()
    activate()
    disconnect()
    exit()
    .
    .
    soa_cluster_settings
    .
    connect(‘weblogic’, ”,
    ‘t3://admidmg-dr.ukdc1.ukg.oraclecloud.com:7001’)
    edit()
    startEdit()
    cd(‘/Clusters/soa_cluster’)
    cmo.setFrontendHost(‘idminternal-dr.em1.ukg.oraclecloud.com’)
    cmo.setFrontendHTTPPort(80)
    save()
    activate()
    disconnect()
    exit()
    .
    The following is the error I am seeing for opss_tuning_setting
    .
    This Exception occurred at Tue Apr 18 21:44:18 UTC 2017.
    weblogic.application.ModuleException:
    Problem invoking WLST – Traceback (innermost last):
    File
    “/idmAdmDomain/app/oracle/provisioning/tools/idmlcm/provisioning/idm-provision
    ing-build/config/opss_tuning_settings.py”, line 7, in ?
    File “”, line 376, in activate
    File “”, line 1852, in raiseWLSTException
    WLSTException: Error occured while performing activate : Error while
    Activating changes. :
    .
    ]]
    [2017-04-18T21:44:18.394+00:00] [runIDMProvisioning-postconfigure]
    [NOTIFICATION] [] [runIDMProvisioning-postconfigure] [tid: 12] [ecid:
    0000Li31TuX7y0a5PNl3id1OxcY_000003,0] Use dumpStack() to view the full
    stacktrace[[
    .
    .
    ]]
    [2017-04-18T21:44:18.396+00:00] [runIDMProvisioning-postconfigure] [ERROR]
    [FAPROV-01093] [runIDMProvisioning-postconfigure] [tid: 10] [ecid:
    0000Li31SJd7y0a5PNl3id1OxcY_000000,0] [arg: wlstScriptExecutor] [arg: Process
    execution failed with return code: 1. Check the logs for more information.]
    [arg:
    /idmAdmDomain/app/oracle/provisioning/tools/idmlcm/provisioning/idm-provisioni
    ng-build/config/opss_tuning_settings.py] [arg: ] [[
    **** Failed to execute wlstScriptExecutor:Process execution failed with
    return code: 1. Check the logs for more information.
    .
    See
    /idmAdmDomain/app/oracle/provisioning/tools/idmlcm/provisioning/idm-provisioni
    ng-build/config/opss_tuning_settings.py
    ]]
    [2017-04-18T21:44:18.414+00:00] [runIDMProvisioning-postconfigure]
    [NOTIFICATION] [] [runIDMProvisioning-postconfigure] [tid: 10] [ecid:
    0000Li31SJd7y0a5PNl3id1OxcY_000000,0] [logStatus]
    STATE=BUILD_ERROR!TIMESTAMP=2017-04-18 21:44:18
    UTC!TARGET=opss-tuning-settings!CATEGORY=BUILD_ERROR!DOMAIN=NONE!HOSTNAME=g1sl
    clmx0011.ukdc1.ukg.oraclecloud.com!PRODUCTFAMILY=orchestration!PRODUCT=orchest
    ration!TASK=wlstScriptExecutor!TASKID=orchestration.orchestration.BUILD_ERROR.
    opss-tuning-settings.wlstScriptExecutor!MESSAGE=Process execution failed with
    return code: 1. Check the logs for more information.!DETAIL=Process execution
    failed with return code: 1. Check the logs for more
    information.!BUILDFILE=/idmAdmDomain/app/oracle/provisioning/tools/idmlcm/prov
    isioning/idm-provisioning-build/idm-common-build.xml!LINENUMBER=665!
    .
    .
    The following is the error I am seeing for soa_cluster_setting
    .
    .
    his Exception occurred at Tue Apr 18 21:47:17 UTC 2017.
    weblogic.application.ModuleException:
    Problem invoking WLST – Traceback (innermost last):
    File
    “/idmAdmDomain/app/oracle/provisioning/tools/idmlcm/provisioning/idm-provision
    ing-build/config/soa_cluster_settings.py”, line 8, in ?
    File “”, line 376, in activate
    .
    ]]
    [2017-04-18T21:47:17.114+00:00] [runIDMProvisioning-postconfigure]
    [NOTIFICATION] [] [runIDMProvisioning-postconfigure] [tid: 22] [ecid:
    0000Li328OZ7y0a5PNl3id1OxcY_00000D,0] File “”, line 1852, in
    raiseWLSTException[[
    WLSTException: Error occured while performing activate : Error while
    Activating changes. :
    Use dumpStack() to view the full stacktrace
    .
    .
    ]]
    [2017-04-18T21:47:17.115+00:00] [runIDMProvisioning-postconfigure] [ERROR]
    [FAPROV-01093] [runIDMProvisioning-postconfigure] [tid: 10] [ecid:
    0000Li31SJd7y0a5PNl3id1OxcY_000000,0] [arg: wlstScriptExecutor] [arg: Process
    execution failed with return code: 1. Check the logs for more information.]
    [arg:
    /idmAdmDomain/app/oracle/provisioning/tools/idmlcm/provisioning/idm-provisioni
    ng-build/config/soa_cluster_settings.py] [arg: ] [[
    **** Failed to execute wlstScriptExecutor:Process execution failed with
    return code: 1. Check the logs for more information.
    .
    See
    /idmAdmDomain/app/oracle/provisioning/tools/idmlcm/provisioning/idm-provisioni
    ng-build/config/soa_cluster_settings.py
    ]]
    [2017-04-18T21:47:17.121+00:00] [runIDMProvisioning-postconfigure]
    [NOTIFICATION] [] [runIDMProvisioning-postconfigure] [tid: 10] [ecid:
    0000Li31SJd7y0a5PNl3id1OxcY_000000,0] [logStatus]
    STATE=BUILD_ERROR!TIMESTAMP=2017-04-18 21:47:17
    UTC!TARGET=soa-cluster-settings!CATEGORY=BUILD_ERROR!DOMAIN=NONE!HOSTNAME=g1sl
    clmx0011.ukdc1.ukg.oraclecloud.com!PRODUCTFAMILY=orchestration!PRODUCT=orchest
    ration!TASK=wlstScriptExecutor!TASKID=orchestration.orchestration.BUILD_ERROR.
    soa-cluster-settings.wlstScriptExecutor!MESSAGE=Process execution failed with
    return code: 1. Check the logs for more information.!DETAIL=Process execution
    failed with return code: 1. Check the logs for more
    information.!BUILDFILE=/idmAdmDomain/app/oracle/provisioning/tools/idmlcm/prov
    isioning/idm-provisioning-build/soa-build.xml!LINENUMBER=626!
    [2017-04-18T21:47:17.123+00:00] [runIDMProvisioning-postconfigure] [ERROR]
    [FAPROV-00298] [runIDMProvisioning-postconfigure] [tid: 10] [ecid:
    0000Li31SJd7y0a5PNl3id1OxcY_000000,0] An Error Occured: [[
    Process execution failed with return code: 1. Check the logs for more
    information.
    at
    oracle.apps.fnd.provisioning.ant.taskdefs.WLSTScriptExecutorTask.executeTask(W
    LSTScriptExecutorTask.java:120)
    at
    oracle.apps.fnd.provisioning.ant.taskdefs.BaseProvisioningTask.execute(BasePro
    visioningTask.java:102)
    at
    org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.j
    ava:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at
    org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)

    I will be very thank full if you tell me what is reason of this failure.

  4. Nov 4th, 2016 at 17:55 | #4

    IDM Provisioning Step 8 of 15 is failing in the “Starting install for OID” — I can’t find anything in the log or xml files that point me to the root cause. Any suggestions?

  5. Nov 3rd, 2016 at 22:47 | #7

    PROBLEM (and some not so helpful replys)

    Hi! Tushar
    Although I have made the entries in limits.conf I am still getting the following error.
    File descriptor limits are not sufficient. Soft limit expected: 150,000, Hard limit expected: 150,000.!DETAIL=File descriptor limits are not sufficient. Soft limit expected: 150,000, Hard limit expected: 150,000.!BUILDFILE=/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-common-preverify-build.xml!LINENUMBER=121!
    I need your help. Please can you advise how to solve the above error.

    “Seems you have not completed the prerequisites for installation including setting linux parameters. This was the first step in the installation. Check the parameters including limists related ones at following link.”

    “Also if you are newbie to linux and oracle in general, I would not recommend you to go ahead with fusion apps install at this moment since it requires you to have basic linux skills and good database or applications knowledge.”

    — okay, this is a bit harsh.

    SOLUTION

    By default limits are taken from the /etc/security/limits.conf config file. Then individual *.conf files from the /etc/security/limits.d/ directory are read.

    One can follow the prerequisites but also check /etc/security/limits.conf directory for any files that might contain the same user. Any values inside these files will override any values set in /etc/security/limits.conf.

    Verify the desired result as follows:

    su – {fusion install user}
    ulimit -Ha
    ulimit -Sa

    • Tushar Thakker
      Nov 4th, 2016 at 08:52 | #8

      Dear Robert,

      Thank you for your comment. Could you please help me identify the replies that you have mentioned in your comment as I don’t remember replying this or even approving this if it was from someone else. Was it recently? Apologies if you got any harsh response on this forum.

      Sincerely
      Tushar

  6. Islam
    Aug 27th, 2016 at 16:03 | #11

    Hi,
    I’m getting below error while running (./runIDMProvisioning.sh -responseFile /d01/app/provisioning/tools/idmlcm/provisioning/bin/provisioning.rsp -target configure
    )
    ERROR:
    java.lang.IllegalArgumentException: USER_OID adapter already exists java.lang.IllegalArgumentException: USER_OID adapter already exists Check /d01/app/oracle/config/provisioning/logs/orafusion.localdomain.com/idmautomation-configOVD.log
    log file:
    Aug 27, 2016 6:04:17 PM oracle.idm.automation.util.Util setLogger
    WARNING: Logger initialized in warning mode
    Aug 27, 2016 6:04:23 PM oracle.idm.automation.AutomationTool ovdConfig
    SEVERE: java.lang.IllegalArgumentException: USER_OID adapter already exists
    at oracle.idm.automation.OVDConfigTool.configureOVDAdapters(OVDConfigTool.java:233)
    at oracle.idm.automation.OVDConfigTool.doOVDConfig(OVDConfigTool.java:591)
    at oracle.idm.automation.AutomationTool.ovdConfig(AutomationTool.java:289)
    at oracle.idm.automation.AutomationTool.parseCmdLine(AutomationTool.java:264)
    at oracle.idm.automation.AutomationTool.main(AutomationTool.java:146)
    Could anyone help pls?
    Thanks.

  7. Islam
    Aug 27th, 2016 at 16:02 | #12

    Hi,

    I’m getting below error while running (./runIDMProvisioning.sh -responseFile /d01/app/provisioning/tools/idmlcm/provisioning/bin/provisioning.rsp -target configure
    )

    ERROR:
    java.lang.IllegalArgumentException: USER_OID adapter already exists java.lang.IllegalArgumentException: USER_OID adapter already exists Check /d01/app/oracle/config/provisioning/logs/orafusion.localdomain.com/idmautomation-configOVD.log

    log file:

    Aug 27, 2016 6:04:17 PM oracle.idm.automation.util.Util setLogger
    WARNING: Logger initialized in warning mode
    Aug 27, 2016 6:04:23 PM oracle.idm.automation.AutomationTool ovdConfig
    SEVERE: java.lang.IllegalArgumentException: USER_OID adapter already exists
    at oracle.idm.automation.OVDConfigTool.configureOVDAdapters(OVDConfigTool.java:233)
    at oracle.idm.automation.OVDConfigTool.doOVDConfig(OVDConfigTool.java:591)
    at oracle.idm.automation.AutomationTool.ovdConfig(AutomationTool.java:289)
    at oracle.idm.automation.AutomationTool.parseCmdLine(AutomationTool.java:264)
    at oracle.idm.automation.AutomationTool.main(AutomationTool.java:146)

    Could anyone help pls?

    Thanks.

    • Talal Arshad
      Jul 14th, 2018 at 07:25 | #13

      How did You reslove it ???

  8. John
    Aug 15th, 2016 at 11:39 | #14

    Hi,
    I am following the steps in your book, however like a few others on here I am experiencing the following at the startup phase:

    2016-08-15 12:30:21.129 WARNING [exec] Exception while starting server ‘wls_oif1’

    2016-08-15 12:30:21.131 NOTIFICATION [exec] Starting server wls_oif1 ………..No stack trace available.

    2016-08-15 12:30:21.132 NOTIFICATION [exec] This Exception occurred at Mon Aug 15 12:30:21 BST 2016.

    2016-08-15 12:30:21.132 NOTIFICATION [exec] weblogic.management.scripting.ScriptException: Error occured while performing start : Server with name wls_oif1 failed to be started

    2016-08-15 12:30:21.136 WARNING [exec] Problem invoking WLST – Traceback (innermost last):

    2016-08-15 12:30:21.137 WARNING [exec] File “/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/config/nodemanager_start_server.py”, line 2, in ?

    2016-08-15 12:30:21.137 WARNING [exec] File “”, line 1279, in start

    2016-08-15 12:30:21.137 WARNING [exec] File “”, line 1847, in raiseWLSTException

    2016-08-15 12:30:21.137 WARNING [exec] WLSTException: Error occured while performing start : Error starting the server : Error occured while performing start : Server with name wls_oif1 failed to be started

    2016-08-15 12:30:21.137 WARNING [exec] Use dumpStack() to view the full stacktrace

    2016-08-15 12:30:21.137 WARNING [exec]

    2016-08-15 12:31:24.864 NOTIFICATION [logStatus] STATE=BUILD_ERROR!TIMESTAMP=2016-08-15 12:31:24 BST!TARGET=start-managed-server!CATEGORY=BUILD_ERROR!DOMAIN=NONE!HOSTNAME=idmhost!PRODUCTFAMILY=orchestration!PRODUCT=orchestration!TASK=wlstScriptExecutor!TASKID=orchestration.orchestration.BUILD_ERROR.start-managed-server.wlstScriptExecutor!MESSAGE=Process execution failed with return code: 1. Check the logs for more information.!DETAIL=Process execution failed with return code: 1. Check the logs for more information.!BUILDFILE=/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-common-install-build.xml!LINENUMBER=479!

    2016-08-15 12:31:24.901 TRACE
    BUILD FAILED
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-orchestration-build.xml:410: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-orchestration-build.xml:660: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-base-product-build.xml:423: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/access-build.xml:229: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/access-build.xml:257: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-base-app-build.xml:504: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/oif-build.xml:230: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-common-install-build.xml:479: Process execution failed with return code: 1. Check the logs for more information.

    Total time: 13 minutes 41 seconds

    • John
      Aug 15th, 2016 at 11:56 | #15

      OK, a bit more digging and I found this in \”wls_oif1.log\”. I am running with 24GB Ram and 8GB Swap which I thought would be plenty.

      #### <>

      • John
        Aug 15th, 2016 at 11:57 | #16

        Attempting to allocate 0 bytes

        There is insufficient native memory for the Java
        Runtime Environment to continue.

        Possible reasons:
        The system is out of physical RAM or swap space
        In 32 bit mode, the process size limit was hit

        Possible solutions:
        Reduce memory load on the system
        Increase physical memory or swap space
        Check if swap backing store is full
        Use 64 bit Java on a 64 bit OS
        Decrease Java heap size (-Xmx/-Xms)
        Decrease number of Java threads
        Decrease Java thread stack sizes (-Xss)
        Disable compressed references (-XXcompressedRefs=false)

  9. Seema Kothari
    May 7th, 2016 at 08:47 | #17

    Hi! Tushar

    Although I have made the entries in limits.conf I am still getting the following error.

    File descriptor limits are not sufficient. Soft limit expected: 150,000, Hard limit expected: 150,000.!DETAIL=File descriptor limits are not sufficient. Soft limit expected: 150,000, Hard limit expected: 150,000.!BUILDFILE=/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-common-preverify-build.xml!LINENUMBER=121!

    I need your help. Please can you advise how to solve the above error.

  10. Raghu
    May 27th, 2015 at 18:19 | #18

    [2015-05-27T14:07:04.431-04:00] [runIDMProvisioning-preverify] [ERROR] [FAPROV-00298] [runIDMProvisioning-preverify] [tid: 10] [ecid: 0000KqMZ^Kp5aa15zvc9yW1LPWUz000000,0] An Error Occured: [[
    java.lang.NullPointerException
    at org.apache.tools.ant.Project.fireMessageLoggedEvent(Project.java:2172)
    at org.apache.tools.ant.Project.fireMessageLogged(Project.java:2300)
    at org.apache.tools.ant.Project.log(Project.java:455)
    at org.apache.tools.ant.Task.log(Task.java:294)
    at org.apache.tools.ant.Task.log(Task.java:281)
    at oracle.apps.fnd.provisioning.ant.taskdefs.validation.ValidateOs.validateOs(ValidateOs.java:125)
    at oracle.apps.fnd.provisioning.ant.taskdefs.validation.ValidateOs.validate(ValidateOs.java:63)
    at oracle.apps.fnd.provisioning.ant.taskdefs.validation.BaseValidationTask.executeValidation(BaseValidationTask.java:302)
    at oracle.apps.fnd.provisioning.ant.taskdefs.validation.BaseValidationTask.executeTask(BaseValidationTask.java:284)

    Linux xxxxx3.4.105-njvc #3 SMP Fri Dec 5 14:09:10 EST 2014 x86_64 x86_64 x86_64 GNU/Linux

    i am nto sure which OS will support

  11. Hemant
    Mar 25th, 2015 at 14:00 | #19

    Hi Tushar, Im getting our of memory error in startup stage for IDM provisioning phase of installation 11.1.8

    [2015-03-25T18:07:17.274+05:30] [runIDMProvisioning-startup] [NOTIFICATION] [] [runIDMProvisioning-startup] [tid: 22] [ecid: 0000KlGvZguFO9WFLzbQ8A1L4eYP00000D,0] Starting server wls_ods1 …………………………………………………………………………….Exception while starting server \’wls_ods1\'[[
    No stack trace available.
    This Exception occurred at Wed Mar 25 18:07:17 IST 2015.
    weblogic.management.scripting.ScriptException: Error occured while performing start : Server with name wls_ods1 failed to be started
    Problem invoking WLST – Traceback (innermost last):
    File \”/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/config/nodemanager_start_server.py\”, line 2, in ?
    File \”\”, line 1279, in start
    File \”\”, line 1847, in raiseWLSTException
    WLSTException: Error occured while performing start : Error starting the server : Error occured while performing start : Server with name wls_ods1 failed to be started
    Use dumpStack() to view the full stacktrace

    The respective wsl_ods1.log is as follows
    ####
    #### <> <Failed to invoke startup class \"JMX Framework Startup Class\", java.lang.OutOfMemoryError: Resource temporarily unavailable in tsStartJavaThread (lifecycle.c:1097).

    Attempting to allocate 0 bytes

    There is insufficient native memory for the Java
    Runtime Environment to continue.

    I was continuously checking the memory and had 25GB free our of 60GB RAM.
    I have faced it earlier , so had done the provisioning from begining which takes at leas a 1 day to start from begining.

    Is there any was to start from the startup phase in IDM provisioning , if so , please tell the steps

    • John
      Aug 16th, 2016 at 11:17 | #20

      This seems like the problem I am encountering, however mine is on wls_oif. I have allocated 24GB of RAM and 50GB of swap and still get this.

  12. Vinoth
    Feb 16th, 2015 at 06:05 | #21

    Hi Thshar,
    Thanks for your reply, and we solved the issue, and now we are stuck up with startup phase of provisioning identity management, please let me know the solution for the below error.
    Successfully connected to Admin Server ‘AdminServer’ that belongs to domain ‘IDMDomain’.
    Warning: An insecure protocol was used to connect to the
    server. To ensure on-the-wire security, the SSL port or
    Admin port should be used instead.
    Starting server wls_oif1 ………………..Exception while starting server ‘wls_oif1′
    No stack trace available.
    This Exception occurred at Wed Feb 11 18:55:46 IST 2015.
    weblogic.management.scripting.ScriptException: Error occured while performing start : Server with name wls_oif1 failed to be started
    Problem invoking WLST – Traceback (innermost last):
    File “/u01/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/config/nodemanager_start_server.py”, line 2, in ?
    File “”, line 1279, in start
    File “”, line 1847, in raiseWLSTException
    WLSTException: Error occured while performing start : Error starting the server : Error occured while performing start : Server with name wls_oif1 failed to be started
    Use dumpStack() to view the full stacktrace
    kindly guide us.

    • hiro
      May 28th, 2015 at 04:31 | #22

      Hi Vinoth,
      I am having the exact same issue, and I have not been able to resolve. Have you found the solution to this issue?

    • Hiro
      May 29th, 2015 at 19:53 | #23

      Hi Vinoth,

      I am having the same issue. Did you find a solution to this issue?

  13. Michael
    Feb 10th, 2015 at 18:28 | #24

    Hello Tushar

    During the preverify phase of of the Installing Identity Management section, I’m getting this error:

    [2015-02-10T11:44:16.298-06:00] [runIDMProvisioning-preverify] [NOTIFICATION] [] [runIDMProvisioning-preverify] [tid: 10] [ecid: 0000Kho_kFs6uHV5y34EyW1Kq^DK000001,0] [logStatus] STATE=BUILD_ERROR!TIMESTAMP=2015-02-10 11:44:16 CST!TARGET=preverify!CATEGORY=BUILD_ERROR!DOMAIN=NONE!HOSTNAME=idmhost!PRODUCTFAMILY=orchestration!PRODUCT=orchestration!TASK=validationStatus!TASKID=orchestration.orchestration.BUILD_ERROR.preverify.validationStatus!MESSAGE=Total number of preverify validation errors: 1!DETAIL=Total number of preverify validation errors: 1!BUILDFILE=/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-orchestration-build.xml!LINENUMBER=70!
    [2015-02-10T11:44:16.298-06:00] [runIDMProvisioning-preverify] [ERROR] [] [runIDMProvisioning-preverify] [tid: 10] [ecid: 0000Kho_kFs6uHV5y34EyW1Kq^DK000001,0] Total number of preverify validation errors: 1
    [2015-02-10T11:44:16.329-06:00] [runIDMProvisioning-preverify] [NOTIFICATION] [] [runIDMProvisioning-preverify] [tid: 10] [ecid: 0000Kho_kFs6uHV5y34EyW1Kq^DK000001,0] [logStatus] STATE=BUILD_ERROR!TIMESTAMP=2015-02-10 11:44:16 CST!TARGET=listener-log-status-in-error!CATEGORY=preverify!DOMAIN=NONE!HOSTNAME=idmhost!PRODUCTFAMILY=orchestration!PRODUCT=orchestration!TASK=preverify!TASKID=orchestration.orchestration.NONE.listener-log-status-in-error.NONE!MESSAGE=ERROR!DETAIL=Total number of preverify validation errors: 1!BUILDFILE=/app/provisioning/tools/idmlcm/provisioning/provisioning-build/listener-build.xml!LINENUMBER=65!
    [2015-02-10T11:44:16.329-06:00] [runIDMProvisioning-preverify] [ERROR] [] [runIDMProvisioning-preverify] [tid: 10] [ecid: 0000Kho_kFs6uHV5y34EyW1Kq^DK000001,0] Total number of preverify validation errors: 1
    [2015-02-10T11:44:16.357-06:00] [runIDMProvisioning-preverify] [NOTIFICATION] [] [runIDMProvisioning-preverify] [tid: 10] [ecid: 0000Kho_kFs6uHV5y34EyW1Kq^DK000001,0] [logStatus] STATE=BUILD_ERROR!TIMESTAMP=2015-02-10 11:44:16 CST!TARGET=listener-log-status-in-error!CATEGORY=preverify!DOMAIN=NONE!HOSTNAME=idmhost!PRODUCTFAMILY=orchestration!PRODUCT=orchestration!TASK=validationStatus!TASKID=orchestration.orchestration.NONE.listener-log-status-in-error.NONE!MESSAGE=Phase ‘preverify’ could not complete because of a build error .Total number of preverify validation errors: 1!DETAIL=Total number of preverify validation errors: 1!BUILDFILE=/app/provisioning/tools/idmlcm/provisioning/provisioning-build/listener-build.xml!LINENUMBER=65!
    [2015-02-10T11:44:16.361-06:00] [runIDMProvisioning-preverify] [ERROR] [] [runIDMProvisioning-preverify] [tid: 10] [ecid: 0000Kho_kFs6uHV5y34EyW1Kq^DK000001,0] BUILD FAILED[[
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-orchestration-build.xml:70: Total number of preverify validation errors: 1

    Total time: 28 seconds

    Thanks in advance

    • Tushar Thakker
      Feb 10th, 2015 at 19:15 | #25

      Dear Micheal,

      Your error log does not include actual error. Please check runProvisioning-preverify.out file to see actual error message. listener-log-status-in-error is not actual error but a notification that an error has occurred. Also there are some errors which can be ignored but I need to see the error you are facing before confirming the same. These known errors can be ignored using “-ignoreSysPrereqs true” argument.

      Since your preverfiy phase completed in 28 seconds I believe you do not have ignorable error but something that needs to be fixed. Please check the previous entries in the same log file as well as get the exact error message from .out file and post here.

      Regards
      Tushar

      • Michael
        Feb 11th, 2015 at 00:10 | #26

        I a newbie with both Linux and Oracle so I hope this is the correct information.

        [logStatus] STATE=BUILD_ERROR!TIMESTAMP=2015-02-10 11:40:06 CST!TARGET=private-idmprovpreverify-ulimit!CATEGORY=BUILD_ERROR!DOMAIN=NONE!HOSTNAME=idmhost!PRODUCTFAMILY=orchestration!PRODUCT=orchestration!TASK=validateFileDescriptorLimitTask!TASKID=orchestration.orchestration.BUILD_ERROR.private-idmprovpreverify-ulimit.validateFileDescriptorLimitTask!MESSAGE=File descriptor limits are not sufficient. Soft limit expected: 150,000, Hard limit expected: 150,000.!DETAIL=File descriptor limits are not sufficient. Soft limit expected: 150,000, Hard limit expected: 150,000.!BUILDFILE=/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-common-preverify-build.xml!LINENUMBER=121!
        [2015-02-10T11:40:06.472-06:00] [runIDMProvisioning-preverify] [ERROR] [FAPROV-01045] [runIDMProvisioning-preverify] [tid: 10] [ecid: 0000Kho^sQM6uHV5y34EyW1Kq^9k000001,0] *** Validation Error! ***[[

        ]]
        [2015-02-10T11:40:06.472-06:00] [runIDMProvisioning-preverify] [ERROR] [] [runIDMProvisioning-preverify] [tid: 10] [ecid: 0000Kho^sQM6uHV5y34EyW1Kq^9k000001,0] File descriptor limits are not sufficient. Soft limit expected: 150,000, Hard limit expected: 150,000.

        • Tushar Thakker
          Feb 11th, 2015 at 05:57 | #27

          Seems you have not completed the prerequisites for installation including setting linux parameters. This was the first step in the installation. Check the parameters including limists related ones at following link.
          http://www.oratraining.com/blog/2013/11/install-fusion-applications-provisioning-framework-on-idm-host/

          Also if you are newbie to linux and oracle in general, I would not recommend you to go ahead with fusion apps install at this moment since it requires you to have basic linux skills and good database or applications knowledge.

          • Michael
            Feb 11th, 2015 at 14:21 | #28

            Thanks,

            I thought I completed all of the prerequisites but I must have missed something. Unfortunately, training wasn’t approved and I’m tasked with moving forward.

          • Michael
            Feb 18th, 2015 at 21:55 | #29

            Thanks for all of your assistance. I was able to complete the installation and have been successfully testing for the past week.

        • Seema Kothari
          May 7th, 2016 at 08:49 | #30

          Hi! Tushar

          Although I have made the entries in limits.conf I am still getting the following error.

          File descriptor limits are not sufficient. Soft limit expected: 150,000, Hard limit expected: 150,000.!DETAIL=File descriptor limits are not sufficient. Soft limit expected: 150,000, Hard limit expected: 150,000.!BUILDFILE=/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-common-preverify-build.xml!LINENUMBER=121!

          I need your help. Please can you advise how to solve the above error.

  14. Vinoth
    Jan 14th, 2015 at 06:47 | #31

    Hi Tushar,

    It went smooth till pre-configure phase with out any errors. But while I was running ‘./runIDMProvisioning.sh -responseFile /app/provisioning/tools/idmlcm/provisioning/bin/provisioning.rsp -target configure’ command getting the below error
    2013-11-25 11:17:53.957 NOTIFICATION [exec] Reading response file..
    2013-11-25 11:17:54.511 NOTIFICATION [exec] Verifying data……
    2013-11-25 11:18:27.875 WARNING [exec] [VALIDATION] [ERROR]:INST-6128: Could not connect to the LDAP with the given credentials.
    2013-11-25 11:18:27.875 WARNING [exec] [VALIDATION] [SUGGESTION]:Check the values. Make sure the LDAP is up and running.
    2013-11-25 11:18:27.982 NOTIFICATION [exec] configuration Failed. Exiting configuration due to data validation failure.
    2013-11-25 11:18:49.589 TRACE
    BUILD FAILED
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-orchestration-build.xml:236: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-orchestration-build.xml:646: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-base-product-build.xml:354: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/identity-build.xml:179: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/identity-build.xml:331: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-base-app-build.xml:387: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/oim-build.xml:183: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/oim-build.xml:963: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/provisioning-build/common-misc-build.xml:110: OIM Configuration is unsuccessful.

    And as per your document, I have the response file content that is to be edited as follows:

    #IDStore UserNames Configuration
    IDSTORE_OAMADMINUSER=oamadmin
    IDSTORE_OAMSOFTWAREUSER=oamLDAP
    IDSTORE_OIMADMINUSER=oimLDAP

    What am I suppose to check in this response file??
    Kindly suggest me.

    Thanks,
    Vinoth

    • Tushar Thakker
      Feb 10th, 2015 at 19:17 | #32

      Sorry for the delayed reply since I just noticed this comment. This error clearly suggests that your OID is not running.

      • Vinoth
        Feb 12th, 2015 at 16:43 | #33

        Hi Thshar,

        Thanks for your reply, and we srlved, and now we are stuck up with startup phase of provisioning identity management, please let me know the solution for the below error.

        Successfully connected to Admin Server ‘AdminServer’ that belongs to domain ‘IDMDomain’.

        Warning: An insecure protocol was used to connect to the
        server. To ensure on-the-wire security, the SSL port or
        Admin port should be used instead.

        Starting server wls_oif1 ………………..Exception while starting server ‘wls_oif1’
        No stack trace available.
        This Exception occurred at Wed Feb 11 18:55:46 IST 2015.
        weblogic.management.scripting.ScriptException: Error occured while performing start : Server with name wls_oif1 failed to be started
        Problem invoking WLST – Traceback (innermost last):
        File “/u01/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/config/nodemanager_start_server.py”, line 2, in ?
        File “”, line 1279, in start
        File “”, line 1847, in raiseWLSTException
        WLSTException: Error occured while performing start : Error starting the server : Error occured while performing start : Server with name wls_oif1 failed to be started
        Use dumpStack() to view the full stacktrace

        kindly guide us.

  15. Jan 7th, 2015 at 08:49 | #34

    [2015-01-07T08:20:14.585+00:00] [runIDMProvisioning-preconfigure] [ERROR] [] [runIDMProvisioning-preconfigure] [tid: 11] [ecid: 0000Kf3UBhF6qIJ_ulWByX1KfEgo000003,0] ***********************
    *********************************************************
    [2015-01-07T08:20:14.585+00:00] [runIDMProvisioning-preconfigure] [ERROR] [] [runIDMProvisioning-preconfigure] [tid: 11] [ecid: 0000Kf3UBhF6qIJ_ulWByX1KfEgo000003,0] ***********************
    *********************************************************
    [2015-01-07T08:20:14.598+00:00] [runIDMProvisioning-preconfigure] [ERROR] [] [runIDMProvisioning-preconfigure] [tid: 11] [ecid: 0000Kf3UBhF6qIJ_ulWByX1KfEgo000003,0] The following error occ
    urred while executing this line:[[
    /idmAdmDomain/app/oracle/provisioning/tools/idmlcm/provisioning/provisioning-build/common-misc-build.xml:110: OID Configuration is unsuccessful.
    ]]
    [2015-01-07T08:20:14.598+00:00] [runIDMProvisioning-preconfigure] [ERROR] [] [runIDMProvisioning-preconfigure] [tid: 11] [ecid: 0000Kf3UBhF6qIJ_ulWByX1KfEgo000003,0] The following error occ
    urred while executing this line:[[
    /idmAdmDomain/app/oracle/provisioning/tools/idmlcm/provisioning/provisioning-build/common-misc-build.xml:110: OID Configuration is unsuccessful.

  16. loganathan
    Oct 17th, 2014 at 05:53 | #35

    Dear Admin,

    I successfully installed fusion middle ware, again I started the installation process in another server.
    Facing issues in postconfigure.

    Error:

    [2014-10-16T21:52:45.772+05:30] [runIDMProvisioning-postconfigure] [ERROR] [FAPROV-01093] [runIDMProvisioning-postconfigure] [tid: 10] [ecid: 0000K^Pe5AXFW7WFLzUKOA1KFyaD000000,0] [arg: IDMProvisioningUtil] [arg: Process execution failed with return code: 1. Check the logs for more information.] [arg: [java, -cp, .:/u01/app/provisioning/tools/idmlcm/provisioning/provisioning-build/../lib/oracle-idmprovisioning-util.jar:/u01/app/oracl/products/app/wlserver_10.3/server/lib/wlfullclient.jar:/u01/app/provisioning/tools/idmlcm/provisioning/bin/../../common/util/ant/lib/ant.jar:/u01/app/oracl/products/app/iam/server/client/oimclient.jar:/u01/app/oracl/products/app/iam/server/ext/spring.jar:/u01/app/oracl/products/app/iam/designconsole/ext/commons-logging.jar:/u01/app/oracl/products/app/oracle_common/modules/oracle.jps_11.1.1/jps-api.jar:/u01/app/oracl/products/app/oracle_common/modules/oracle.jps_11.1.1/jps-common.jar:/u01/app/oracl/products/app/oracle_common/modules/oracle.jps_11.1.1/jps-internal.jar, oracle.idm.provisioning.util.OIMClientUtil, RunFullReconJobs, /u01/app/oracl/products/app, /u01/app/oracl/products/app/iam, xelsysadm, Oracle123, t3://idmhost.fusion.com:14000]] [[
    **** Failed to execute IDMProvisioningUtil:Process execution failed with return code: 1. Check the logs for more information.

    See [java, -cp, .:/u01/app/provisioning/tools/idmlcm/provisioning/provisioning-build/../lib/oracle-idmprovisioning-util.jar:/u01/app/oracl/products/app/wlserver_10.3/server/lib/wlfullclient.jar:/u01/app/provisioning/tools/idmlcm/provisioning/bin/../../common/util/ant/lib/ant.jar:/u01/app/oracl/products/app/iam/server/client/oimclient.jar:/u01/app/oracl/products/app/iam/server/ext/spring.jar:/u01/app/oracl/products/app/iam/designconsole/ext/commons-logging.jar:/u01/app/oracl/products/app/oracle_common/modules/oracle.jps_11.1.1/jps-api.jar:/u01/app/oracl/products/app/oracle_common/modules/oracle.jps_11.1.1/jps-common.jar:/u01/app/oracl/products/app/oracle_common/modules/oracle.jps_11.1.1/jps-internal.jar, oracle.idm.provisioning.util.OIMClientUtil, RunFullReconJobs, /u01/app/oracl/products/app, /u01/app/oracl/products/app/iam, xelsysadm, Oracle123, t3://idmhost.fusion.com:14000]{3}
    ]]
    [2014-10-16T21:52:46.071+05:30] [runIDMProvisioning-postconfigure] [NOTIFICATION] [] [runIDMProvisioning-postconfigure] [tid: 10] [ecid: 0000K^Pe5AXFW7WFLzUKOA1KFyaD000000,0] [logStatus] STATE=BUILD_ERROR!TIMESTAMP=2014-10-16 21:52:45 IST!TARGET=application-postconfigure!CATEGORY=BUILD_ERROR!DOMAIN=NONE!HOSTNAME=idmhost.fusion.com!PRODUCTFAMILY=orchestration!PRODUCT=orchestration!TASK=IDMProvisioningUtil!TASKID=orchestration.orchestration.BUILD_ERROR.application-postconfigure.IDMProvisioningUtil!MESSAGE=Process execution failed with return code: 1. Check the logs for more information.!DETAIL=Process execution failed with return code: 1. Check the logs for more information.!BUILDFILE=/u01/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/oim-build.xml!LINENUMBER=294!
    [2014-10-16T21:52:46.074+05:30] [runIDMProvisioning-postconfigure] [ERROR] [FAPROV-00298] [runIDMProvisioning-postconfigure] [tid: 10] [ecid: 0000K^Pe5AXFW7WFLzUKOA1KFyaD000000,0] An Error Occured: [[
    Process execution failed with return code: 1. Check the logs for more information.

  17. Srini
    Oct 6th, 2014 at 13:08 | #36

    We are getting the following error during install phase of IDM Provisioning (./runIDMProvisioning.sh -responseFile provisioning.rsp -target install)

    ************************
    2014-10-06 08:01:30.339 WARNING [exec] Error in invoking target ‘all’ of makefile ‘/faidm/oracle/products/dir/oid/lib/ins_asha.mk’. See ‘/faidm/oracle/products/dir/oraInventory/logs/install2014-10-06_07-59-09AM.log’ for details.

    2014-10-06 08:01:30.339 WARNING [exec] Cancelling Install Session..

    2014-10-06 08:01:30.354 WARNING [exec] Internal Error: File Copy failed. Aborting Install

    2014-10-06 08:01:30.747 NOTIFICATION [exec] ———–20%———-40%———-60%———-80%—–

    2014-10-06 08:01:30.834 TRACE
    BUILD FAILED
    /faidm/provisioning/tools/ldmlcm/provisioning/idm-provisioning-build/idm-orchestration-build.xml:113: The following error occurred while executing this line:
    /faidm/provisioning/tools/ldmlcm/provisioning/idm-provisioning-build/idm-orchestration-build.xml:635: The following error occurred while executing this line:
    /faidm/provisioning/tools/ldmlcm/provisioning/idm-provisioning-build/idm-base-product-build.xml:279: The following error occurred while executing this line:
    /faidm/provisioning/tools/ldmlcm/provisioning/idm-provisioning-build/directory-build.xml:102: The following error occurred while executing this line:
    /faidm/provisioning/tools/ldmlcm/provisioning/idm-provisioning-build/directory-build.xml:261: The following error occurred while executing this line:
    /faidm/provisioning/tools/ldmlcm/provisioning/idm-provisioning-build/idm-base-app-build.xml:253: The following error occurred while executing this line:
    /faidm/provisioning/tools/ldmlcm/provisioning/idm-provisioning-build/oid-build.xml:125: The following error occurred while executing this line:
    /faidm/provisioning/tools/ldmlcm/provisioning/idm-provisioning-build/oid-build.xml:800: The following error occurred while executing this line:
    /faidm/provisioning/tools/ldmlcm/provisioning/provisioning-build/common-misc-build.xml:110: OID installation is unsuccessful.
    ***********************************************

    Could you give me any idea on how to fix it ?

    Thanks, Srinivas.

  18. Loganathan
    Aug 22nd, 2014 at 11:57 | #37

    Dear Tushar,

    Thanks for your reply.

    This is my configuration for my machine:

    O/S : Oracle Linux 6 (64_bit)

    Hard Disk : 500 GB

    RAM Size : 8 GB

    Board : i3

    Still it’s running, how can I can conform that startup phase running with out any issue.

    I ran this phase before 2 days back, any idea when it will complete ?

    Really you done a good job here, you are the only person posting block for installing Fusion Application 11.1.8.

    Thanks,
    Loganathan J
    Associate DBA
    +91 9500196766
    logadba@yahoo.com

  19. Loganathan
    Aug 21st, 2014 at 07:24 | #38

    After struggling I reached to startup phase.

    But in startup phase there is no response, it’s running for more than 12 hours in my machine.

    I checked in log files there is no recorded, please text me how to proceed further ?

    Logs:

    [2014-08-20T12:04:38.148+05:30] [runIDMProvisioning-startup] [NOTIFICATION] [] [runIDMProvisioning-startup] [tid: 28] [ecid: 0000KVm7ovXFW7WFLzVK8A1Jx3E000000J,0] [exec] Warning: An insecure protocol was used to connect to the
    [2014-08-20T12:04:38.149+05:30] [runIDMProvisioning-startup] [NOTIFICATION] [] [runIDMProvisioning-startup] [tid: 28] [ecid: 0000KVm7ovXFW7WFLzVK8A1Jx3E000000J,0] [exec] server. To ensure on-the-wire security, the SSL port or
    [2014-08-20T12:04:38.149+05:30] [runIDMProvisioning-startup] [NOTIFICATION] [] [runIDMProvisioning-startup] [tid: 28] [ecid: 0000KVm7ovXFW7WFLzVK8A1Jx3E000000J,0] [exec] Admin port should be used instead.

    • Tushar Thakker
      Aug 21st, 2014 at 07:50 | #39

      Dear Loganathan,

      This is not error and it is normal. The startup phase should take some time depending on the configuration of the server. Please note that unlike other phases startup and validate phase must finish for all products or else restore/cleanup will start it all over again.

      Regards
      Tushar

      • Loganathan
        Aug 22nd, 2014 at 13:08 | #40

        Thanks for your reply

  20. nihal
    Aug 8th, 2014 at 22:42 | #41

    Hello Tushar,

    I am seeing the following error during the provisioning.rsp install step. The preverify was successful. Can you please help.

    [2014-08-08T15:23:28.481-07:00] [runIAMDeployment-install] [NOTIFICATION] [] [runIAMDeployment-install] [tid: 12] [ecid: 0000KUri3JT6qIWFLzfP8A1JtKrG000003,0] [exec] Checking swap space: must be greater than 512 MB. Actual 7775 MB Passed
    [2014-08-08T15:23:28.971-07:00] [runIAMDeployment-install] [WARNING] [] [runIAMDeployment-install] [tid: 13] [ecid: 0000KUri3RB6qIWFLzfP8A1JtKrG000004,0] [exec] The Java RunTime Environment was not found at /home/oracle/u01/app/Middleware/products/dir/jdk6/bin/java. Hence, the Oracle Universal Installer cannot be run.
    [2014-08-08T15:23:28.971-07:00] [runIAMDeployment-install] [WARNING] [] [runIAMDeployment-install] [tid: 13] [ecid: 0000KUri3RB6qIWFLzfP8A1JtKrG000004,0] [exec] Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again.
    [2014-08-08T15:23:28.972-07:00] [runIAMDeployment-install] [WARNING] [] [runIAMDeployment-install] [tid: 13] [ecid: 0000KUri3RB6qIWFLzfP8A1JtKrG000004,0] [exec] : No such file or directory
    [2014-08-08T15:23:29.003-07:00] [runIAMDeployment-install] [NOTIFICATION] [] [runIAMDeployment-install] [tid: 12] [ecid: 0000KUri3JT6qIWFLzfP8A1JtKrG000003,0] [exec] Preparing to launch Oracle Universal Installer from /tmp/OraInstall2014-08-08_03-23-28PM. Please wait …
    [2014-08-08T15:23:29.038-07:00] [runIAMDeployment-install] [NOTIFICATION] [] [runIAMDeployment-install] [tid: 10] [ecid: 0000KUrhzMD6qIWFLzfP8A1JtKrG000000,0] [logStatus] STATE=BUILD_ERROR!TIMESTAMP=2014-08-08 15:23:29 PDT!TARGET=listener-log-status-in-error!CATEGORY=run.oui!DOMAIN=NONE!HOSTNAME=iamdev1.ziontech.net!PRODUCTFAMILY=orchestration!PRODUCT=orchestration!TASK=run.oui!TASKID=orchestration.orchestration.NONE.listener-log-status-in-error.NONE!MESSAGE=ERROR!DETAIL=exec returned: 255!BUILDFILE=/home/oracle/u01/app/Middleware/Oracle_IDMLCM1/provisioning/provisioning-build/listener-build.xml!LINENUMBER=65!
    [2014-08-08T15:23:29.039-07:00] [runIAMDeployment-install] [ERROR] [] [runIAMDeployment-install] [tid: 10] [ecid: 0000KUrhzMD6qIWFLzfP8A1JtKrG000000,0] exec returned: 255
    [2014-08-08T15:23:29.044-07:00] [runIAMDeployment-install] [NOTIFICATION] [] [runIAMDeployment-install] [tid: 10] [ecid: 0000KUrhzMD6qIWFLzfP8A1JtKrG000000,0] [logStatus] STATE=BUILD_ERROR!TIMESTAMP=2014-08-08 15:23:29 PDT!TARGET=install-idm!CATEGORY=OUD!DOMAIN=NONE!HOSTNAME=iamdev1.ziontech.net!PRODUCTFAMILY=orchestration!PRODUCT=orchestration!TASK=OUD Install!TASKID=orchestration.orchestration.NONE.install-idm.NONE!MESSAGE=!DETAIL=OUD installation is unsuccessful.!BUILDFILE=/home/oracle/u01/app/Middleware/Oracle_IDMLCM1/provisioning/provisioning-build/common-misc-build.xml!LINENUMBER=108!
    [2014-08-08T15:23:29.049-07:00] [runIAMDeployment-install] [ERROR] [] [runIAMDeployment-install] [tid: 10] [ecid: 0000KUrhzMD6qIWFLzfP8A1JtKrG000000,0] OUD installation is unsuccessful.
    [2014-08-08T15:23:29.059-07:00] [runIAMDeployment-install] [ERROR] [] [runIAMDeployment-install] [tid: 10] [ecid: 0000KUrhzMD6qIWFLzfP8A1JtKrG000000,0] BUILD FAILED[[
    /home/oracle/u01/app/Middleware/Oracle_IDMLCM1/provisioning/idm-provisioning-build/idm-orchestration-build.xml:102: The following error occurred while executing this line:
    /home/oracle/u01/app/Middleware/Oracle_IDMLCM1/provisioning/idm-provisioning-build/idm-orchestration-build.xml:416: The following error occurred while executing this line:
    /home/oracle/u01/app/Middleware/Oracle_IDMLCM1/provisioning/idm-provisioning-build/idm-orchestration-build.xml:528: The following error occurred while executing this line:
    /home/oracle/u01/app/Middleware/Oracle_IDMLCM1/provisioning/idm-provisioning-build/idm-orchestration-build.xml:530: The following error occurred while executing this line:
    /home/oracle/u01/app/Middleware/Oracle_IDMLCM1/provisioning/idm-provisioning-build/idm-orchestration-build.xml:541: The following error occurred while executing this line:
    /home/oracle/u01/app/Middleware/Oracle_IDMLCM1/provisioning/idm-provisioning-build/oud-build.xml:62: The following error occurred while executing this line:
    /home/oracle/u01/app/Middleware/Oracle_IDMLCM1/provisioning/idm-provisioning-build/oud-build.xml:519: The following error occurred while executing this line:
    /home/oracle/u01/app/Middleware/Oracle_IDMLCM1/provisioning/provisioning-build/common-misc-build.xml:110: OUD installation is unsuccessful.

    Total time: 18 seconds
    ]]
    [2014-08-08T15:23:29.086-07:00] [runIAMDeployment-install] [NOTIFICATION] [FAPROV-01281] [runIAMDeployment-install] [tid: 14] [ecid: 0000KUri3Sy6qIWFLzfP8A1JtKrG000005,0] Creating phase guard token in shutdown hook.
    [2014-08-08T15:23:29.087-07:00] [runIAMDeployment-install] [NOTIFICATION] [FAPROV-01073] [runIAMDeployment-install] [tid: 14] [ecid: 0000KUri3Sy6qIWFLzfP8A1JtKrG000005,0] [arg: /home/oracle/provisioning/phaseguards/install-iamdev1.ziontech.net-FAILED.grd] Changing permissions recursively for /home/oracle/provisioning/phaseguards/install-iamdev1.ziontech.net-FAILED.grd. This may take a while…
    [2014-08-08T15:23:29.087-07:00] [runIAMDeployment-install] [NOTIFICATION] [FAPROV-01074] [runIAMDeployment-install] [tid: 14] [ecid: 0000KUri3Sy6qIWFLzfP8A1JtKrG000005,0] Permissons changed.
    [2014-08-08T15:23:29.087-07:00] [runIAMDeployment-install] [NOTIFICATION] [FAPROV-01197] [runIAMDeployment-install] [tid: 14] [ecid: 0000KUri3Sy6qIWFLzfP8A1JtKrG000005,0] [arg: /home/oracle/provisioning/phaseguards/install-iamdev1.ziontech.net-FAILED.grd] Wrote phase guard file /home/oracle/provisioning/phaseguards/install-iamdev1.ziontech.net-FAILED.grd

  21. Yateesh
    Jul 8th, 2014 at 15:25 | #42

    Hi,

    I am now in the startup phase. Its been more than 3hrs still its running.
    I am not sure if it is hung. Pleas let me know how can I proceed.

    Is it possible to restart the startup phase again?

    Thanks in advance!

    • Tushar Thakker
      Jul 10th, 2014 at 05:52 | #43

      Sorry for late reply. You can always restart any phase but please note that startup and validate phase have to run all over again for all product groups unline other phases where once a phase has finished for one product family then it will not run again upon cleanup and restart

      Regards
      Tushar

  22. loganathan
    Jul 2nd, 2014 at 09:48 | #44

    Hi Tushar,

    I am facing problem in preconfigure phase.

    [2014-07-02T02:12:35.353-07:00] [runIDMProvisioning-preconfigure]
    [NOTIFICATION] [] [runIDMProvisioning-preconfigure] [tid: 10] [ecid:
    0000KRqMBLJFW7WFLzVK8A1Jgwnv000000,0] [logStatus]
    STATE=BUILD_ERROR!TIMESTAMP=2014-07-02 02:12:35
    PDT!TARGET=listener-log-status-in-error!CATEGORY=preconfigure!DOMAIN=NONE!HOSTNAME=fugonode1!PRODUCTFAMILY=orchestration!PRODUCT=orchestration!TASK=preconfigure!TASKID=orchestration.orchestration.NONE.listener-log-status-in-error.NONE!MESSAGE=ERROR!DETAIL=The
    preconfigure phase has failed on this host: fugonode1.fugotraning.com.
    To re-run this phase on this host, first execute cleanup-preconfigure
    and restore-preconfigure.!BUILDFILE=E:\FUSSAPPS\APPBASE\tools\idmlcm\provisioning\provisioning-build\listener-build.xml!LINENUMBER=65!
    [2014-07-02T02:12:35.353-07:00] [runIDMProvisioning-preconfigure]
    [ERROR] [] [runIDMProvisioning-preconfigure] [tid: 10] [ecid:
    0000KRqMBLJFW7WFLzVK8A1Jgwnv000000,0] The preconfigure phase has
    failed on this host: fugonode1.fugotraning.com. To re-run this phase
    on this host, first execute cleanup-preconfigure and
    restore-preconfigure.
    [2014-07-02T02:12:35.359-07:00] [runIDMProvisioning-preconfigure]
    [ERROR] [] [runIDMProvisioning-preconfigure] [tid: 10] [ecid:
    0000KRqMBLJFW7WFLzVK8A1Jgwnv000000,0] BUILD FAILED[[
    E:\FUSSAPPS\APPBASE\tools\idmlcm\provisioning\idm-provisioning-build\idm-orchestration-build.xml:170:
    The preconfigure phase has failed on this host:
    fugonode1.fugotraning.com. To re-run this phase on this host, first
    execute cleanup-preconfigure and restore-preconfigure.

    I tried to cleanup the preconfigure, It’s not allowing to cleanup.

    How to clean manually in windows server 2008?

  23. Rama
    Jun 7th, 2014 at 03:46 | #45

    Hi Tushar:

    When I try to run the Preverify, I get the following error. Can you please guide me to overcome this issue? Thanks a lot in advance for your help.

    private-populate-gcc-libpath:

    2014-06-06 22:47:48.561 NOTIFICATION [logStatus] STATE=BUILD_ERROR!TIMESTAMP=2014-06-06 22:47:48 EDT!TARGET=private-preverify-webgate-unix!CATEGORY=BUILD_ERROR!DOMAIN=NONE!HOSTNAME=idmhost.ramalabs.com!PRODUCTFAMILY=orchestration!PRODUCT=orchestration!TASK=validateFileExists!TASKID=orchestration.orchestration.BUILD_ERROR.private-preverify-webgate-unix.validateFileExists!MESSAGE=The file /stagel/installers/webgate/libstdc++.so.5 does not exist.!DETAIL=The file /stagel/installers/webgate/libstdc++.so.5 does not exist.!BUILDFILE=/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/webgate-build.xml!LINENUMBER=412!

    2014-06-06 22:47:48.584 NOTIFICATION [logStatus] STATE=BUILD_ERROR!TIMESTAMP=2014-06-06 22:47:48 EDT!TARGET=private-preverify-webgate-unix!CATEGORY=BUILD_ERROR!DOMAIN=NONE!HOSTNAME=idmhost.ramalabs.com!PRODUCTFAMILY=orchestration!PRODUCT=orchestration!TASK=validateFileExists!TASKID=orchestration.orchestration.BUILD_ERROR.private-preverify-webgate-unix.validateFileExists!MESSAGE=The file /stagel/installers/webgate/libgcc_s.so.1 does not exist.!DETAIL=The file /stagel/installers/webgate/libgcc_s.so.1 does not exist.!BUILDFILE=/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/webgate-build.xml!LINENUMBER=414!

    2014-06-06 22:47:48.594 NOTIFICATION [echoNested] Completed the preverify process for Webgate ….

    2014-06-06 22:47:48.600 NOTIFICATION [echoNested] Completed the preverify process for webgate ….

    2014-06-06 22:47:48.607 NOTIFICATION [echoNested] Completed the preverify process for webtier ….

    2014-06-06 22:47:48.754 WARNING [echo] Creating the basic skeleton

    2014-06-06 22:47:48.757 TRACE
    private-invoke-sharedidm:

    2014-06-06 22:47:48.892 TRACE
    private-init-properties:

    2014-06-06 22:47:48.893 TRACE
    common-propertyops.set-bootstrap-provisioning-classpath:

    2014-06-06 22:47:48.894 TRACE
    set-bootstrap-provisioning-classpath:

    2014-06-06 22:47:48.895 TRACE
    common-taskdefs.common-define-tasks:

    2014-06-06 22:47:49.185 TRACE
    product-define-tasks:

    2014-06-06 22:47:49.185 TRACE
    base-preinit:

    2014-06-06 22:47:49.190 TRACE
    product-preinit:

    2014-06-06 22:47:49.212 TRACE
    base-init:

    2014-06-06 22:47:49.216 TRACE
    product-postinit:

    2014-06-06 22:47:49.227 TRACE
    preverify:

    2014-06-06 22:47:49.269 NOTIFICATION [logStatus] STATE=BUILD_ERROR!TIMESTAMP=2014-06-06 22:47:49 EDT!TARGET=preverify!CATEGORY=BUILD_ERROR!DOMAIN=NONE!HOSTNAME=idmhost.ramalabs.com!PRODUCTFAMILY=orchestration!PRODUCT=orchestration!TASK=validationStatus!TASKID=orchestration.orchestration.BUILD_ERROR.preverify.validationStatus!MESSAGE=Total number of preverify validation errors: 2!DETAIL=Total number of preverify validation errors: 2!BUILDFILE=/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-orchestration-build.xml!LINENUMBER=70!

    2014-06-06 22:47:49.350 TRACE
    BUILD FAILED
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-orchestration-build.xml:70: Total number of preverify validation errors: 2

    Total time: 39 seconds

    An ERROR occurred during preverify.
    *** Currently, cleanup and restore are not supported for IDM Provisioning. ***
    An error has occured while executing preverify on this host. Check the log file for the failed phase, cleanup the environment on all hosts manually and start afresh.

    • venkat
      Jun 30th, 2014 at 18:50 | #46

      Hi,

      Tushar am also getting same error like what rama posted

      1. /stagel/installers/webgate/libstdc++.so.5 does not exist
      2. /stagel/installers/webgate/libgcc_s.so.1 does not exit

      i have verified all my zip files in oel.6.5 vm with md5sum utility and extracted with unzip very carefully.. but these files are missing why???

      Thanks in advance
      venkat

      • MatthewC
        Nov 30th, 2014 at 19:25 | #47

        Find the files:
        /usr/lib64/libstdc++.so.5
        libgcc_s.so.1

        Copy them to: /[stage]/installers/webgate/

        Where [stage] is the path to your staged files.

  24. Dan
    Feb 19th, 2014 at 15:11 | #48

    I’m getting the following on preverify run:

    2014-02-19 09:59:09.044 TRACE
    common-taskdefs.common-define-tasks:

    2014-02-19 09:59:09.156 WARNING Trying to override old definition of task failNested

    2014-02-19 09:59:09.806 WARNING Trying to override old definition of task isPhaseRunningOnOtherHosts

    2014-02-19 09:59:10.555 WARNING Trying to override old definition of task logStatus

    2014-02-19 09:59:11.073 WARNING Trying to override old definition of task synchronized

    2014-02-19 09:59:11.733 WARNING Trying to override old definition of task seedCredentials

    2014-02-19 09:59:11.824 NOTIFICATION [logStatus] STATE=BUILD_ERROR!TIMESTAMP=2014-02-19 09:59:11 EST!TARGET=private-init!CATEGORY=BUILD_ERROR!DOMAIN=NONE!HOSTNAME=oem-gld01.finishline.com!PRODUCTFAMILY=orchestration!PRODUCT=orchestration!TASK=getLocalHostname!TASKID=orchestration.orchestration.BUILD_ERROR.private-init.getLocalHostname!MESSAGE=Return null for local host name – Cause: Can not find current host name in provisioning plan file.!DETAIL=Return null for local host name – Cause: Can not find current host name in provisioning plan file.!BUILDFILE=/u00/app/middleware/provisioning/tools/Oracle_IDMLCM1/provisioning/idm-provisioning-build/idm-orchestration-build.xml!LINENUMBER=514!

    2014-02-19 09:59:11.924 TRACE
    BUILD FAILED
    /u00/app/middleware/provisioning/tools/Oracle_IDMLCM1/provisioning/idm-provisioning-build/idm-orchestration-build.xml:540: Nothing to provision on host OEM-GLD01

    Total time: 5 seconds

    Feb 19, 2014 9:59:13 AM oracle.apps.fnd.provisioning.ant.taskdefs.util.logger.ProvisioningLogger log
    WARNING: Host name is null. Cannot stripe debug folder with host name.

    An ERROR occurred during preverify.
    Nothing to provision on host OEM-GLD01.

    • Kuldeep
      Jun 20th, 2014 at 10:56 | #49

      Dan,

      Please make sure that you are able to resolve hostname OEM-GLD01 at the machine where you are running runIAMDeployment.sh.

  25. Feb 7th, 2014 at 08:28 | #50

    Hi Tushar,

    It’s really great help from you…Please find the below error

    2014-02-07 12:21:51.060 NOTIFICATION [logStatus] STATE=BUILD_ERROR!TIMESTAMP=2014-02-07 12:21:51 IST!TARGET=application-preverify!CATEGORY=BUILD_ERROR!DOMAIN=NONE!HOSTNAME=fc-pun-fusion01!PRODUCTFAMILY=orchestration!PRODUCT=orchestration!TASK=portAvailable!TASKID=orchestration.orchestration.BUILD_ERROR.application-preverify.portAvailable!MESSAGE=The following required ports are unavailable: [7001]. The ports are either being used by another process, or unusable because of insufficient privileges.!DETAIL=The following required ports are unavailable: [7001]. The ports are either being used by another process, or unusable because of insufficient privileges.!BUILDFILE=/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idmdomain-build.xml!LINENUMBER=27!

    NOTIFICATION [logStatus] STATE=BUILD_ERROR!TIMESTAMP=2014-02-07 12:22:00

    IST!TARGET=application-preverify!CATEGORY=BUILD_ERROR!DOMAIN=NONE!HOSTNAME=fc-pun-fusion01!PRODUCTFAMILY=orchestration!PRODUCT=orchestration!TASK=portAvailable!TASKID=
    orchestration.orchestration.BUILD_ERROR.application-preverify.portAvailable!MESSAGE=The following required ports are unavailable: [4443]. The ports are either being
    used by another process, or unusable because of insufficient privileges.!DETAIL=The following required ports are unavailable: [4443]. The ports are either being used by another process, or unusable because of insufficient privileges.!BUILDFILE=/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/ohs-build.xml!LINENUMBER=29!

    Thanks,
    Kamlesh

    • tushar
      Feb 7th, 2014 at 09:33 | #51

      Dear Kamlesh,

      The error clearly suggests that you already have an admin server running on this host. It could be possible if you have used same port pool as another installation of FA or IDM on same host. If nothing else is installed then may be some orphan admin server processes are running from past failed install and occupying same port. Kindly troubleshoot further on this line and update.

      Regards
      Tushar

  26. Karthik
    Jan 2nd, 2014 at 07:07 | #52

    Hi Tushar,

    We are getting the following error during the install phase of runIDMProvisioning.sh.

    “[2013-12-18T17:05:54.692-05:00] [runIDMProvisioning-install] [NOTIFICATION] [] [runIDMProvisioning-install] [tid: 99] [ecid: 0000KC7jN2jCwkiPX6O5xb1IgS0H00001Q,0] [exec] Copying Files…
    [2013-12-18T17:06:14.730-05:00] [runIDMProvisioning-install] [WARNING] [] [runIDMProvisioning-install] [tid: 100] [ecid: 0000KC7jUPtCwkiPX6O5xb1IgS0H00001R,0] [exec] Internal Error: File Copy failed. Aborting Install
    [2013-12-18T17:06:14.901-05:00] [runIDMProvisioning-install] [NOTIFICATION] [] [runIDMProvisioning-install] [tid: 10] [ecid: 0000KC6L^EyCwkiPX6O5xb1IgS0H000000,0] [logStatus] STATE=BUILD_ERROR!TIMESTAMP=2013-12-18 17:06:14 EST!TARGET=listener-log-status-in
    [2013-12-18T17:06:14.929-05:00] [runIDMProvisioning-install] [ERROR] [] [runIDMProvisioning-install] [tid: 10] [ecid: 0000KC6L^EyCwkiPX6O5xb1IgS0H000000,0] SOA Installation is unsuccessful.
    [2013-12-18T17:06:14.949-05:00] [runIDMProvisioning-install] [ERROR] [] [runIDMProvisioning-install] [tid: 10] [ecid: 0000KC6L^EyCwkiPX6O5xb1IgS0H000000,0] BUILD FAILED[[”

    could you provide us the suggestion?

    • tushar
      Jan 2nd, 2014 at 07:23 | #53

      Dear Karthik,

      The file copy errors are mostly temporary (mostly on VMs) unless there is specific issue on the file system. We have seen this a couple of times at FA and IDM install phase and restarting helps. But in IDM provisioning cleanup and restart is not possible so we must manually cleanup the installation directories and start again. If you face similar error in FA install phase then there it can be restarted.

      Regards
      Tushar

      • verklixt
        Jan 7th, 2014 at 17:34 | #54

        Facing similar error
        deleting the directories and droping rcu did not worked.
        Any suggestions?

        014-01-07 18:25:37.292 NOTIFICATION [exec] Copying Files…

        2014-01-07 18:29:42.985 WARNING [exec] Error in invoking target ‘install’ of makefile ‘/home/fusion/app/oracle/products/dir/oid/sqlplus/lib/ins_sqlplus.mk’. See ‘/home/fusion/app/oracle/products/dir/oraInventory/logs/install2014-01-07_06-25-22PM.log’ for details.

        2014-01-07 18:29:42.985 WARNING [exec] Cancelling Install Session..

        2014-01-07 18:29:43.025 WARNING [exec] Internal Error: File Copy failed. Aborting Install

        2014-01-07 18:29:43.893 NOTIFICATION [exec] ———–20%———-40%———-60%———-80%—–

        2014-01-07 18:29:44.039 TRACE
        BUILD FAILED
        /home/fusion/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-orchestration-build.xml:113: The following error occurred while executing this line:
        /home/fusion/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-orchestration-build.xml:634: The following error occurred while executing this line:
        /home/fusion/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-base-product-build.xml:279: The following error occurred while executing this line:
        /home/fusion/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/directory-build.xml:102: The following error occurred while executing this line:
        /home/fusion/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/directory-build.xml:261: The following error occurred while executing this line:
        /home/fusion/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-base-app-build.xml:253: The following error occurred while executing this line:
        /home/fusion/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/oid-build.xml:126: The following error occurred while executing this line:
        /home/fusion/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/oid-build.xml:815: The following error occurred while executing this line:
        /home/fusion/app/provisioning/tools/idmlcm/provisioning/provisioning-build/common-misc-build.xml:110: OID installation is unsuccessful.

        Total time: 5 minutes 27 seconds

        An ERROR occurred during install.
        *** Currently, cleanup and restore are not supported for IDM Provisioning. ***
        An error has occured while executing install on this host. Check the log file for the failed phase, cleanup the environment on all hosts manually and start afresh.

        [fusion@idmhost bin]$

      • Karthik
        Jan 17th, 2014 at 06:27 | #56

        Hi Tushar,

        After cleaning the directories also we are facing the copy failed issue exactly at the SOA component and we notice a log file named oraInstall2014-01-16_01-42-39PM.err
        and we get the lock exception error as below

        “oracle.sysman.oii.oiit.OiitTargetLockNotAvailableException: The inventory cannot be read since it is being written to by another session. Please close all the other(write) sessions for accessing inventory.”

        Copy failed error below

        “[2014-01-16T15:41:40.789-05:00] [runIDMProvisioning-install] [NOTIFICATION] [] [runIDMProvisioning-install] [tid: 99] [ecid: 0000KESmKEmCwkiPX6O5xb1Iq0gU00001Q,0] [exec] Verifying data……
        [2014-01-16T15:42:04.854-05:00] [runIDMProvisioning-install] [NOTIFICATION] [] [runIDMProvisioning-install] [tid: 99] [ecid: 0000KESmKEmCwkiPX6O5xb1Iq0gU00001Q,0] [exec] Copying Files…
        [2014-01-16T15:42:24.890-05:00] [runIDMProvisioning-install] [WARNING] [] [runIDMProvisioning-install] [tid: 100] [ecid: 0000KESmR8dCwkiPX6O5xb1Iq0gU00001R,0] [exec] Internal Error: File Copy failed. Aborting Install”
        [2014-01-16T15:42:25.067-05:00] [runIDMProvisioning-install] [ERROR] [] [runIDMProvisioning-install] [tid: 10] [ecid: 0000KERuqouCwkiPX6O5xb1Iq0gU000000,0] SOA Installation is unsuccessful.
        [2014-01-16T15:42:25.081-05:00] [runIDMProvisioning-install] [ERROR] [] [runIDMProvisioning-install] [tid: 10] [ecid: 0000KERuqouCwkiPX6O5xb1Iq0gU000000,0] BUILD FAILED[[
        /ford/proj/fusion_nas_tst2/FusionTST/Idm/app/IDMLCM_tools/Oracle_IDMLCM1/provisioning/idm-provisioning-build/idm-orchestration-build.xml:116: The following error occurred while executing this line:
        /ford/proj/fusion_nas_tst2/FusionTST/Idm/app/IDMLCM_tools/Oracle_IDMLCM1/provisioning/idm-provisioning-build/idm-orchestration-build.xml:646: The following error occurred while executing this line:
        /ford/proj/fusion_nas_tst2/FusionTST/Idm/app/IDMLCM_tools/Oracle_IDMLCM1/provisioning/idm-provisioning-build/idm-base-product-build.xml:279: The following error occurred while executing this line:
        /ford/proj/fusion_nas_tst2/FusionTST/Idm/app/IDMLCM_tools/Oracle_IDMLCM1/provisioning/idm-provisioning-build/identity-build.xml:122: The following error occurred while executing this line:
        /ford/proj/fusion_nas_tst2/FusionTST/Idm/app/IDMLCM_tools/Oracle_IDMLCM1/provisioning/idm-provisioning-build/identity-build.xml:318: The following error occurred while executing this line:
        /ford/proj/fusion_nas_tst2/FusionTST/Idm/app/IDMLCM_tools/Oracle_IDMLCM1/provisioning/idm-provisioning-build/idm-base-app-build.xml:253: The following error occurred while executing this line:
        /ford/proj/fusion_nas_tst2/FusionTST/Idm/app/IDMLCM_tools/Oracle_IDMLCM1/provisioning/idm-provisioning-build/soa-build.xml:64: The following error occurred while executing this line:
        /ford/proj/fusion_nas_tst2/FusionTST/Idm/app/IDMLCM_tools/Oracle_IDMLCM1/provisioning/idm-provisioning-build/soa-build.xml:432: The following error occurred while executing this line:
        /ford/proj/fusion_nas_tst2/FusionTST/Idm/app/IDMLCM_tools/Oracle_IDMLCM1/provisioning/provisioning-build/common-misc-build.xml:110: SOA Installation is unsuccessful.

      • Magdy Mansour
        Jan 23rd, 2014 at 20:32 | #57

        What is the installation directories which I should cleanup ?

  27. Kris
    Dec 27th, 2013 at 04:05 | #58

    Kris :
    Here is the java error stack on the opmn provision.log file.
    Dec 25, 2013 6:40:41 PM oracle.as.config.provisioner.InstallerCmdLine logInitialCommand
    INFO: Start of command: [registerinstance, -adminHost, idmfusion.com, -adminPort, 7001, -adminUsername, weblogic, -adminPasswordFile, /home/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/config/adminpassword]
    Dec 25, 2013 6:40:44 PM oracle.as.config.provisioner.InstallerCmdLine handleRunFailure
    SEVERE: Command failed:
    oracle.as.config.ProvisionException: Unable to connect to the admin server. Verify it has been started and is accessible.
    at oracle.as.config.impl.RuntimeServiceConnectionWLS.connect(RuntimeServiceConnectionWLS.java:138)

    Caused by: java.io.IOException: Unable to connect to the server. Verify it has been started and is accessible.
    at oracle.as.management.mbeans.util.MBeanClient.connect(MBeanClient.java:122)

    Caused by: java.io.IOException: Couldn’t connect to the specified host : write not supported
    at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:196)
    …… 5 more
    Caused by: javax.naming.NamingException: Couldn’t connect to the specified host : write not supported [Root exception is org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: Maybe]
    at weblogic.corba.j2ee.naming.Utils.wrapNamingException(Utils.java:83)
    at weblogic.corba.j2ee.naming.ORBHelper.getORBReferenceWithRetry(ORBHelper.java:656)

    … 9 more
    Caused by: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: Maybe
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.writeErrorSend(ORBUtilSystemException.java:2259)
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.writeErrorSend(ORBUtilSystemException.java:2277)

    … 18 more
    Caused by: java.io.IOException: write not supported

    Here is the java error stack on the opmn provision.log file.

    Dec 25, 2013 6:40:41 PM oracle.as.config.provisioner.InstallerCmdLine logInitialCommand
    INFO: Start of command: [registerinstance, -adminHost, idmfusion.govinsys.com, -adminPort, 7001, -adminUsername, weblogic, -adminPasswordFile, /home/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/config/adminpassword]
    Dec 25, 2013 6:40:44 PM oracle.as.config.provisioner.InstallerCmdLine handleRunFailure
    SEVERE: Command failed:
    oracle.as.config.ProvisionException: Unable to connect to the admin server. Verify it has been started and is accessible.
    at oracle.as.config.impl.RuntimeServiceConnectionWLS.connect(RuntimeServiceConnectionWLS.java:138)

    Caused by: java.io.IOException: Couldn’t connect to the specified host : write not supported
    at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:196)

    Caused by: javax.naming.NamingException: Couldn’t connect to the specified host : write not supported [Root exception is org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: Maybe]

    Caused by: java.io.IOException: write not supported
    at weblogic.corba.client.cluster.DummySocket$2.write(DummySocket.java:35)
    at java.io.OutputStream.write(OutputStream.java:99)

  28. Kris
    Dec 27th, 2013 at 01:57 | #59

    Here is the java error stack on the opmn provision.log file.

    Dec 25, 2013 6:40:41 PM oracle.as.config.provisioner.InstallerCmdLine logInitialCommand
    INFO: Start of command: [registerinstance, -adminHost, idmfusion.govinsys.com, -adminPort, 7001, -adminUsername, weblogic, -adminPasswordFile, /home/app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/config/adminpassword]
    Dec 25, 2013 6:40:44 PM oracle.as.config.provisioner.InstallerCmdLine handleRunFailure
    SEVERE: Command failed:
    oracle.as.config.ProvisionException: Unable to connect to the admin server. Verify it has been started and is accessible.
    at oracle.as.config.impl.RuntimeServiceConnectionWLS.connect(RuntimeServiceConnectionWLS.java:138)
    at oracle.as.config.impl.OracleASInstanceImpl.register(OracleASInstanceImpl.java:282)
    at oracle.as.config.provisioner.commands.RegisterInstanceCommand.execute(RegisterInstanceCommand.java:11)
    at oracle.as.config.provisioner.InstallerCmdLine.run(InstallerCmdLine.java:146)
    at oracle.as.config.provisioner.InstallerCmdLine.main(InstallerCmdLine.java:46)
    Caused by: java.io.IOException: Unable to connect to the server. Verify it has been started and is accessible.
    at oracle.as.management.mbeans.util.MBeanClient.connect(MBeanClient.java:122)
    at oracle.as.config.impl.RuntimeServiceConnectionWLS.connect(RuntimeServiceConnectionWLS.java:121)
    … 4 more
    Caused by: java.io.IOException: Couldn’t connect to the specified host : write not supported
    at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:196)
    at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)
    at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
    at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
    at oracle.as.management.mbeans.util.MBeanClient.connect(MBeanClient.java:118)
    … 5 more
    Caused by: javax.naming.NamingException: Couldn’t connect to the specified host : write not supported [Root exception is org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: Maybe]
    at weblogic.corba.j2ee.naming.Utils.wrapNamingException(Utils.java:83)
    at weblogic.corba.j2ee.naming.ORBHelper.getORBReferenceWithRetry(ORBHelper.java:656)
    at weblogic.corba.j2ee.naming.ORBHelper.getORBReference(ORBHelper.java:594)
    at weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:85)
    at weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:31)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:46)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.(InitialContext.java:197)
    at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:178)
    … 9 more
    Caused by: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: Maybe
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.writeErrorSend(ORBUtilSystemException.java:2259)
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.writeErrorSend(ORBUtilSystemException.java:2277)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.sendWithoutLock(SocketOrChannelConnectionImpl.java:1066)
    at com.sun.corba.se.impl.encoding.BufferManagerWriteGrow.sendMessage(BufferManagerWriteGrow.java:57)
    at com.sun.corba.se.impl.encoding.CDROutputObject.finishSendingMessage(CDROutputObject.java:144)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.finishSendingRequest(CorbaMessageMediatorImpl.java:247)
    at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete1(CorbaClientRequestDispatcherImpl.java:374)
    at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete(CorbaClientRequestDispatcherImpl.java:355)
    at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.invoke(CorbaClientDelegateImpl.java:129)
    at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.non_existent(CorbaClientDelegateImpl.java:232)
    at org.omg.CORBA.portable.ObjectImpl._non_existent(ObjectImpl.java:137)
    at weblogic.corba.j2ee.naming.ORBHelper.getORBReferenceWithRetry(ORBHelper.java:633)
    … 18 more
    Caused by: java.io.IOException: write not supported
    at weblogic.corba.client.cluster.DummySocket$2.write(DummySocket.java:35)
    at java.io.OutputStream.write(OutputStream.java:99)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.write(SocketOrChannelConnectionImpl.java:724)
    at com.sun.corba.se.impl.encoding.CDROutputObject.writeTo(CDROutputObject.java:174)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.sendWithoutLock(SocketOrChannelConnectionImpl.java:1016)
    … 27 more

  29. Kris
    Dec 27th, 2013 at 01:26 | #60

    Hi Tushar,

    I followed your instructions for 11.1.7 IDM and it worked until postconfigure phase, but once I start postconfigure, it fails with the below error.

    An ERROR occurred during postconfigure.
    *** Currently, cleanup and restore are not supported for IDM Provisioning. ***
    An error has occured while executing postconfigure on this host. Check the log file for the failed phase, cleanup the environment on all hosts manually and start afresh.

    I couldn’t find any related information on Oracle support. Any help is greatly appreciated.

    Thanks
    KRIS

  30. venkat
    Nov 29th, 2013 at 07:44 | #61

    Hello Tushar
    you are doing a great job, am following ur step by step but i getting error in post-configure..


    2013-11-28 16:52:44.757 NOTIFICATION [exec] [CONFIG] SUCCESS:Start Managed Server
    2013-11-28 16:52:44.798 NOTIFICATION [exec] [CONFIG] [Bootstrap Domain Configuration] [Create ASInstance ]:
    2013-11-28 16:52:44.803 NOTIFICATION [exec] [CONFIG]:Create ASInstance
    2013-11-28 16:54:57.367 NOTIFICATION [exec] [CONFIG] [Bootstrap Domain Configuration] [Create ASInstance ]:
    2013-11-28 16:54:57.367 NOTIFICATION [exec] Error creating ASInstance oif_inst.
    2013-11-28 16:54:57.369 NOTIFICATION [exec] Cause:
    2013-11-28 16:54:57.369 NOTIFICATION [exec] An internal operation has failed: Error in starting opmn server
    2013-11-28 16:54:57.370 NOTIFICATION [exec] Operation aborted because of a system call failure or internal error
    2013-11-28 16:54:57.371 NOTIFICATION [exec] Action:
    2013-11-28 16:54:57.375 NOTIFICATION [exec] See logs for more details.
    2013-11-28 16:54:57.376 NOTIFICATION [exec] [CONFIG] FAILED:Create ASInstance
    2013-11-28 16:54:57.377 NOTIFICATION [exec] Question Received:
    2013-11-28 16:54:57.381 NOTIFICATION [exec] Error creating ASInstance oif_inst.
    2013-11-28 16:54:57.383 NOTIFICATION [exec] Cause:
    2013-11-28 16:54:57.384 NOTIFICATION [exec] An internal operation has failed: Error in starting opmn server
    2013-11-28 16:54:57.387 NOTIFICATION [exec] Operation aborted because of a system call failure or internal error
    2013-11-28 16:54:57.389 NOTIFICATION [exec] Action:
    2013-11-28 16:54:57.391 NOTIFICATION [exec] See logs for more details.
    2013-11-28 16:54:57.394 NOTIFICATION [exec] Configuration:Bootstrap Domain Configuration failed
    2013-11-28 16:54:57.405 NOTIFICATION [exec] [CONFIG] [Bootstrap Domain Configuration] [Create Enterprise Manager Agent ]:
    2013-11-28 16:54:57.415 NOTIFICATION [exec] [CONFIG]:Create Enterprise Manager Agent
    2013-11-28 16:55:03.403 NOTIFICATION [exec] Configuration:Bootstrap Domain Configuration failed
    2013-11-28 16:55:03.411 NOTIFICATION [exec] [CONFIG] [Bootstrap Domain Configuration] [Create Enterprise Manager Agent ]:
    2013-11-28 16:55:03.416 NOTIFICATION [exec] [CONFIG] FAILED:Create Enterprise Manager Agent
    2013-11-28 16:55:04.816 NOTIFICATION [exec] Started Configuration:Configure Oracle Identity Federation
    2013-11-28 16:55:06.539 NOTIFICATION [exec] [CONFIG] [Configure Oracle Identity Federation] [Deploy Oracle Identity Federation ]:
    2013-11-28 16:55:06.541 NOTIFICATION [exec] [CONFIG]:Deploy Oracle Identity Federation
    2013-11-28 16:56:29.012 NOTIFICATION [exec] [CONFIG] [Configure Oracle Identity Federation] [Deploy Oracle Identity Federation ]:
    2013-11-28 16:56:29.018 NOTIFICATION [exec] [CONFIG] SUCCESS:Deploy Oracle Identity Federation
    2013-11-28 16:56:29.331 NOTIFICATION [exec] [CONFIG] [Configure Oracle Identity Federation] [Create Federation Store Datasource ]:
    2013-11-28 16:56:29.335 NOTIFICATION [exec] [CONFIG]:Create Federation Store Datasource
    2013-11-28 16:56:34.683 NOTIFICATION [exec] [CONFIG] [Configure Oracle Identity Federation] [Create Federation Store Datasource ]:
    2013-11-28 16:56:34.687 NOTIFICATION [exec] [CONFIG] SUCCESS:Create Federation Store Datasource
    2013-11-28 16:56:34.693 NOTIFICATION [exec] [CONFIG] [Configure Oracle Identity Federation] [Create Transient Store Datasource ]:
    2013-11-28 16:56:34.699 NOTIFICATION [exec] [CONFIG]:Create Transient Store Datasource
    2013-11-28 16:56:37.192 NOTIFICATION [exec] [CONFIG] [Configure Oracle Identity Federation] [Create Transient Store Datasource ]:
    2013-11-28 16:56:37.196 NOTIFICATION [exec] [CONFIG] SUCCESS:Create Transient Store Datasource
    2013-11-28 16:56:37.199 NOTIFICATION [exec] [CONFIG] [Configure Oracle Identity Federation] [Configure OIF MBean ]:
    2013-11-28 16:56:37.201 NOTIFICATION [exec] [CONFIG]:Configure OIF MBean
    2013-11-28 16:57:07.374 NOTIFICATION [exec] [CONFIG] [Configure Oracle Identity Federation] [Configure OIF MBean ]:
    2013-11-28 16:57:07.379 NOTIFICATION [exec] [CONFIG] SUCCESS:Configure OIF MBean
    2013-11-28 16:57:07.439 NOTIFICATION [exec] Configuration:Configure Oracle Identity Federation completed successfully
    2013-11-28 16:57:07.457 NOTIFICATION [exec] [CONFIG] Failed.
    2013-11-28 16:57:07.466 NOTIFICATION [exec] [ACTION]: Bootstrap Domain Configuration
    2013-11-28 16:57:07.543 NOTIFICATION [exec] The configuration of Oracle Identity Management 11g failed.
    2013-11-28 16:57:21.574 TRACE
    BUILD FAILED
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-orchestration-build.xml:354: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-orchestration-build.xml:659: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-base-product-build.xml:400: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/access-build.xml:187: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/access-build.xml:257: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-base-app-build.xml:465: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/oif-build.xml:85: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/oif-build.xml:394: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/provisioning-build/common-misc-build.xml:110: OIF Configuration is unsuccessful.

    Total time: 82 minutes 0 seconds

    An ERROR occurred during postconfigure.
    *** Currently, cleanup and restore are not supported for IDM Provisioning. ***
    An error has occured while executing postconfigure on this host. Check the log file for the failed phase, cleanup the environment on all hosts manually and start afresh.

    could you please let me know the reason for this error and fix

    Venkat

    • rajkumar
      Jun 25th, 2014 at 10:46 | #62

      Hi all,

      I am facing the above error “Error creating ASInstance oif_inst” while provisioing identity management at postconfigure phase .

      Any help please ?

  31. Naraendr
    Nov 25th, 2013 at 13:35 | #63

    Hai Tushar,

    Good Job done.

    We just followed your steps and reached to ‘Configure’ point without any single issue. It was smooth.

    While we are running ‘./runIDMProvisioning.sh -responseFile /app/provisioning/tools/idmlcm/provisioning/bin/provisioning.rsp -target configure’ command getting the below error

    2013-11-25 11:17:53.957 NOTIFICATION [exec] Reading response file..
    2013-11-25 11:17:54.511 NOTIFICATION [exec] Verifying data……
    2013-11-25 11:18:27.875 WARNING [exec] [VALIDATION] [ERROR]:INST-6128: Could not connect to the LDAP with the given credentials.
    2013-11-25 11:18:27.875 WARNING [exec] [VALIDATION] [SUGGESTION]:Check the values. Make sure the LDAP is up and running.
    2013-11-25 11:18:27.982 NOTIFICATION [exec] configuration Failed. Exiting configuration due to data validation failure.
    2013-11-25 11:18:49.589 TRACE
    BUILD FAILED
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-orchestration-build.xml:236: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-orchestration-build.xml:646: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-base-product-build.xml:354: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/identity-build.xml:179: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/identity-build.xml:331: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/idm-base-app-build.xml:387: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/oim-build.xml:183: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/idm-provisioning-build/oim-build.xml:963: The following error occurred while executing this line:
    /app/provisioning/tools/idmlcm/provisioning/provisioning-build/common-misc-build.xml:110: OIM Configuration is unsuccessful.

    Could you please let me know the fix. We stuck here very badly.

    Narendra

    • tushar
      Nov 25th, 2013 at 14:11 | #64

      The error “Could not connect to the LDAP with the given credentials” shows that either the LDAP password is not correctly given or verify the LDAP connection details. You can validate LDAP manually by connecting from fahost as well as open your response file which is in plain text and make sure the credentials are correctly entered in the response file

      • venkat
        Dec 10th, 2013 at 04:25 | #65

        hi
        Thank you verymuch tushar..

  32. Manuel
    Nov 21st, 2013 at 12:01 | #66

    Hello Tushar,

    I’m following your doc’s, really interesting, but in this doc, during installation phase I’m reachig this error:

    Exception String: Error in invoking target ‘install’ of makefile ‘/app/oracle/products/dir/oid/sqlplus/lib/ins_sqlplus.mk’. See ‘/app/oracle/products/dir/oraInventory/logs/install2013-11-21_12-41-42PM.log’ for details.

    I tried “make -f ins_sqlplus.mk install after the error” but the installation process it isn’t reebotable.

    I tried in both modes, console and graphic and I reached error in both.

    Could you give me any idea about how fix it?

    Thanks in adavance, and Thanks for your job.

    • verklixt
      Jan 8th, 2014 at 17:21 | #67

      Had the same issue but made it work:

      I installed several libraries like libaio binutils glib libstdc and so on the 64 and 32bit Versions
      I don’t know which was essential but I its installing now 🙂

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>