Error occurs when running autoconfig on application tier

When running autoconfig on application tier, error occurs:
Starting AutoConfig at Sun Jul 3 08:06:11 2011
Using adconfig.pl version 115.78
     Classpath : /u01/prodapps/prodcomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/rt.jar:/u01/prodapps/prodcomn/util/java/1.4/j2sdk1.4.2_04/lib/dt.jar:/u01/prodapps/prodcomn/util/java/1.4/j2sdk1.4.2_04/lib/tools.jar:/u01/prodapps/prodcomn/java/appsborg2.zip:/u01/prodapps/prodcomn/java
===========================================================================
Starting Utility to Report Version Conflicts at Sun Jul 03 08:06:14 PDT 2011
Using VersionConflictListGenerator.java version 115.2
All driver files processed.
No version conflict encountered.
===========================================================================
ERROR: Context Value Management Failed.
Terminate.
I referred to Note 461258.1: Autoconfig Error On Apps Tier: Context Value Management Failed (Doc ID 461258.1), and there's no such directory: $JAVA_TOP/oracle/sql/
Please HELP!
Thanks,
Jackie

Please see these docs.
Adconfig.sh Fails With Error AC-30202 Unrecognized Action Apecified On Oracle EBS 11.5.10.2 [ID 1240795.1]
How To Synchronize The Context file Stored In Database (FND_OAM_CONTEXT_FILES table) With The Context File In the File System?. Run Autoconfig Failed With "ERROR: Context Value Management Failed" [ID 463895.1]
Autoconfig execution fails on Class StoreDataOfFile.getChkListConditions() [ID 1269146.1]
Thanks,
Hussein

