Autoconfig Error_1

Hi
I checked the adgenjky.sh file...there was no error found in the file...please give me the good solution to clear the error
Regards

Hi
when i run the command adstrtal.sh... the exiting status is 0 when i entered the url path it shows error
Not Found
The requested URL /oa_servlets/oracle.jsp.JspServlet was not found on this server.
Even i checked the autoconfig log file...no error were found, the path is
/dten/w01/oracle/dtenappl/admin/DTEN_oraapps/log/07041209/adconfig.log
when i run the autoconfig... it shows the error below
AutoConfig could not successfully execute the following scripts:
Directory: /dten/w01/oracle/dtencomn/admin/install/DTEN_oraapps
adgenjky.sh             INSTE8_SETUP       1
Regards

Similar Messages

  • Is autoconfig required to be run for apps password change

    Is autoconfig required to be run for apps password change -- We are only changing APPS and APPLSYS passwords.
    How to Change Applications Passwords using Applications Schema Password Change Utility (FNDCPASS or AFPASSWD) [ID 437260.1] -- does not mention anything about autoconfig.
    Please clarify.
    Thanks

    It's mentioned in the document twice
    1. For APPLSYSPUB/GUEST as you mentioned
    2. Under "Verify the new password" which cover the apps/applsys passwords
    If you search the doc for "AutoConfig" you will find it there.
    Thanks,
    Hussein

  • R12 with 2 node 10g RAC is not updating with autoconfig correctly.

    Hi,
    we are on R12.0.6 with 2 node 10g RAC. Our collegue did the RAC setup, I was not there at that moment
    steps he followed is
    1. Installed 10g CRS,ASM 10.2.0.3 software and bring up the two nodes.
    2. Configured the RAC DB to Oracle Appplication and registered the Listener with CRS.
    Name Type Target State Host
    ora....D1.inst application ONLINE ONLINE erpdb1
    ora....D2.inst application ONLINE ONLINE erpdb2
    ora.ERPPROD.db application ONLINE ONLINE erpdb1
    ora....SM1.asm application ONLINE ONLINE erpdb1
    ora....B1.lsnr application ONLINE ONLINE erpdb1
    ora.erpdb1.gsd application ONLINE ONLINE erpdb1
    ora.erpdb1.ons application ONLINE ONLINE erpdb1
    ora.erpdb1.vip application ONLINE ONLINE erpdb1
    ora....SM2.asm application ONLINE ONLINE erpdb2
    ora....B2.lsnr application ONLINE ONLINE erpdb2
    ora.erpdb2.gsd application ONLINE ONLINE erpdb2
    ora.erpdb2.ons application ONLINE ONLINE erpdb2
    ora.erpdb2.vip application ONLINE ONLINE erpdb2
    oracle@erpdb1 $
    The issue is, in our tnsnames.ora in both the nodes.
    ===
    ERPPROD=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb1-vip.domain.com)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=ERPPROD)
    (INSTANCE_NAME=ERPPROD1)
    instead of
    ERPPROD=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb1-vip.domain.com)(PORT=1521))
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb2-vip.domain.com)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=ERPPROD)
    (INSTANCE_NAME=ERPPROD1)
    (INSTANCE_NAME=ERPPROD2)
    Node1 tnsnames.ora
    oracle@erpdb1 $ cat tnsnames.ora
    # This file is automatically generated by AutoConfig. It will be read and
    # overwritten. If you were instructed to edit this file, or if you are not
    # able to use the settings created by AutoConfig, refer to Metalink Note
    # 387859.1 for assistance.
    #$Header: NetServiceHandler.java 120.16.12000000.4 2008/04/28 06:39:48 schagant ship $
    ERPPROD=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb1-vip.domain.com)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=ERPPROD)
    (INSTANCE_NAME=ERPPROD1)
    ERPPROD1=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb1-vip.domain.com)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=ERPPROD)
    (INSTANCE_NAME=ERPPROD1)
    ERPPROD1_FO=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb1-vip.domain.com)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=ERPPROD)
    (INSTANCE_NAME=ERPPROD1)
    ERPPROD2=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb2-vip.domain.com)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=ERPPROD)
    (INSTANCE_NAME=ERPPROD2)
    ERPPROD2_FO=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb2-vip.domain.com)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=ERPPROD)
    (INSTANCE_NAME=ERPPROD2)
    ERPPROD_FO=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb1-vip.domain.com)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=ERPPROD)
    (INSTANCE_NAME=ERPPROD1)
    ERPPROD2_LOCAL=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb2-vip.domain.com)(PORT=1521))
    ERPPROD1_LOCAL=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb1-vip.domain.com)(PORT=1521))
    ERPPROD_BALANCE=
    (DESCRIPTION=
    (ADDRESS_LIST=
    (LOAD_BALANCE=YES)
    (FAILOVER=YES)
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb2-vip.domain.com)(PORT=1521))
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb1-vip.domain.com)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=ERPPROD)
    ERPPROD_REMOTE=
    (DESCRIPTION=
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb2-vip.domain.com)(PORT=1521))
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb1-vip.domain.com)(PORT=1521))
    LISTENER_ERPPROD1=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb1-vip.domain.com)(PORT=1521))
    LISTENERS_ERPPROD=
    (DESCRIPTION=
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb2-vip.domain.com)(PORT=1521))
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb1-vip.domain.com)(PORT=1521))
    extproc_connection_data =
    (DESCRIPTION=
    (ADDRESS_LIST =
    (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCERPPROD1))
    (CONNECT_DATA=
    (SID=PLSExtProc)
    (PRESENTATION = RO)
    IFILE=/u01/app/oracle/product/10/db/network/admin/ERPPROD1_erpdb1/ERPPROD1_erpdb1_ifile.oraoracle@erpdb1 $
    oracle@erpdb1 $
    =======
    Node2 tnsnames.ora
    =======
    oracle@erpdb2 $ cat tnsnames.ora
    # This file is automatically generated by AutoConfig. It will be read and
    # overwritten. If you were instructed to edit this file, or if you are not
    # able to use the settings created by AutoConfig, refer to Metalink Note
    # 387859.1 for assistance.
    #$Header: NetServiceHandler.java 120.16.12000000.4 2008/04/28 06:39:48 schagant ship $
    ERPPROD=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb1-vip.domain.com)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=ERPPROD)
    (INSTANCE_NAME=ERPPROD1)
    ERPPROD1=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb1-vip.domain.com)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=ERPPROD)
    (INSTANCE_NAME=ERPPROD1)
    ERPPROD1_FO=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb1-vip.domain.com)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=ERPPROD)
    (INSTANCE_NAME=ERPPROD1)
    ERPPROD2=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb2-vip.domain.com)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=ERPPROD)
    (INSTANCE_NAME=ERPPROD2)
    ERPPROD2_FO=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb2-vip.domain.com)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=ERPPROD)
    (INSTANCE_NAME=ERPPROD2)
    ERPPROD_FO=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb1-vip.domain.com)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=ERPPROD)
    (INSTANCE_NAME=ERPPROD1)
    ERPPROD2_LOCAL=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb2-vip.domain.com)(PORT=1521))
    ERPPROD1_LOCAL=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb1-vip.domain.com)(PORT=1521))
    ERPPROD_BALANCE=
    (DESCRIPTION=
    (ADDRESS_LIST=
    (LOAD_BALANCE=YES)
    (FAILOVER=YES)
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb2-vip.domain.com)(PORT=1521))
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb1-vip.domain.com)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=ERPPROD)
    ERPPROD_REMOTE=
    (DESCRIPTION=
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb2-vip.domain.com)(PORT=1521))
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb1-vip.domain.com)(PORT=1521))
    LISTENER_ERPPROD2=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb2-vip.domain.com)(PORT=1521))
    LISTENERS_ERPPROD=
    (DESCRIPTION=
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb2-vip.domain.com)(PORT=1521))
    (ADDRESS=(PROTOCOL=tcp)(HOST=erpdb1-vip.domain.com)(PORT=1521))
    extproc_connection_data =
    (DESCRIPTION=
    (ADDRESS_LIST =
    (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCERPPROD2))
    (CONNECT_DATA=
    (SID=PLSExtProc)
    (PRESENTATION = RO)
    IFILE=/u01/app/oracle/product/10/db/network/admin/ERPPROD2_erpdb2/ERPPROD2_erpdb2_ifile.oraoracle@erpdb2 $
    =====
    Pl let us know how we can achive through autoconfig.
    Regards
    Vasu

    Vasu,
    The issue is, in our tnsnames.ora in both the nodes.What is the issue?
    I believe the following documents should be helpful in configuring your tnsnames.ora (and other files) with RAC implemented.
    Note: 388577.1 - Using Oracle 10g Release 2 Real Application Clusters and Automatic Storage Management with Oracle E-Business Suite Release 12
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=388577.1
    Note: 756050.1 - Troubleshooting Autoconfig issues with Oracle Applications RAC Databases
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=756050.1
    Regards,
    Hussein

  • Error while running the autoconfig

    Hi All,
    Im getting below error while running the autoconfig on apps tier.could someone help me on below issue.
    Application 11.5.10.2
    DB :10.2.0.4.0
    OS: HP UX
    AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora.
    Error generating tnsnames.ora from the database, temperory tnsnames.ora will be generated using templates
    Instantiating Tools tnsnames.ora
    Tools tnsnames.ora instantiated
    Web tnsnames.ora instantiated
    adgentns.pl exiting with status 512
    ERRORCODE = 512 ERRORCODE_END
    Thanks
    Edited by: user11977341 on Jun 8, 2011 3:06 AM

    Database & listner are up & running but when i run the autoconfig on form node im getting error
    java.lang.Exception: Error while generating listener.ora.
    at oracle.apps.ad.tools.configuration.NetServiceHandler.generate806Listener(NetServiceHandler.java:2503)
    at oracle.apps.ad.tools.configuration.NetServiceHandler.processNode(NetServiceHandler.java:2272)
    at oracle.apps.ad.tools.configuration.NetServiceHandler.main(NetServiceHandler.java:2978)
    AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora.
    Error generating tnsnames.ora from the database, temperory tnsnames.ora will be generated using templates
    Instantiating Tools tnsnames.ora
    Tools tnsnames.ora instantiated
    Web tnsnames.ora instantiated
    adgentns.pl exiting with status 512
    ERRORCODE = 512 ERRORCODE_END
    .end std out.
    Thanks

  • Error while running autoconfig in DBtier

    Hi ,
    While running a autoconfig on DBTier we got the following errror :
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u02/11i/CES/cesdb/9.2.0/appsutil/install/CES_ceserp
    afdbprf.sh INSTE8_PRF 1
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u02/11i/CES/cesdb/9.2.0/appsutil/install/CES_ceserp
    adcrobj.sh INSTE8_APPLY 1
    AutoConfig is exiting with status 2
    please advise what to do
    Thanks,
    Vinay

    Executing script in InstantiateFile:
    /u02/11i/CES/cesdb/9.2.0/appsutil/install/CES_ceserp/adcrobj.sh
    script returned:
    adcrobj.sh started at Thu Apr 1 01:50:15 IST 2010
    Parameters passed are : -nopromptmsg
    The environment settings are as follows ...
    ORACLE_HOME : /u02/11i/CES/cesdb/9.2.0
    ORACLE_SID : CES
    TWO_TASK :
    PATH : /u02/11i/CES/cesdb/9.2.0/Apache/perl/bin:/u02/11i/CES/cesdb/9.2.0/bin:/usr/bin:/usr/sbin:/u02/11i/CES/cesdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/u02/11i/CES/cesdb/9.2.0/Apache/perl/bin:/u02/11i/CES/cesdb/9.2.0/OPatch:/u02/11i/CES/cesdb/9.2.0/Apache/perl/bin:/u02/11i/CES/cesdb/9.2.0/bin:/usr/bin:/usr/sbin:/u02/11i/CES/cesdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin:.:.
    LD_LIBRARY_PATH : /u02/11i/CES/cesdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u02/11i/CES/cesdb/9.2.0/ctx/lib
    SQLPLUS Executable : /u02/11i/CES/cesdb/9.2.0/bin/sqlplus
    SQL*Plus: Release 9.2.0.8.0 - Production on Thu Apr 1 01:50:15 2010
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    adcrobj.sh exiting with status 1
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    .end err out.

  • Autoconfig in Application Tier went error

    Hi,
    While running Autoconfig in Application after clone it got error, Please advise..
    DB Version : 11.1.0.7
    Apps Version : 12.1.1
    Please find the below error message..
    Starting AutoConfig at Fri Jan  4 11:24:35 2013
    Using adconfig.pl version 120.26
    *     Classpath : /u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip:/u02/appldev/apps/apps_st/comn/java/classes*
    *===========================================================================*
    Starting Utility to Report Version Conflicts at Fri Jan 04 11:24:43 IST 2013
    Using VersionConflictListGenerator.java version 120.3
    All driver files processed.
    No version conflict encountered.
    *===========================================================================*
    *     Using Context file : /u02/appldev/inst/apps/BALA_devclone/appl/admin/BALA_devclone.xml*
    Attempting to create a back up of the Context file
    Created back up file of name :
    */u02/appldev/inst/apps/BALA_devclone/admin/out/01041124/BALA_devclone.xml*
    *===========================================================================*
    Starting synchronization of file system Context file and its templates with those in the database
    Database connection     : Established
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL=''
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost    : devclone
    sDbDomain  : valueglobal.net
    sDbPort    : 1524
    sDbSid     : BALA
    sDbUser    : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@devclone.valueglobal.net:1524:BALA
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    OAM Context editing support feature: Enabled
    OAM Customization support feature  : Enabled
    File system template    : /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/adxmlctx.tmp
    Checking for customizations to Context template
    Customizations found    : Yes
    Action to be taken      : Customizations to be appended to the template
    Result                  : Customizations successfully appended
    Location of the customized template :/u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/custom/adxmlctx.tmp
    File system Context information template: /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/adctxinf.tmp
    Updating customizations to Context Information template
    Custom Information template : /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/custom/adctxinf.tmp
    Action to be taken      : Customizations to be appended to the inf template
    Result                  : Customizations successfully appended
    Location of the customized inf template :/u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/custom/adctxinf.tmp
    *.end err out.*
    Processing DriverFile = /u02/appldev/apps/apps_st/appl/ont/12.0.0/admin/driver/onttmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for ONT_TOP
    Processing DriverFile = /u02/appldev/apps/apps_st/appl/ar/12.0.0/admin/driver/artmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for AR_TOP
    Processing DriverFile = /u02/appldev/apps/apps_st/appl/ahl/12.0.0/admin/driver/ahltmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for AHL_TOP
    Processing DriverFile = /u02/appldev/apps/apps_st/appl/ozf/12.0.0/admin/driver/ozftmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for OZF_TOP
    Processing DriverFile = /u02/appldev/apps/apps_st/appl/ies/12.0.0/admin/driver/iestmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for IES_TOP
    instantiate file:
    source : /u02/appldev/apps/apps_st/appl/ies/12.0.0/admin/template/cooper.sh
    dest   : /u02/appldev/inst/apps/BALA_devclone/admin/install/cooper.sh
    backup : /u02/appldev/inst/apps/BALA_devclone/admin/install/cooper.sh to /u02/appldev/inst/apps/BALA_devclone/admin/out/01041124/cooper.sh
    setting permissions: 755
    setting ownership: appldev:appldev
    Processing DriverFile = /u02/appldev/apps/apps_st/appl/csd/12.0.0/admin/driver/csdtmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for CSD_TOP
    Processing DriverFile = /u02/appldev/apps/apps_st/appl/igc/12.0.0/admin/driver/igctmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for IGC_TOP
    instantiate file:
    source : /u02/appldev/apps/apps_st/appl/igc/12.0.0/admin/template/igccmprf.sql
    dest   : /u02/appldev/inst/apps/BALA_devclone/admin/install/igccmprf.sql
    backup : /u02/appldev/inst/apps/BALA_devclone/admin/install/igccmprf.sql to /u02/appldev/inst/apps/BALA_devclone/admin/out/01041124/igccmprf.sql
    setting permissions: 600
    setting ownership: appldev:appldev
    instantiate file:
    source : /u02/appldev/apps/apps_st/appl/igc/12.0.0/admin/template/igccmprf.sh
    dest   : /u02/appldev/inst/apps/BALA_devclone/admin/install/igccmprf.sh
    backup : /u02/appldev/inst/apps/BALA_devclone/admin/install/igccmprf.sh to /u02/appldev/inst/apps/BALA_devclone/admin/out/01041124/igccmprf.sh
    setting permissions: 700
    setting ownership: appldev:appldev
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for IGC_TOP
    Executing script in InstantiateFile:
    */u02/appldev/inst/apps/BALA_devclone/admin/install/igccmprf.sh*
    script returned:
    igccmprf.sh started at Fri Jan  4 11:29:18 IST 2013
    The environment settings are as follows ...
    ORACLE_HOME : /u02/appldev/apps/tech_st/10.1.2
    ORACLE_SID :
    TWO_TASK : BALA
    PATH : /u02/appldev/apps/tech_st/10.1.3/perl/bin:/u02/appldev/apps/tech_st/10.1.2/bin:/u02/appldev/apps/apps_st/appl/fnd/12.0.0/bin:/u02/appldev/apps/apps_st/appl/ad/12.0.0/bin:/u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:/u02/appldev/apps/apps_st/comn/util/unzip/unzip::/u02/appldev/apps/tech_st/10.1.2/bin:/usr/bin:/usr/sbin:/u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:/u02/appldev/apps/tech_st/10.1.3/perl/bin:/u02/appldev/apps/tech_st/10.1.3/perl/bin:/u02/appldev/apps/tech_st/10.1.2/bin:/u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:/u02/appldev/apps/apps_st/comn/util/unzip/unzip:/u02/appldev/apps/tech_st/10.1.2/bin:/usr/bin:/usr/sbin:/u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/appldev/bin:/u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/bin:/u02/appldev/apps/tech_st/10.1.3/ant/bin:/u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/bin:/u02/appldev/apps/tech_st/10.1.3/ant/bin
    LD_LIBRARY_PATH : /u02/appldev/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u02/appldev/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u02/appldev/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u02/appldev/apps/apps_st/appl/cz/12.0.0/bin:/u02/appldev/apps/tech_st/10.1.2/lib32:/u02/appldev/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/u02/appldev/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u02/appldev/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u02/appldev/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u02/appldev/apps/apps_st/appl/sht/12.0.0/lib
    Executable : /u02/appldev/apps/tech_st/10.1.2/bin/sqlplus
    SQLPlus: Release 10.1.0.5.0 - Production on Fri Jan 4 11:29:18 2013*
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Enter value for 1: Enter value for 2: Enter value for 3: Enter value for 4: Connected.
    Updated profile option value - 1 row(s) updated
    Application Id : 8407
    Profile Name : IGC_DEBUG_LOG_DIRECTORY
    Level Id : 10001
    New Value :
    */u02/appldev/inst/apps/BALA_devclone/logs/appl/conc/log/BALA_devclone*
    Old Value :
    */u02/appldev/inst/apps/BALA_devclone/logs/appl/conc/log/BALA_devclone*
    PL/SQL procedure successfully completed.
    Commit complete.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    igccmprf.sh exiting with status 0
    ERRORCODE = 0 ERRORCODE_END
    *.end std out.*
    *.end err out.*
    Product Top Drivers executed : AD_TOP  FND_TOP  ICX_TOP  MSC_TOP  IEO_TOP  BIS_TOP  AMS_TOP  CCT_TOP  WSH_TOP  CLN_TOP  OKE_TOP  OKL_TOP  OKS_TOP  CSF_TOP  IGS_TOP  IBY_TOP  JTF_TOP  MWA_TOP  CN_TOP  CSI_TOP  WIP_TOP  CSE_TOP  EAM_TOP  FTE_TOP  ONT_TOP  AR_TOP  AHL_TOP  OZF_TOP  IES_TOP  CSD_TOP  IGC_TOP
    *===========================================================================*
    Starting Restore Profile utility at Fri Jan 04 11:29:19 IST 2013
    Using version 120.4
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL=''
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost    : devclone
    sDbDomain  : valueglobal.net
    sDbPort    : 1524
    sDbSid     : BALA
    sDbUser    : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@devclone.valueglobal.net:1524:BALA
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    *     Verifying connection to the Database : Established*
    *     Restore Profile Feature : Enabled*
    *     Restore Profile file created at : /u02/appldev/inst/apps/BALA_devclone/admin/out/01041124/restore.sql*
    Purging the table ADX_PRE_AUTOCONFIG of rows containing attribute BALA_devclone
    Purging completed
    Restore Profile utility ran successfully
    *===========================================================================*
    adcvmlog.xml renamed to /u02/appldev/inst/apps/BALA_devclone/admin/log/01041124/adcvmlog.xml.01041129
    *[CVM Error Report]*
    The following report lists errors encountered during CVM Phase
    *<filename> <return code where appropriate>*
    */u02/appldev/apps/apps_st/appl/ad/12.0.0/bin/adgentns.pl 2*
    No of scripts failed in CVM phase: 1
    AutoConfig is exiting with status 1 ..
    Need Urgent help..

    Continuation :
    [ s_jtffstart ]
    Action : translate
    Change reason : To prevent the content of the DBC file from being written into the Fulfillment Server log file
    Expected value : [u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt]
    Found value : /u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt
    New value : /u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt
    Check Condition : Unconditional
    INFO : Customer has the new value already in place - skipping
    [ s_jtffstart ]
    Action : translate
    Change reason : To prevent the content of the DBC file from being written into the Fulfillment Server log file
    Expected value : [u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=full -Dengine.LogLevel=9 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt]
    Found value : /u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt
    New value : /u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt
    Check Condition : Unconditional
    INFO : Customer has the new value already in place - skipping
    [ s_jtffstart ]
    Action : translate
    Change reason : To prevent the content of the DBC file from being written into the Fulfillment Server log file
    Expected value : [u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=full -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt]
    Found value : /u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt
    New value : /u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt
    Check Condition : Unconditional
    INFO : Customer has the new value already in place - skipping
    [ s_jtffstart ]
    Action : translate
    Change reason : To prevent the content of the DBC file from being written into the Fulfillment Server log file
    Expected value : [u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=9 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt]
    Found value : /u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt
    New value : /u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u02/appldev/apps/apps_st/comn/java/lib/jdbc6.zip:/u02/appldev/apps/apps_st/comn/java/lib/orai18n.zip:/u02/appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u02/appldev/apps/apps_st/comn/java/classes:/u02/appldev/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.TempDir=/u02/appldev/inst/apps/BALA_devclone/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9303 -Dengine.AOLJ.config=/u02/appldev/inst/apps/BALA_devclone/appl/fnd/12.0.0/secure/BALA.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dprint.TempDir=/u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u02/appldev/inst/apps/BALA_devclone/logs/appl/admin/log/jtffmctl.txt
    Check Condition : Unconditional
    INFO : Customer has the new value already in place - skipping
    [ s_adovars_file ]
    Action : translate
    Change reason : Need to create instance specific adovars.env file in order to support AutoConfig parallel run in a shared appltop environment.
    Expected value : [u02/appldev/apps/apps_st/appl/admin/adovars.env]
    Found value : /u02/appldev/inst/apps/BALA_devclone/appl/admin/adovars_BALA_devclone.env
    New value : /u02/appldev/inst/apps/BALA_devclone/appl/admin/adovars_BALA_devclone.env
    Check Condition : Unconditional
    INFO : Customer has the new value already in place - skipping
    [ s_forms_blockurlchar ]
    Action : translate
    Change reason : To ensure that forms get launched successfully even if the responsibility name contains (, ) charecters
    Expected value : [%0a,%0d,!,%21,",%22,(,),[,%5b,],%5d,{,%7b,|,%7c,%7f,>,%3c,<,%3e]
    Found value : %0a,%0d,!,%21,",%22,[,%5b,],%5d,{,%7b,|,%7c,%7f,>,%3c,<,%3e
    New value : %0a,%0d,!,%21,",%22,[,%5b,],%5d,{,%7b,|,%7c,%7f,>,%3c,<,%3e
    Check Condition : Unconditional
    INFO : Customer has the new value already in place - skipping
    ===========================================================================
    [ Config tool : /u02/appldev/apps/apps_st/appl/ad/12.0.0/bin/adchgatname.pl ]
    Command : /u02/appldev/apps/tech_st/10.1.3/perl/bin/perl -I /u02/appldev/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u02/appldev/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u02/appldev/apps/apps_st/appl/au/12.0.0/perl -I /u02/appldev/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /u02/appldev/apps/apps_st/appl/ad/12.0.0/bin/adchgatname.pl contextfile=/u02/appldev/inst/apps/BALA_devclone/appl/admin/BALA_devclone.xml
    Action : execute
    SCRIPT RETURNED:
    Handle Appl_Top name changes, if any...
    Final Command : /u02/appldev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -classpath /u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip:/u02/appldev/apps/apps_st/comn/java/classes -mx256m oracle.apps.ad.tools.configuration.ATNameHandler -e /u02/appldev/inst/apps/BALA_devclone/appl/admin/BALA_devclone.xml
    Reading APPL_TOP name from Context XML file:
    CONTEXT XML LOCATION : /u02/appldev/inst/apps/BALA_devclone/appl/admin/BALA_devclone.xml
    APPL_TOP NAME IN CONTEXT XML: devclone
    Reading APPL_TOP name from adconfig.txt file:
    adconfig.txt LOCATION : /u02/appldev/apps/apps_st/appl/admin/adconfig.txt
    APPL_TOP NAME IN adconfig.txt: devclone
    Comparing the APPL_TOP names read from two sources.....
    INFO : APPL_TOP name has not been changed.
    REASON : Context XML and adconfig.txt contain same value for APPL_TOP name.
    ACTION TAKEN : No action required.
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Result : SUCCEEDED
    ===========================================================================
    ===========================================================================
    [ Config tool : /u02/appldev/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkSetConfig.pl ]
    Command : /u02/appldev/apps/tech_st/10.1.3/perl/bin/perl -I /u02/appldev/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u02/appldev/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u02/appldev/apps/apps_st/appl/au/12.0.0/perl -I /u02/appldev/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /u02/appldev/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkSetConfig.pl contextfile=/u02/appldev/inst/apps/BALA_devclone/appl/admin/BALA_devclone.xml /u02/appldev/apps/apps_st/appl/au/12.0.0/perl
    Action : execute
    SCRIPT RETURNED:
    TXK Script Name: txkSetConfig.pl
    Before Setting Environment
    AD_TOP : /u02/appldev/apps/apps_st/appl/ad/12.0.0
    AD_TOP variable is already in the environment....
    After Setting Environment
    AD_TOP : /u02/appldev/apps/apps_st/appl/ad/12.0.0
    Setting of Environment completed.
    Start of method: ContextValueMgmt
    java version "1.6.0_10"
    Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
    Java HotSpot(TM) Server VM (build 11.0-b15, mixed mode)
    version is :1.6
    Inside checkAPPSVersion()...
    Apps Version = 12.1.1
    Java Version = 1.6
    End of method: ContextValueMgmt
    Existing value of s_ias_version in Applications context file is 10.1.3.4.0
    Version present in ias.properties is 10.1.3.4.0
    No update required for s_ias_version as version in Context file is same as the value in ias.properties
    Existing value of s_forms_version in Applications context file is 10.1.2.3.0
    Actual Forms Version is 10.1.2.3.0
    No update required for s_forms_version as version in Context file is same as Forms patchset version
    Method Name: CopyWallet
    ** BEGIN CopyWallet() **
    Inside cwalletSSO.......
    cwallet.sso file already exits at the location /u02/appldev/inst/apps/BALA_devclone/certs/Apache/cwallet.sso
    cwalletSSO completed.......
    ** END CopyWallet() **
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Result : SUCCEEDED
    ===========================================================================
    ===========================================================================
    [ Config tool : /u02/appldev/apps/apps_st/appl/ad/12.0.0/bin/adgentns.pl ]
    Command : /u02/appldev/apps/tech_st/10.1.3/perl/bin/perl -I /u02/appldev/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u02/appldev/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u02/appldev/apps/apps_st/appl/au/12.0.0/perl -I /u02/appldev/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /u02/appldev/apps/apps_st/appl/ad/12.0.0/bin/adgentns.pl PASSWORD contextfile=/u02/appldev/inst/apps/BALA_devclone/appl/admin/BALA_devclone.xml logdir=/u02/appldev/inst/apps/BALA_devclone/admin/log/01041525 outdir=/u02/appldev/inst/apps/BALA_devclone/admin/out/01041525
    Action : execute
    SCRIPT RETURNED:
    Generate Tns Names
    Logfile: /u02/appldev/inst/apps/BALA_devclone/admin/log/01041525/NetServiceHandler.log
         Classpath : /u02/appldev/apps/apps_st/comn/java/lib/appsborg2.zip:/u02/appldev/apps/apps_st/comn/java/classes
    Updating s_tnsmode to 'generateTNS'
    UpdateContext exited with status: 0
    AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora.
    Error generating tnsnames.ora from the database, temporary tnsnames.ora will be generated using templates
    Instantiating Tools tnsnames.ora
    Tools tnsnames.ora instantiated
    Web tnsnames.ora instantiated
    adgentns.pl exiting with status 2
    ERRORCODE = 2 ERRORCODE_END
    .end std out.
    .end err out.
    Result : FAILED
    ===========================================================================
    Ending Context Value Management System.
    ===========================================================================
    ===========================================================================
    Uploading file system Context file and its templates to the database
    Context file :
    /u02/appldev/inst/apps/BALA_devclone/appl/admin/BALA_devclone.xml
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL=''
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : devclone
    sDbDomain : valueglobal.net
    sDbPort : 1524
    sDbSid : BALA
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@devclone.valueglobal.net:1524:BALA
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    Result : Successfully uploaded the Context file to the DataBase
    Context template file :
    /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/custom/adxmlctx.tmp
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL=''
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : devclone
    sDbDomain : valueglobal.net
    sDbPort : 1524
    sDbSid : BALA
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@devclone.valueglobal.net:1524:BALA
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    Result : Successfully uploaded the Context template file to the DataBase
    Uploading the Context information template to the DataBase
    Context information template :
    /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/custom/adctxinf.tmp
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL=''
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : devclone
    sDbDomain : valueglobal.net
    sDbPort : 1524
    sDbSid : BALA
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@devclone.valueglobal.net:1524:BALA
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    Result : Successfully uploaded the Context information template file to the DataBase
    ===========================================================================
    Configuring templates from all of the product tops...
    Processing DriverFile = /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/driver/adtmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for AD_TOP
    instantiate file:
    source : /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/adconfig.txt
    dest : /u02/appldev/apps/apps_st/appl/admin/adconfig.txt
    backup : /u02/appldev/apps/apps_st/appl/admin/adconfig.txt to /u02/appldev/inst/apps/BALA_devclone/admin/out/01041525/adconfig.txt
    setting permissions: 600
    setting ownership: appldev:appldev
    instantiate file:
    source : /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/adalldefaults.txt
    dest : /u02/appldev/apps/apps_st/appl/admin/BALA/adalldefaults.txt
    backup : /u02/appldev/apps/apps_st/appl/admin/BALA/adalldefaults.txt to /u02/appldev/inst/apps/BALA_devclone/admin/out/01041525/adalldefaults.txt
    setting permissions: 600
    setting ownership: appldev:appldev
    instantiate file:
    source : /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/adadmat.pl
    dest : /u02/appldev/inst/apps/BALA_devclone/admin/install/adadmat.pl
    backup : /u02/appldev/inst/apps/BALA_devclone/admin/install/adadmat.pl to /u02/appldev/inst/apps/BALA_devclone/admin/out/01041525/adadmat.pl
    setting permissions: 644
    setting ownership: appldev:appldev
    instantiate file:
    source : /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/adupdbid.sql
    dest : /u02/appldev/inst/apps/BALA_devclone/admin/install/adupdbid.sql
    backup : /u02/appldev/inst/apps/BALA_devclone/admin/install/adupdbid.sql to /u02/appldev/inst/apps/BALA_devclone/admin/out/01041525/adupdbid.sql
    setting permissions: 600
    setting ownership: appldev:appldev
    instantiate file:
    source : /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/iAS_1013_env.tmp
    dest : /u02/appldev/inst/apps/BALA_devclone/ora/10.1.3/BALA_devclone.env
    backup : /u02/appldev/inst/apps/BALA_devclone/ora/10.1.3/BALA_devclone.env to /u02/appldev/inst/apps/BALA_devclone/admin/out/01041525/BALA_devclone.env
    setting permissions: 644
    setting ownership: appldev:appldev
    instantiate file:
    source : /u02/appldev/apps/apps_st/appl/ad/12.0.0/admin/template/iAS_1012_env.tmp
    dest : /u02/appldev/inst/apps/BALA_devclone/ora/10.1.2/BALA_devclone.env
    backup : /u02/appldev/inst/apps/BALA_devclone/ora/10.1.2/BALA_devclone.env to /u02/appldev/inst/apps/BALA_devclone/admin/out/01041525/BALA_devclone0.env
    setting permissions: 644
    setting ownership: appldev:appldev

  • Error while runnning autoconfig on apps tier during upgrade

    Hi,
    Error while runnning autoconfig on apps tier during upgrade from 11.5.9 to 11.5.10.2
    below is the error message.
    Enter the APPS user password :
    The log file for this session is located at: /u01/app/tinst/tinstappl/admin/TINST_dba5/log/05031134/adconfig.log
    AutoConfig is configuring the Applications environment...
    AutoConfig will consider the custom templates if present.
    Using APPL_TOP location : /u01/app/tinst/tinstappl
    Classpath : /u01/app/tinst/tinstcomn/util/java/1.6/jdk1.6.0_18/jre/lib/rt.jar:/u01/app/tinst/tinstcomn/util/java/1.6/jdk1.6.0_18/lib/dt.jar:/u01/app/tinst/tinstcomn/util/java/1.6/jdk1.6.0_18/lib/tools.jar:/u01/app/tinst/tinstcomn/java/appsborg2.zip:/u01/app/tinst/tinstcomn/java
    Using Context file : /u01/app/tinst/tinstappl/admin/TINST_dba5.xml
    Context Value Management will now update the Context file
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/jdbc/OracleDriver
    at oracle.apps.ad.util.DBUtil.registerDriver(DBUtil.java:153)
    at oracle.apps.ad.util.DBUtil.<init>(DBUtil.java:102)
    at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.getDBConnection(FileSysDBCtxMerge.java:759)
    at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.initializeParams(FileSysDBCtxMerge.java:147)
    at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.setParams(FileSysDBCtxMerge.java:128)
    at oracle.apps.ad.context.CtxValueMgt.mergeCustomInFiles(CtxValueMgt.java:1762)
    at oracle.apps.ad.context.CtxValueMgt.processCtxFile(CtxValueMgt.java:1579)
    at oracle.apps.ad.context.CtxValueMgt.main(CtxValueMgt.java:709)
    Caused by: java.lang.ClassNotFoundException: oracle.jdbc.OracleDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    ... 8 more
    ERROR: Context Value Management Failed.
    Terminate.
    The logfile for this session is located at:
    /u01/app/tinst/tinstappl/admin/TINST_dba5/log/05031134/adconfig.log
    Please let me know your suggestions to resolve this issue.
    Regards,
    Sreenivasulu.

    Hi,
    DB tier autoconfig was successfully completed.
    We have already checked the above mentioned metalink ID's, but still the issue is same.
    Can you please advice any other solutions.
    Regards,
    Sreenivasulu.

  • Autoconfig fail EBS R12 Apps-Node with EBS 11gR2 RAC

    Platform: HPUX IA 64-11.31
    DB: 11.2.0.3
    Nodes: 2
    We were following metalink note 823587.1 and have successfully converted single-instance database of EBS R12 to 20node RAC. When we are trying to do steps of Section-3.8 of the note the autoconfig is running in error. See the below error message from the "adconfig.log" file:
    cat /etc/hosts
    =========
    127.0.0.1 localhost.localdomain localhost
    #Public IP
    172.16.101.23 ts1db1.bukhatir.ae ts1db1
    172.16.101.24 ts1db2.bukhatir.ae ts1db2
    #Vip
    172.16.101.44 ts1_vip1.bukhatir.ae ts1_vip1
    172.16.101.45 ts1_vip2.bukhatir.ae ts1_vip2
    #inerconnect
    10.0.0.1 ts1_prv1.bukhatir.ae ts1_prv1
    10.0.0.2 ts1_prv2.bukhatir.ae ts1_prv2
    172.16.101.20 ts1apps1.bukhatir.ae ts1apps1
    172.16.101.21 ts1apps2.bukhatir.ae ts1apps2
    =========
    Generate Tns Names
    Logfile: /locapps1/apps/apps/TEST_ts1apps1/admin/log/04101202/NetServiceHandler.log
    Classpath : /ts1apps/apps/apps_st/comn/java/lib/appsborg2.zip:/ts1apps/apps/apps_st/comn/java/classes
    Updating s_tnsmode to 'generateTNS'
    UpdateContext exited with status: 0
    AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora.
    Error generating tnsnames.ora from the database, temporary tnsnames.ora will be generated using templates
    Instantiating Tools tnsnames.ora
    Tools tnsnames.ora instantiated
    Web tnsnames.ora instantiated
    adgentns.pl exiting with status 2
    ERRORCODE = 2 ERRORCODE_END
    xecuting script in InstantiateFile:
    /locapps1/apps/apps/TEST_ts1apps1/admin/install/adgendbc.sh
    script returned:
    adgendbc.sh started at Tue Apr 10 12:03:56 UAE 2012
    SQL*Plus: Release 10.1.0.5.0 - Production on Tue Apr 10 12:03:57 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter value for 1: Enter value for 2: Enter value for 3: Connected.
    [ APPS_DATABASE_ID ]
    Application Id : 0
    Profile Value : TEST
    Level Name: SITE
    INFO : Updated/created profile option value.
    PL/SQL procedure successfully completed.
    Commit complete.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    ==============================
    * * * * DBC PARAMETERS * * * *
    ==============================
    fnd_jdbc_buffer_min=1
    fnd_jdbc_buffer_max=5
    fnd_jdbc_buffer_decay_interval=300
    fnd_jdbc_buffer_decay_size=5
    fnd_jdbc_usable_check=false
    fnd_jdbc_context_check=true
    fnd_jdbc_plsql_reset=false
    ====================================
    * * * * NO CUSTOM PARAMETERS * * * *
    ====================================
    Unique constraint error (00001) is OK if key already exists
    Creating the DBC file...
    java.sql.SQLException: The Network Adapter could not establish the connection
    Database connection to jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip1.bukhatir.ae)(PORT=1521))(ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip2.bukhatir.ae)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=TEST))) failed
    ADD call failed with exit code 1
    Updating Server Security Authentication
    java.sql.SQLException: Invalid number format for port number
    Database connection to jdbc:oracle:thin:@host_name:port_number:database failed
    Updating Server Security Authentication failed with exit code 1
    Restoring DBC file from backed up location /locapps1/apps/apps/TEST_ts1apps1/appltmp/TXK/TEST_Tue_Apr_10_12_03_2012.dbc
    adgendbc.sh ended at Tue Apr 10 12:04:01 UAE 2012
    adgendbc.sh exiting with status 1
    ERRORCODE = 1 ERRORCODE_END
    See the network configuration files from the environment:
    ===========
    Dbhome
    ===========
    /orahome/oradb/app/product/11.2.0.3/network/admin/TEST1_ts1db1/listener.ora
    LISTENER_TEST =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ts1_vip1.bukhatir.ae)(PORT = 1521)(IP = FIRST)))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ts1db1)(PORT = 1521)(IP = FIRST)))
    SID_LIST_LISTENER_TEST =
    (SID_LIST =
    (SID_DESC = (ORACLE_HOME = /orahome/oradb/app/product/11.2.0.3)(SID_NAME = TEST1))
    STARTUP_WAIT_TIME_LISTENER_TEST = 0
    CONNECT_TIMEOUT_LISTENER_TEST = 10
    TRACE_LEVEL_LISTENER_TEST = OFF
    LOG_DIRECTORY_LISTENER_TEST = /orahome/oradb/app/product/11.2.0.3/network/admin
    LOG_FILE_LISTENER_TEST = TEST1
    TRACE_DIRECTORY_LISTENER_TEST = /orahome/oradb/app/product/11.2.0.3/network/admin
    TRACE_FILE_LISTENER_TEST = TEST1
    ADMIN_RESTRICTIONS_LISTENER_TEST = ON
    SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER_TEST = OFF
    IFILE=/orahome/oradb/app/product/11.2.0.3/network/admin/TEST1_ts1db1/listener_ifile.ora
    /orahome/oradb/app/product/11.2.0.3/network/admin/TEST1_ts1db1/tnsnames.ora
    TEST=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip1.bukhatir.ae)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=TEST)
    (INSTANCE_NAME=TEST1)
    TEST1=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip1.bukhatir.ae)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=TEST)
    (INSTANCE_NAME=TEST1)
    TEST1_FO=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip1.bukhatir.ae)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=TEST)
    (INSTANCE_NAME=TEST1)
    TEST_FO=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip1.bukhatir.ae)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=TEST)
    (INSTANCE_NAME=TEST1)
    TEST1_LOCAL=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip1.bukhatir.ae)(PORT=1521))
    TEST_BALANCE=
    (DESCRIPTION=
    (ADDRESS_LIST=
    (LOAD_BALANCE=YES)
    (FAILOVER=YES)
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip1.bukhatir.ae)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=TEST)
    TEST_REMOTE=
    (DESCRIPTION=
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip1.bukhatir.ae)(PORT=1521))
    #TEST_REMOTE=
    # (DESCRIPTION=
    # (ADDRESS_LIST=
    # (ADDRESS=(PROTOCOL=tcp)(HOST=tsscan.bukhatir.ae)(PORT=1521))
    TEST1_local=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip1.bukhatir.ae)(PORT=1521))
    extproc_connection_data =
    (DESCRIPTION=
    (ADDRESS_LIST =
    (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCTEST1))
    (CONNECT_DATA=
    (SID=PLSExtProc)
    (PRESENTATION = RO)
    IFILE=/orahome/oradb/app/product/11.2.0.3/network/admin/TEST1_ts1db1/TEST1_ts1db1_ifile.ora
    ===========
    Gridhome
    ===========
    /gridhome/oragrid/11.2.0/grid/network/admin/listener.ora
    LISTENER=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))) # line added by Agent
    LISTENER_SCAN3=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN3)))) # line added by Agent
    LISTENER_SCAN2=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2)))) # line added by Agent
    LISTENER_SCAN1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1)))) # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN1=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN2=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN3=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER=ON # line added by Agent
    /gridhome/oragrid/11.2.0/grid/network/admin/endpoints_listener.ora
    LISTENER_TS1DB1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ts1_vip1)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=172.16.101.23)(PORT=1521)(IP=FIRST)))) # line
    added by Agent
    ===========
    Listener EBShome
    ===========
    cd $TNS_ADMIN
    /locapps1/apps/apps/TEST_ts1apps1/ora/10.1.2/network/admin/listener.ora
    APPS_TEST =
    (ADDRESS_LIST =
    (ADDRESS= (PROTOCOL= TCP)(Host= ts1apps1)(Port= 1629))
    SID_LIST_APPS_TEST =
    (SID_LIST =
    ( SID_DESC = ( SID_NAME = FNDSM )
    ( ORACLE_HOME = /ts1apps/apps/tech_st/10.1.2 )
    ( PROGRAM = /ts1apps/apps/apps_st/appl/fnd/12.0.0/bin/FNDSM )
    ( envs='MYAPPSORA=/ts1apps/apps/apps_st/appl/APPSTEST_ts1apps1.env,PATH=/usr/bin:/usr/ccs/bin:/bin,FNDSM_SCRIPT=/locapps1/apps/apps/TEST_ts1apps1/admin/scripts/gsmst
    art.sh' )
    ( SID_DESC = ( SID_NAME = FNDFS )
    ( ORACLE_HOME = /ts1apps/apps/tech_st/10.1.2 )
    ( PROGRAM = /ts1apps/apps/apps_st/appl/fnd/12.0.0/bin/FNDFS )
    ( envs='EPC_DISABLED=TRUE,NLS_LANG=American_America.AL32UTF8,LD_LIBRARY_PATH=/ts1apps/apps/tech_st/10.1.2/lib32:/ts1apps/apps/tech_st/10.1.2/lib:/ts1apps/apps/tech_s
    t/10.1.2/jdk/jre/lib/IA64N:/ts1apps/apps/tech_st/10.1.2/jdk/jre/lib/IA64N/server:/ts1apps/apps/apps_st/appl/sht/12.0.0/lib,SHLIB_PATH=/ts1apps/apps/tech_st/10.1.2/lib32:/ts1apps/apps
    /tech_st/10.1.2/lib:/ts1apps/apps/tech_st/10.1.2/jdk/jre/lib/IA64N:/ts1apps/apps/tech_st/10.1.2/jdk/jre/lib/IA64N/server:/ts1apps/apps/apps_st/appl/sht/12.0.0/lib,LIBPATH=/ts1apps/ap
    ps/tech_st/10.1.2/lib32:/ts1apps/apps/tech_st/10.1.2/lib:/ts1apps/apps/tech_st/10.1.2/jdk/jre/lib/IA64N:/ts1apps/apps/tech_st/10.1.2/jdk/jre/lib/IA64N/server:/ts1apps/apps/apps_st/ap
    pl/sht/12.0.0/lib,APPLFSTT=TEST_BALANCE;TEST;TEST_FO,APPLFSWD=/locapps1/apps/apps/TEST_ts1apps1/appl/admin;/locapps1/apps/apps/TEST_ts1apps1/appltmp;/ts1apps/apps/apps_st/comn/webapp
    s/oacore/html/oam/nonUix/launchMode/restricted' )
    STARTUP_WAIT_TIME_APPS_TEST = 0
    CONNECT_TIMEOUT_APPS_TEST = 10
    TRACE_LEVEL_APPS_TEST = OFF
    LOG_DIRECTORY_APPS_TEST = /locapps1/apps/apps/TEST_ts1apps1/logs/ora/10.1.2/network
    LOG_FILE_APPS_TEST = APPS_TEST
    TRACE_DIRECTORY_APPS_TEST = /locapps1/apps/apps/TEST_ts1apps1/logs/ora/10.1.2/network
    TRACE_FILE_APPS_TEST = APPS_TEST
    ADMIN_RESTRICTIONS_APPS_TEST = ON
    IFILE = /locapps1/apps/apps/TEST_ts1apps1/ora/10.1.2/network/admin/TEST_ts1apps1_listener_ifile.ora
    SUBSCRIBE_FOR_NODE_DOWN_EVENT_APPS_TEST = OFF
    /locapps1/apps/apps/TEST_ts1apps1/ora/10.1.2/network/admin/tnsnames.ora
    TEST = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1db1)(PORT=1521))
    (CONNECT_DATA=(SID=TEST1))
    # Net8 definitions for FNDFS and FNDSM on the HTTP server node - ts1apps1
    FNDFS_ts1apps1 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDFS))
    FNDFS_ts1apps1.bukhatir.ae = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDFS))
    # For when the profile FS_SVC_PREFIX is set these entries will be used
    FNDFS_TEST1_ts1apps1 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDFS))
    FNDFS_TEST1_ts1apps1.bukhatir.ae = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDFS))
    FNDSM_ts1apps1_TEST1 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDSM))
    FNDSM_ts1apps1.bukhatir.ae_TEST1 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDSM))
    # Net8 definitions for FNDFS and FNDSM on the forms server node - ts1apps1
    FNDFS_ts1apps1 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDFS))
    FNDFS_ts1apps1.bukhatir.ae = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDFS))
    # For when the profile FS_SVC_PREFIX is set these entries will be used
    FNDFS_TEST1_ts1apps1 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDFS))
    FNDFS_TEST1_ts1apps1.bukhatir.ae = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDFS))
    FNDSM_ts1apps1_TEST1 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDSM))
    FNDSM_ts1apps1.bukhatir.ae_TEST1 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDSM))
    # Net8 definitions for FNDFS and FNDSM on the administration server node - ts1apps1
    FNDFS_ts1apps1 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDFS))
    FNDFS_ts1apps1.bukhatir.ae = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDFS))
    # For when the profile FS_SVC_PREFIX is set these entries will be used
    FNDFS_TEST1_ts1apps1 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDFS))
    FNDFS_TEST1_ts1apps1.bukhatir.ae = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDFS))
    FNDSM_ts1apps1_TEST1 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDSM))
    FNDSM_ts1apps1.bukhatir.ae_TEST1 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDSM))
    # Net8 definitions for FNDFS and FNDSM on the concurrent processing server node - ts1apps1
    FNDFS_ts1apps1 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDFS))
    FNDFS_ts1apps1.bukhatir.ae = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDFS))
    # For when the profile FS_SVC_PREFIX is set these entries will be used
    FNDFS_TEST1_ts1apps1 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDFS))
    FNDFS_TEST1_ts1apps1.bukhatir.ae = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDFS))
    FNDSM_ts1apps1_TEST1 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDSM))
    FNDSM_ts1apps1.bukhatir.ae_TEST1 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ts1apps1)(PORT=1629))
    (CONNECT_DATA=(SID=FNDSM))
    IFILE=/locapps1/apps/apps/TEST_ts1apps1/ora/10.1.2/network/admin/TEST_ts1apps1_ifile.ora

    Yes, following message is also reported in the adconfig.log:
    Unique constraint error (00001) is OK if key already exists
    Creating the DBC file...
    java.sql.SQLException: The Network Adapter could not establish the connection
    Database connection to jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=ts1_vip2.bukhatir.ae)(PORT=1523))(ADDRESS=(PROTOCOL=tcp)(HOST=
    ts1_vip1.bukhatir.ae)(PORT=1523)))(CONNECT_DATA=(SERVICE_NAME=TEST))) failed
    ADD call failed with exit code 1
    Updating Server Security Authentication
    java.sql.SQLException: Invalid number format for port number
    Database connection to jdbc:oracle:thin:@host_name:port_number:database failed
    Updating Server Security Authentication failed with exit code 1
    Restoring DBC file from backed up location /locapps1/apps/apps/TEST_ts1apps1/appltmp/TXK/TEST_Mon_Apr_16_13_13_2012.dbc
    adgendbc.sh ended at Mon Apr 16 13:13:46 UAE 2012
    adgendbc.sh exiting with status 1
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    .end err out.
    Did you see Autoconfig has failed on Apps tier on adgendbc.cmd with error: ADD call failed with exit code 1, UPDATE call failed with exit code 1 [ID 359739.1]?But we have the file version:
    $Header: AdminAppServer.java 120.11.12010000.6 2010/04/13 15:24:03 fskinner ship $

  • Error while running autoconfig on apps tier

    Dears ,
    apps 11.5.10.2
    DB 9.2.0.8
    OS solaris sparc 10 64bit
    while running autoconfig on apps tier autoconfig failed with CLNADMPRF.SH and okladmprf.sh and autoconfig take along time to complete
    ERROR:
    ORA-12154: TNS:could not resolve service name
    1- how can i solve these error ?
    2- should i skip these errors and start upgrade apps from 11.5.10.2 to 12.1.1 and DB from 9.2.0.8 to 11.2.0.1 ?
    Regards ,,,

    while running autoconfig on apps tier autoconfig failed with CLNADMPRF.SH and okladmprf.sh and autoconfig take along time to complete
    ERROR:
    ORA-12154: TNS:could not resolve service name
    1- how can i solve these error ?Please see (CLNADMPRF.SH FAIL WITH ORA-12154 WHILE RUNNING AUTOCONFIG [ID 753535.1]).
    2- should i skip these errors and start upgrade apps from 11.5.10.2 to 12.1.1 and DB from 9.2.0.8 to 11.2.0.1 ?No, please find the error first then proceed with the upgrade.
    Thanks,
    Hussein

  • AC-50480 error while generating listener.ora while running autoconfig

    Hi,
    I am trying my first clone on R1213. We have a split tier configuration. I am able clone the database server successfully.
    Now when I run 'perl adcfgclone appsTier', during the autoconfig part, it fails with the error message AC-50480 : Error while generating listener.ora
    I have followed note
    AC-50480" Error Generating the "listener.ora" File. [ID 1089036.1]
    During Autoconfig "adgentns.pl" fails: "AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora" [ID 453901.1]
    derigistered bothe the servers
    ran autoconfig on the DB
    Verified the contents of FND_NODES table.
    Everything looks fine, but it still errors during autoconfig.
    There is no listener file under $TNS_ADMIN.
    There is tnsnames.ora under $TNS_ADMIN
    Any clue?
    TIA,
    AZ

    Here are the contents from NetServiceHandler.log
    Processing listener.ora on middle tier
    s_enable_listener_password = OFF
    instantiate file:
    source : /d01/oracle/opda/apps/apps_st/appl/ad/12.0.0/admin/template/iAS_1012_env.tmp
    dest : /d01/oracle/opda/inst/apps/OPDA_oratest/ora/10.1.2/OPDA_oratest.env
    /d01/oracle/opda/inst/apps/OPDA_oratest/admin/install/admk80ln.sql permissions changed to 644 (unix only)
    instantiate file:
    source : /d01/oracle/opda/apps/apps_st/appl/ad/12.0.0/admin/template/APPLSYS_ux.env
    dest : /d01/oracle/opda/apps/apps_st/appl/OPDA_oratest.env
    /d01/oracle/opda/inst/apps/OPDA_oratest/admin/install/admk80ln.sql permissions changed to 644 (unix only)
    instantiate file:
    source : /d01/oracle/opda/apps/apps_st/appl/ad/12.0.0/admin/template/adovars_ux.env
    dest : /d01/oracle/opda/inst/apps/OPDA_oratest/appl/admin/adovars_OPDA_oratest.env
    /d01/oracle/opda/inst/apps/OPDA_oratest/appl/admin/adovars_OPDA_oratest.env permissions changed to 644 (unix only)
    instantiate file:
    source : /d01/oracle/opda/apps/apps_st/appl/fnd/12.0.0/admin/template/admk80ln_ux.sql
    dest : /d01/oracle/opda/inst/apps/OPDA_oratest/admin/install/admk80ln.sql
    /d01/oracle/opda/inst/apps/OPDA_oratest/admin/install/admk80ln.sql permissions changed to 600 (unix only)
    instantiate file:
    source : /d01/oracle/opda/apps/apps_st/appl/fnd/12.0.0/admin/template/admk80ln.sh
    dest : /d01/oracle/opda/inst/apps/OPDA_oratest/admin/install/admk80ln.sh
    /d01/oracle/opda/inst/apps/OPDA_oratest/admin/install/admk80ln.sh permissions changed to 700 (unix only)
    Execution of /d01/oracle/opda/inst/apps/OPDA_oratest/admin/install/admk80ln.sh is given to TimedProcess
    admk80ln.sh started at Thu Sep 29 08:56:59 EDT 2011
    The environment settings are as follows ...
    ORACLE_HOME : /d01/oracle/opda/apps/tech_st/10.1.2
    ORACLE_SID :
    TWO_TASK : OPDA
    PATH : /d01/oracle/opda/inst/apps/OPDA_oratest/admin/scripts:/d01/oracle/opda/apps/tech_st/10.1.3/perl/bin:/d01/oracle/opda/apps/tech_st/10.1.2/bin:/d01/oracle/opda/apps/apps_st/appl/fnd/12.0.0/bin:/d01/oracle/opda/apps/apps_st/appl/ad/12.0.0/bin:/d01/oracle/opda/apps/tech_st/10.1.3/appsutil/jdk/jre/bin::/d01/oracle/opda/apps/tech_st/10.1.2/bin:/usr/bin:/usr/sbin:/d01/oracle/opda/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:/d01/oracle/opda/apps/tech_st/10.1.3/perl/bin:/d01/oracle/opda/inst/apps/OPDA_oratest/admin/scripts:/d01/oracle/opda/apps/tech_st/10.1.3/perl/bin:/d01/oracle/opda/apps/tech_st/10.1.2/bin:/d01/oracle/opda/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:/d01/oracle/opda/apps/tech_st/10.1.2/bin:/usr/bin:/usr/sbin:/d01/oracle/opda/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:/bin:/usr/bin:/usr/local/bin:/usr/local/bin/X11:/usr/X11R6/bin:/usr/sbin:.:/d01/oracle/opda/apps/tech_st/10.1.2/OPatch:/d01/oracle/opda/apps/tech_st/10.1.3/appsutil/jdk/bin:/d01/oracle/opda/apps/tech_st/10.1.3/ant/bin:/home/applopda/bin:/d01/oracle/opda/apps/tech_st/10.1.2/OPatch:/d01/oracle/opda/apps/tech_st/10.1.3/appsutil/jdk/bin:/d01/oracle/opda/apps/tech_st/10.1.3/ant/bin
    Library Path : /d01/oracle/opda/apps/tech_st/10.1.2/jdk/jre/lib/i386:/d01/oracle/opda/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/d01/oracle/opda/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/d01/oracle/opda/apps/apps_st/appl/cz/12.0.0/bin:/d01/oracle/opda/apps/tech_st/10.1.2/lib32:/d01/oracle/opda/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/d01/oracle/opda/apps/tech_st/10.1.2/jdk/jre/lib/i386:/d01/oracle/opda/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/d01/oracle/opda/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/d01/oracle/opda/apps/apps_st/appl/sht/12.0.0/lib
    SQLPLUS Executable : /d01/oracle/opda/apps/tech_st/10.1.2/bin/sqlplus
    SQL*Plus: Release 10.1.0.5.0 - Production on Thu Sep 29 08:57:00 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter value for 1: Enter value for 2: ERROR:
    ORA-12157: TNS:internal network communication error
    Unable to generate listener.ora from database
    Using default listener.ora file
    .end std out.
    .end err out.
    Error while generating listener.ora.
    StackTrace:
    java.lang.Exception: Error while generating listener.ora.
         at oracle.apps.ad.tools.configuration.NetServiceHandler.generateMiddleTierListener(NetServiceHandler.java:2495)
         at oracle.apps.ad.tools.configuration.NetServiceHandler.processNode(NetServiceHandler.java:2269)
         at oracle.apps.ad.tools.configuration.NetServiceHandler.main(NetServiceHandler.java:3010)

  • Issue in running autoconfig in appsTier while cloning

    Hi my dear Friends
    I am working on a clone. I completed post clone in dbTier. Now my DB is up and running. Then I ran adcfgclone.pl in appsTier. It completed with some errors in autoconfig.
    The content of log file:
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: E:\TEST\testcomn\admin\install\TEST_fintest
    adgenjky.cmd INSTE8_SETUP 128
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: E:\TEST\testcomn\admin\install\TEST_fintest
    adsvalsn.cmd INSTE8_APPLY -1
    AutoConfig is exiting with status 2
    I modified the environmental variable DISCO_JRE to point to the jre in my COMMON_TOP.
    After this wen i ran autoconfig it stopped abruptly. In log i found the below:
    Starting AutoConfig at Sun Mar 8 09:33:47 2009
    Using adconfig.pl version 115.74
    Classpath :
    Version Conflicts among development maintained and customized templates encountered; aborting AutoConfig run.
    The logfile for this session is located at: D:\TEST\testappl\admin\TEST_fintest\log\03080933\adconfig.log
    Then i rolled back my environmental variable DISCO_JRE to the old value but no result.
    Please can any one help me get rid of this problem?
    Regards
    Ridhi Sundar

    I found this.
    STEPS
    The issue can be reproduced at will with the following steps:
    1. Following Note: 238276.1 - Migrating to Linux with Oracle Applications Release 11i
    2. Follow Section 2: Migrate Platforms with Oracle Applications 11i
    3. Follow step 7. Run AutoConfig setup phase on the target system
    4. Run command line:
    ./adconfig.sh run=INSTE8_SETUP contextfile=/u001/.../contextFILE.xml
    Changes
    The OS environment variable JAVA_HOME is set.
    Cause
    $JAVA_HOME misdirects adconfig to the wrong jre.
    Solution
    Simply issue the following command:
    unset JAVA_HOME
    Then you can run adconfig.sh without the above error.
    Hope helps
    Regards.

  • Autoconfig Error- jtfictx.sh (INSTE8_PRF 1) ORA-29874: warning in the execution of ODCIINDEXALTER routine

    Gurus,
    EBS : R12.1.2 (OS Linux)
    Database: 11.2.0.3 (OS HP UX Itanium)
    I am getting error in autoconfig with jtfictx.sh.  I am cloning PROD to QA. Usually I use RMAN duplicate to clone the database and then Application file system are copied. I have performed this method for many times( say 25 times).
    This iteration after the database recovery, I ran the RDBMS autoconfig which completed successfully. Then I ran the autoconfig on the concurrent manager server  first and received the below error. There are no change of steps from my usual.
    Executing script in InstantiateFile:
    /ebs02/oracle/inst/apps/SID_servername/admin/install/jtfictx.sh
    script returned:
    jtfictx.sh started at Sun Sep  8 01:04:11 CDT 2013
    SQL*Plus: Release 10.1.0.5.0 - Production on Sun Sep 8 01:04:11 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Enter value for 1: Enter value for 2: Enter value for 3: Connected.
    DECLARE
    ERROR at line 1:
    ORA-29874: warning in the execution of ODCIINDEXALTER routine
    ORA-29960: line 1,
    DRG-10595: ALTER INDEX JTF_AMV_ITEMS_URL_CTX failed
    DRG-11422: linguistic initialization failed
    DRG-11446: supplied knowledge base file
    /u01/oracle/orahome/11.2.0/ctx/data/enlx/droldUS.dat not installed
    ORA-06512: at "SYS.DBMS_SQL", line 1199
    ORA-06512: at line 96
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    jtfictx.sh exiting with status 1
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    .end err out.
    I usually backup the autoconfig/ context file before the refresh of EBS files from PROD. The previous refresh was performed 2 months ago and it was successful. There is no changes on database ORACLE_HOME as depicted in the error.
    I see that someone have had asked similar error in forums and Hussein did recommend some Metalink Note. I did refer that but so far no success. Please do let me know if anyone faced similar issue and how did you solve it?
    Notes Referred:
    "Jtfictx.sh" Failed During Autoconfig On Application Tier, ORA-29874, DRG-10595 (Doc ID 1271186.1)
    Autoconfig Failed On Apps Tier "jtfictx.sh INSTE8_PRF" . Running manually "jtfictx.sh " Failed on "DRG-10758: index owner does not have the privilege" (Doc ID 1357760.1)
    Several Scripts Failing With A ORA-29855 Executing ODCIINDEXCREATE Routine During Upgrade To 12.1.1 (u6678700.drv) (Doc ID 1286033.1)
    11i : Autoconfig Fails On The Application Tier in running jtfictx.sh (Doc ID 396174.1)
    Thanks
    Cherrish Vaidiyan

    Yes I did and below are the DB components from dba_registry:
    Oracle Application Express    APEX_030200    3.2.1.00.12    VALID
    OLAP Catalog    OLAPSYS    11.2.0.3.0    VALID
    Oracle Data Mining    DMSYS    11.2.0.3.0    VALID
    Oracle XML Database    XDB    11.2.0.3.0    VALID
    Oracle Text    CTXSYS    11.2.0.3.0    VALID
    Spatial    MDSYS    11.2.0.3.0    VALID
    Oracle Multimedia    ORDSYS    11.2.0.3.0    VALID
    Oracle Database Catalog Views    SYS    11.2.0.3.0    VALID
    Oracle Database Packages and Types    SYS    11.2.0.3.0    VALID
    JServer JAVA Virtual Machine    SYS    11.2.0.3.0    VALID
    Oracle Database Java Packages    SYS    11.2.0.3.0    VALID
    Oracle XDK    SYS    11.2.0.3.0    VALID
    Oracle Real Application Clusters    SYS    11.2.0.3.0    INVALID
    OLAP Analytic Workspace    SYS    11.2.0.3.0    VALID
    Oracle OLAP API    SYS    11.2.0.3.0    VALID
    Only component invalid is RAC and I dont have RAC for this database.
    Thanks
    Cherrish Vaidiyan

  • Autoconfig is not running on Db Tier after upgrade from 9.2.0.6 to 9.2.0.8

    ADX Database Utility
    getConnection() -->
    sDbHost : hari
    sDbDomain : qsoftindia.com
    sDbPort : 1521
    sDbSid : RANI
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@hari.qsoftindia.com:1521:RANI
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    Verifying connection to the Database
    Connection to the Database established
    Verifying existance of the table: ADX_PRE_AUTOCONFIG
    Table does not exist. Exiting RestoreProfile...
    The log file for this session is located at: /home/applmgr/ranidb/9.2.0/appsutil/log/RANI_hari/03281437/adconfig.log
    Message was edited by:
    Hariprasad M V

    After applying 3253460 & 5478710 patch i am getting this error.
    AutoConfig Services Phase
    Running Service Process 1 of 1 for AppsUtil
    Executing script in InstantiateFile:
    /home/applmgr/ranidb/9.2.0/appsutil/install/RANI_hari/adcrobj.sh
    script returned:
    adcrobj.sh started at Tue Apr 3 14:15:37 IST 2007
    Parameters passed are : APPS apps
    The environment settings are as follows ...
    ORACLE_HOME : /home/applmgr/ranidb/9.2.0
    ORACLE_SID : RANI
    TWO_TASK :
    PATH : /home/applmgr/ranidb/9.2.0/Apache/perl/bin:/home/applmgr/ranidb/9.2.0/bin:/usr/bin:/usr/sbin:/home/applmgr/ranidb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/home/applmgr/ranidb/9.2.0/Apache/perl/bin:/home/applmgr/ranidb/9.2.0/Apache/perl/bin:/home/applmgr/ranidb/9.2.0/bin:/usr/bin:/usr/sbin:/home/applmgr/ranidb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /home/applmgr/ranidb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/home/applmgr/ranidb/9.2.0/ctx/lib
    SQLPLUS Executable : /home/applmgr/ranidb/9.2.0/bin/sqlplus
    SQL*Plus: Release 9.2.0.8.0 - Production on Tue Apr 3 14:15:37 2007
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    adcrobj.sh exiting with status 1
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    .end err out.
    WHAT SHALL I DO

  • Adcfgclone .pl errors out at autoconfig

    clone is successful "
    Skipping the starting of services
    INFO : Rapid Clone completed successfully , but the AutoConfig run recorded some errors.
    Please review the AutoConfig section in the logfile. If required, you can re-run AutoConfig from command line after fixing the problem
    Once Autoconfig issue is fixed , you can start services$"
    Here is the error in the autoconfig log file->
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/fatstcomn/admin/install/FATST_fatstdb
    adgendbc.sh INSTE8_SETUP 1
    AutoConfig is exiting with status 1
    I re-ran autoconfig but still it gives same error. before applyting AD.I.7 the clone was fine but now it is giving error in autoconfig...we are giving same port pool in dbtier and appstier...

    Hi,
    I have followed Metalink note 558869.1 to resolve this as:
    Workaround
    Manually run
    $COMMON_TOP/admin/install/$CONTEXT_NAME/adgendbc.sh apps <apps_password>
    FIX
    Apply Patch 6372396 - TXK AUTOCONFIG AND TEMPLATES ROLLUP PATCH S
    Hope this applies to you as well

  • WLAN AutoConfig Service crashes 3 or 4 times after you first login after rebooting?

    Hi,
      My lenovo came with windows vista - I upgraded to 7 when I got a chance.  I have W7 Professional.  I have all the Lenovo drivers installed except access connections.  I don't like the tool.  Anyways, Windows manages my wireless adapter.  I have the weirdest issue -- right after I login after rebooting, the service "WLAN AutoConfig" crashes 3 or 4 times in sucession any time something tries to access the net.  If you restart it enough times, it eventually stays up and never crashes again until you reboot.  Also, the fancy aeropeek stuff crashes too.  The task bar becomes non-transparent.  That eventually recovers as well.
    I have another t61 thru my work running w7 and it doesn't have this issue.  The difference between the two of them is mainly that it has the intel based wifi card instead of the atheros based one. 
    In the event log, I see:
    The Windows Audio Endpoint Builder service terminated unexpectedly.  It has done this 2 time(s).  The following corrective action will be taken in 120000 milliseconds: Restart the service.
    The HomeGroup Listener service terminated unexpectedly.  It has done this 1 time(s).  The following corrective action will be taken in 60000 milliseconds: Restart the service.
    The Network Connections service terminated unexpectedly.  It has done this 2 time(s).  The following corrective action will be taken in 100 milliseconds: Restart the service.
    The Program Compatibility Assistant Service service terminated unexpectedly.  It has done this 2 time(s).  The following corrective action will be taken in 60000 milliseconds: Restart the service.
    The Superfetch service terminated unexpectedly.  It has done this 2 time(s).  The following corrective action will be taken in 60000 milliseconds: Restart the service.
    The Remote Desktop Services UserMode Port Redirector service terminated unexpectedly.  It has done this 1 time(s).  The following corrective action will be taken in 60000 milliseconds: Restart the service.
    The WLAN AutoConfig service terminated unexpectedly.  It has done this 2 time(s).  The following corrective action will be taken in 60000 milliseconds: Restart the service.
    then I see this later after a bunch of them have restarted
    The Offline Files service terminated unexpectedly.  It has done this 2 time(s).  The following corrective action will be taken in 300000 milliseconds: Restart the service.
    The HomeGroup Listener service terminated unexpectedly.  It has done this 2 time(s).  The following corrective action will be taken in 60000 milliseconds: Restart the service.
    The Network Connections service terminated unexpectedly.  It has done this 3 time(s).
    The Program Compatibility Assistant Service service terminated unexpectedly.  It has done this 3 time(s).
    The Superfetch service terminated unexpectedly.  It has done this 3 time(s).
    The Distributed Link Tracking Client service terminated unexpectedly.  It has done this 2 time(s).  The following corrective action will be taken in 300000 milliseconds: Restart the service.
    The Remote Desktop Services UserMode Port Redirector service terminated unexpectedly.  It has done this 1 time(s).  The following corrective action will be taken in 60000 milliseconds: Restart the service.
    The Desktop Window Manager Session Manager service terminated unexpectedly.  It has done this 2 time(s).  The following corrective action will be taken in 300000 milliseconds: Restart the service.
    The WLAN AutoConfig service terminated unexpectedly.  It has done this 3 time(s).
    The Portable Device Enumerator Service service terminated unexpectedly.  It has done this 2 time(s).  The following corrective action will be taken in 300000 milliseconds: Restart the service.
    The Windows Driver Foundation - User-mode Driver Framework service terminated unexpectedly.  It has done this 2 time(s).  The following corrective action will be taken in 300000 milliseconds: Restart the service.
    Has anybody encountered this?  If so, did you find a fix?

    Also, I noticed this thread on Microsoft's site -- should I try disabling ipv6?
    http://social.answers.microsoft.com/Forums/en-US/w7network/thread/c9605d54-7d4d-4e8c-83ae-4d3d287df2...
    I don't use it anyways.

Maybe you are looking for