Similar Messages

  • Following error occurring when running application in wireless tool kit

    Hi
    Following error occurring when running application in wireless tool kit
    java/lang/ClassFormatError: Bad version information.
    can any suggest y ?

    Hi,
    I am also facing the same problem......................
    java/lang/ClassFormatError: Bad version information
    The error occurs when I try to simulate the mobile device using wireless tool kit. Does it have anything to do with the antivirus/firewall running on my system?
    Did Ram get a solution to his problem? Can anybody please help?
    Many Thanks
    Merin
    HI
    Sorry i could not find any related information there
    the version of wireless toolkit i am using is 2.1
    well in release notes its given that it also
    supports cldc1.0 and midp1.0
    presently i am using cldc1.0.4 and midp1.0.3
    versions
    is there any version compatability error
    please suggest me its quite urgent

  • A critical program error occured when running a workbook

    Some end users get a critical program error occured when running a workbook when they want to make selections.
    In the trace they get the following message
    System.ArgumentException: Item has already been added.  Key in dictionary: "44ABATDK7TYM365CYLQ0VDKU6"  Key being added: "44ABATDK7TYM365CYLQ0VDKU6"
    This happens only on some PC clients !
    Thanks for any help !
    Ivan

    Hi Vid,
    Thanks for your suggestion.
    I am using a different patch i.e.
    BI AddOn 7.X (based on 7.10), Support Package 5, Revision 1083
    and it helps to solve my problem.
    Cheers.

  • An error occured when starting interaction layer application

    Hi all,
    when starting the IC WebClient and choosing a profile, i get the following error:
    An error occured when starting interaction layer application
    An exception has occurredException Class CX_CRM_GENIL_GENERAL_ERROR
    Text: Component set CRMIC_DEFAULT contains multiple object definitions
    Program: CL_CRM_GENIL_INTERNAL_MODEL===CP
    Include: CL_CRM_GENIL_INTERNAL_MODEL===CM005
    Source Text Row: 39
    An error occurred during the initialization of the view manager
    An exception has occurredException Class CX_BSP_EINTERNAL
    Text: BSP Exception: Internal Error in Business Server Page Runtime.
    Program: CL_BSP_WD_APPLICATION=========CP
    Include: CL_BSP_WD_APPLICATION=========CM004
    Source Text Row: 32
    can someone help me solve this plz?
    thx alot!
    greets,
    Martin

    Hello Martin.
    What a weird error you have.
    Can you tell me if that this profile was developments, our customer customization?
    If you select a 100% standard profile (like DEFAULT one), you still have the error?
    Kind regards,
    Bruno

  • Error occurs when running emcli add_target

    Hello,
    I created a simple plugin which contains only two target types for learning using JDeveloper (Build JDEVADF_11.1.1.7.0_GENERIC_130226.1400.6493). I then validated plugin distribution and created plugin archive on right-click project name.
    plugin.xml content:
    <?xml version="1.0" encoding="UTF-8" ?>
    <Plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation="http://www.oracle.com/EnterpriseGridControl/plugin_metadata plugin_metadata.xsd"
            xmlns="http://www.oracle.com/EnterpriseGridControl/plugin_metadata">
      <PluginId vendorId="z" productId="y" pluginTag="xxx"/>
      <PluginVersion value="12.1.0.0.0"/>
      <ShortDescription>Enterprise Manager for Second Target Type</ShortDescription>
      <TargetTypeList>
        <TargetType name="z_y_xxx_Second Target Type"/>
        <TargetType name="z_y_xxx_Third Target Type"/>
      </TargetTypeList>
      <PluginAttributes Type="MP" Category="Engineered Systems"
                        DisplayName="Second Target Type"/>
    </Plugin>
    z_y_xxx_Second Target Type.xml
    <TargetMetadata META_VER="1.0" TYPE="z_y_xxx_Second Target Type"
      xmlns="http://www.oracle.com/EnterpriseGridControl/target_metadata">
      <Display>
        <Label NLSID="Second Target Type_name">Basic Target Type</Label>
      </Display>
      <Metric NAME="Response" TYPE="TABLE">
        <Display>
          <Label NLSID="Second Target Type_response">Response</Label>
        </Display>
        <TableDescriptor>
        <ColumnDescriptor NAME="Timing" TYPE="NUMBER" IS_KEY="FALSE">
              <Display>
                <Label NLSID="Second Target Type_response_timing">Elapsed Time</Label>
              </Display>
            </ColumnDescriptor>
        <ColumnDescriptor NAME="Status" TYPE="NUMBER" IS_KEY="FALSE">
              <Display>
                <Label NLSID="Second Target Type_response_status">Status</Label>
              </Display>
            </ColumnDescriptor>
        </TableDescriptor>
        <!--
        <QueryDescriptor FETCHLET_ID="URLTiming">
           <Property NAME="host" SCOPE="INSTANCE">host</Property>
           <Property NAME="port" SCOPE="INSTANCE">port</Property>
           <Property NAME="url0" SCOPE="GLOBAL">http://%host%:%port%/</Property>
           <Property NAME="retries" SCOPE="GLOBAL">1</Property>
           <Property NAME="verbose" SCOPE="GLOBAL">0</Property>
        </QueryDescriptor>
        -->
      </Metric>
      <!--
      <InstanceProperties>
        <InstanceProperty NAME="host">
          <Display>
            <Label NLSID="Second Target Type_instprop_host">Hostname</Label>
          </Display>
        </InstanceProperty>
        <InstanceProperty NAME="port">
          <Display>
            <Label NLSID="Second Target Type_instprop_port">Port</Label>
          </Display>
        </InstanceProperty>
        <InstanceProperty NAME="installdirectory">
          <Display>
            <Label NLSID="Second Target Type_instprop_installdir">InstallDirectory</Label>
          </Display>
        </InstanceProperty>
      </InstanceProperties>
      -->
    </TargetMetadata>
    Running Plugin validation ....
    Validating Plug-in metadata ..                Passed
    Validating Plug-in metadata semantics ..      Passed with warnings
    Validating Staging Directory ..               Passed
    Validating MRS Syntax ..                      Passed
    Validating MRS Semantics ..                   Passed
    Validating Metadata embedded SQL ..           Skipped
    Validating Object Names ..                    Passed
    Plugin validation Passed with warnings
    Validation Report generated to: /tmp/xxxProject/dist/plugin_validation_report_131023.txt
    Plugin validation completed.
    Running Plugin archive creation ....
    Validating Plug-in metadata ..                Passed
    Validating Plug-in metadata semantics ..      Passed with warnings
    Validating Staging Directory ..               Passed
    Validating MRS Syntax ..                      Passed
    Validating MRS Semantics ..                   Passed
    Validating Metadata embedded SQL ..           Skipped
    Validating Object Names ..                    Passed
    Plugin validation Passed with warnings
    Validation Report generated to: /tmp/xxxProject/dist/plugin_validation_report_131023.xml
    Creating the opar file......
    Plug-in validation has revealed some warnings. You must fix all these issues before releasing plug-in to production.
    Successfully created the plugin archive . The opar file is /tmp/xxxProject/dist/12.1.0.0.0_z.y.xxx_2000_0.opar
    Plugin archive creation completed.
    Then I executed these commands:
    ./emcli setup -url=https://abc.com:7803/em -username=SYSMAN
    Oracle Enterprise Manager 12c 3.
    Copyright (c) 1996, 2013 Oracle Corporation and/or its affiliates. All rights reserved.
    The configuration directory "/users/ncgf" may not be local. See the "dir" option in the help for the setup command.
    Do you want to continue using this directory? [yes/no] yes
    Enter password
    Emcli setup successful
    $ ./emcli import_update -file=/export/em_install/mid_home_loc/oms/bin/12.1.0.0.0_z.y.xxx_2000_0.opar -omslocal
    Processing update: Plug-in - Enterprise Manager for Second Target Type
    Successfully uploaded the update to Enterprise Manager. Use the Self Update Console to manage this update.
    $ ./emcli deploy_plugin_on_server -plugin=z.y.xxx:12.1.0.0.0 -sys_password=*****
    Performing pre-requisites check... This will take a while.
    ./emcli get_plugin_deployment_status -plugin_id=z.y.xxx
    Plug-in Deployment/Undeployment Status
    Destination          : Management Server - abc.com:4890_Management_Service
    Plug-in Name         : Second Target Type
    Version              : 12.1.0.0.0
    ID                   : z.y.xxx
    Content              : Plug-in
    Action               : Deployment
    Status               : Success
    Steps Info:
    Step                                     Start Time                End Time                  Status
    Submit job for deployment                10/23/13 2:41:47 PM PDT   10/23/13 2:41:47 PM PDT   Success
    Initialize                               10/23/13 2:41:49 PM PDT   10/23/13 2:41:54 PM PDT   Success
    Install software                         10/23/13 2:41:55 PM PDT   10/23/13 2:41:55 PM PDT   Success
    Validate plug-in home                    10/23/13 2:41:56 PM PDT   10/23/13 2:41:56 PM PDT   Success
    Perform custom preconfiguration          10/23/13 2:41:56 PM PDT   10/23/13 2:41:56 PM PDT   Success
    Check mandatory patches                  10/23/13 2:41:56 PM PDT   10/23/13 2:41:56 PM PDT   Success
    Generate metadata SQL                    10/23/13 2:41:56 PM PDT   10/23/13 2:41:56 PM PDT   Success
    Preconfigure Management Repository       10/23/13 2:41:56 PM PDT   10/23/13 2:41:56 PM PDT   Success
    Configure Management Repository          10/23/13 2:41:57 PM PDT   10/23/13 2:42:39 PM PDT   Success
    OPSS jazn policy migration               10/23/13 2:41:57 PM PDT   10/23/13 2:41:57 PM PDT   Success
    Register metadata                        10/23/13 2:42:39 PM PDT   10/23/13 2:42:41 PM PDT   Success
    Perform custom postconfiguration         10/23/13 2:42:41 PM PDT   10/23/13 2:42:41 PM PDT   Success
    Update inventory                         10/23/13 2:42:41 PM PDT   10/23/13 2:42:42 PM PDT   Success
    $ ./emcli deploy_plugin_on_agent -agent_names=abc.com:3872 -plugin=z.y.xxx:12.1.0.0.0
    Agent side plug-in deployment is in progress
    Use "emcli get_plugin_deployment_status -plugin_id=z.y.xxx" to track the plug-in deployment status.
    $ ./emcli get_plugin_deployment_status -plugin_id=z.y.xxx
    Plug-in Deployment/Undeployment Status
    Destination          : Management Agent - abc.com:3872
    Plug-in Name         : Second Target Type
    Version              : 12.1.0.0.0
    ID                   : z.y.xxx
    Content              : Plug-in
    Action               : Deployment
    Status               : Deploying
    Steps Info:
    Step                                     Start Time                End Time                  Status
    Submit job for deployment                10/23/13 2:43:44 PM PDT   10/23/13 2:43:44 PM PDT   Success
    Initialize                               10/23/13 2:43:47 PM PDT   10/23/13 2:43:47 PM PDT   Success
    Copy archives                            10/23/13 2:43:47 PM PDT   10/23/13 2:43:47 PM PDT   Success
    $ ./emcli add_target -name="z_y_xxx_Second Target Type" -type="z_y_xxx_Second Target Type" -host=abc.com -prop="UseGeneratedData:false"
    Error: Target type specified does not exist on this agent
    This execution fails, but we see the plugin in the agent. The type we have is obtained from the plugin.xml,
    <TargetTypeList>
        <TargetType name="z_y_xxx_Second Target Type"/>
        <TargetType name="z_y_xxx_Third Target Type"/>
      </TargetTypeList>
    Thank you for your help in advance!
    Message was edited by: user13475271
    I would like to mention that we also tried to add using Oracle Enterprise Manager (Version 12.1.0.3.0). Setup->Add target->Add Targets Manually. But under Add Targets Manually, there are three choices (radio buttons). We have tried all, but we didn't get it to add a target.

    Why you need to run this report in R12?
    Please see these docs.
    Master Note for Diagnosing OS Memory Problems and ORA-4030 [ID 1088267.1]
    Getting Started with ORA-4030 Diagnostics [ID 863562.1]
    Diagnosing and Resolving ORA-4030 errors [ID 233869.1]
    Thanks,
    Hussein

  • Error occured when I create Web Application by SharePoint 2013

    SharePoint 2013 can not create Web Application.
    The ULS log contains tons of the below error.
    Does anyone know how to fix those Process errors?
    Process: w3wp.exe (0x0EE4)
    Product: Web Content Management
    Category: Publishing Cache
    Level: Unexpected
    Message: SPReaderWriterLock named [Process Context Lock] held for 1438 milliseconds.
    Call stack:   
     in Microsoft.SharePoint.Utilities.SPReaderWriterLock.SPReaderWriterLockScope.Dispose()   
     in Microsoft.SharePoint.SPProcessContext.Get[T]()
     in Microsoft.SharePoint.Administration.SPConfigurationDatabase.get_Farm()
     in Microsoft.SharePoint.Administration.SPFarm.FindLocal(SPFarm& farm, Boolean& isJoined)
     in Microsoft.SharePoint.Administration.SPServiceApplication.get_Current()
     in Microsoft.SharePoint.SPServiceHostOperations.Configure(ServiceHostBase serviceHost, SPServiceAuthenticationMode authenticationMode)
     in Microsoft.SharePoint.Taxonomy.MetadataWebServiceHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses)
     in System.ServiceModel.ServiceHostingEnvironment.HostingManager.CreateService(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
     in System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(ServiceActivationInfo serviceActivationInfo, EventTraceActivity eventTraceActivity)
     in System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
     in System.ServiceModel.ServiceHostingEnvironment.EnsureServiceAvailableFast(String relativeVirtualPath, EventTraceActivity eventTraceActivity)
     in System.ServiceModel.Activation.HostedHttpRequestAsyncResult.HandleRequest()
     in System.ServiceModel.Activation.HostedHttpRequestAsyncResult.BeginRequest()
     in System.ServiceModel.Activation.HostedHttpRequestAsyncResult.OnBeginRequest(Object state)
     in System.Runtime.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
     in System.Runtime.Fx.IOCompletionThunk.UnhandledExceptionFrame(UInt32 error, UInt32 bytesRead, NativeOverlapped* nativeOverlapped)
     in System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)       

    Hi RuiHigashiyama,
    Do you find a solution for this issue?
    If yes, please share the solution, it will be beneficial to others in this forum who meet the same issue in the future.
    Best Regrads,
    Wendy
    Wendy Li
    TechNet Community Support

  • Getting an error message when running any cs5 application

    Hello everyone. I'm getting desperate. Here is ym problem. I downloaded a trial version of Adobe Master Suite and installed it but whenever I start any of CS5 applications i get the following error:
    I've tried uninstalling it completely, cleaning my registry and installing it again but the error comes back everytime. Please help!

    Whart does the message say?
    Maybe:
    iOS: Troubleshooting FaceTime and iMessage activation
    iOS: Troubleshooting Messages

  • Error occured when running the "Receiving Transaction Processor"

    Dear all :
    We just found the scheduled concurrent program "Receiving Transaction Processor" all failed from last day,
    and this program is always trying to re-run till it could finished successful.
    the request log like following :
    采购管理系统: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    RVCTP module: 接收事务处理处理器
    当前的系统时间为 25-02-2013 17:10:28
    并发程序 RVCTP 返回错误
    原因:RVCTP 遇到内部错误。参数:RVCTP,BATCH,,,
    措施:请记录此错误编号以及您尝试进行的活动。请与系统管理员联系以寻求帮助。
    RVTBM-007:子例行程序 rvtbm_batch_mngr() 返回的错误
    原因:子例行程序 rvtbm_batch_mngr() 返回时出现内部错误。
    措施:请记录此错误编号以及您尝试进行的活动。 请与系统管理员联系以
    RVTBM-080:子例行程序 rvtptcontrol() 返回的错误
    原因:子例行程序 rvtptcontrol() 返回时出现内部错误。
    措施:请记录此错误编号以及您尝试进行的活动。 请与系统管理员联系以寻求帮
    RVTLO-050:ORA-01403: 未找到任何数据
    原因:在 RVTLO 中出现 SQL 错误。SQL 错误为 &LSQL_ERR。
    措施:请记录此错误编号以及您尝试进行的活动。请与系统管理
    在试图启动立即并发程序 RVCTP 时,并发管理器出现错误。例行程序 &ROUTINE 接收到返回代码失败的信息。
    请与您的支持代表联系。
    当前的系统时间为 25-02-2013 17:10:29
    成功地重新提交具有请求编号 21500965 的并发程序 RVCTP,以在 25-02-2013 17:05:30 启动。 (ROUTINE=AFPSRS)
    正在执行请求完成选项...
    Output file size:
    0
    未打印输出文件,因为:
    已禁用此报表的打印选项。
    已完成执行请求完成选项。
    thanks and regards
    Filex Liu

    Dear all:
    thanks for your attention, this problem has been resolved.
    It's just because the error data in some lines about ship.
    Some ship that has been canceled keep its status colum to be "running" and this cause the "Receiving Transaction Processor" to be error.
    after change the status from running to error for the ships that has been cancel, it will recover.
    thanks and regards
    Filex Liu

  • Error occurs when running zlogin zonename cmd

    Hi:
    We are trying to run pkgrm on a zone using
    the following command:
    # zlogin <zonename> pkgrm <pkgname>
    But the package is not removed completely.
    We get the following error messages instead:
    ## Updating system information.
    pkgrm: ERROR: bad read of contents file
    pkgrm: ERROR: pathname=/usr/staroffice7/share/template/portuguese_brazilian/wizard/bitmap/spain.gif
    pkgrm: ERROR: problem=no memory for package information
    bash-3.00# echo $?
    1
    bash-3.00#
    Has anyone else encounter this problem before ?
    If yes, could some one please tell us what the work around is ?
    Thanks
    JL

    Why you need to run this report in R12?
    Please see these docs.
    Master Note for Diagnosing OS Memory Problems and ORA-4030 [ID 1088267.1]
    Getting Started with ORA-4030 Diagnostics [ID 863562.1]
    Diagnosing and Resolving ORA-4030 errors [ID 233869.1]
    Thanks,
    Hussein

  • Photoshop is broken and the error occurs when I print

    The error occurs when I print : Faulting application name: Photoshop.exe, version: 15.2.2.310 Faulting module name: ntdll.dll, version 6.1.7601.18247 Exception code: 0xc0000374 Fault offset: 0x00000000000c4102 Faulting process id: 0x1984 Faulting application path: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Photoshop.exe Faulting module path: C:\Windows\SYSTEM32\ntdll.dll Report Id: 43f65cf1-c8c1-11e4-9c14-6c626d4094a5
    How can I fix it ?
    Windows 7  Home Premium
    Photoshop CC 2014

    Being that it failing in Windows module ntdll.dll when you try to print make sure that you has the latest Printer drivers install for your printer.  Make sure your printer setting are proper. Try printing to a different printer or windows Microsoft XPS Document Writer.

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

  • I keep getting "an error occurred when installing, please run program again" for OS X mountain lion, how can i fix the problem?

    i keep getting "an error occurred when installing, please run program again" for OS X mountain lion, how can i fix the problem?

    The Reset feature adds a folder on your desktop named Old Firefox Data. I recommend hanging onto that for a few weeks in case you discover something essential that the Reset feature left behind.
    This article has a list of what is migrated and what is not during a Reset, in case you're curious: [[Reset Firefox – easily fix most problems]].

  • Error occur when download new version of Air application

    Hi All,
    Error occur when download new version of Air application.
    the error is given below
    "There was an error downloading the update. Error# 16824"
    Please help me
    Regards,
    Abhilash S

    If on windows, take a look at the following file to see what's going on:
    c:\Document and Settings\User Name\Local Settings\Application Data\Adobe\logs\Install.log
    Common issues:
    The version number specified in the application.xml file of the download is not the same as the value specified in the update.xml file.
    The application ID of the new file is not the same as that in the old file.
    At any rate, the probable in most probably due to an invalid value in the application descriptor file.

  • Error has occurred when running internal order report

    Error has occurred when running internal order report. Last month also used this report without any error.
    Error #01: [ASE Error SQL422]Too many nested expressions or logical operators to compile. Try splitting query or limiting ANDs and ORs.
    Error #02: SQL Error: 422
    Error #03: An error occurred while reading the data; Navigation is possible.
    Please guide me to solve this issue.

    Please just say how you removed the CC version and did you remove the Preferences from Hidden User>Library??
    https://helpx.adobe.com/lightroom/kb/preference-file-locations-lightroom-41.html
    In here??
    Sorry I'm trying to help but please answer the questions specifically... thanks.

Maybe you are looking for

  • I get an error when trying to import MP3 files in iTunes?

    When I try to import mp3 files into iTunes (version 6), I get an error message of: The file "song file name" can not be imported An unknown error has occurred (-50). I have already imported these files into iTnes on my old computer, but run into this

  • Reports in MM

    Hi, Need to know if Standard SAP provides any reports which gives us the open purchase order details. (i.e purchase orders awaiting GR and IR) Report on Purchase order awaiting service entry sheet. Thanks, Regards Raghavendra.

  • Correlate MDN to AS2 message using an integration process

    Hello, I had a similar question in a previous thread but closed it as the problem might have not been to clear. Problem is that we have to use BPM for an AS2 scenario and correlate the MDN back to the process as we need BPM functionalities such as er

  • ID : interface determination - Interface mapping (file- IDOC with externa)

    Hi, scenario : XML file read and mapped to Multiple IDOC in single message all IR stuf are done but in the ID I cannot choose the mapping interface here is a document of everything that was done...http://docs.google.com/Doc?id=dcsvs2n3_51jnrfw6 Thank

  • UPK vs UPK Pro and tutor confusion

    Hi. I am very new to UPK and Tutor oracle products. I need to understand the difference between: 1) UPK and UPK pro 2) UPK vs Tutor 3) UPK pro vs Tutor And how do both products work together? How do both products complement each other? Can the conten