ConfigManager.updateWsDimensions() failed

Hi all,
Anyone got the following error:
[08.27.12 09:16:29] SEVERE: Utility 'emgr_update_set_post_forge_dims' failed. Re
fer to utility logs in [ENDECA_CONF]/logs/shell on host ITLHost.
Occurred while executing line 42 of valid BeanShell script:
39| if (ConfigManager.isWebStudioEnabled()) {
40| ConfigManager.cleanDirs();
41| Forge.getPostForgeDimensions();
42| ConfigManager.updateWsDimensions();
43| }
44|
45| // archive state files, index
[08.27.12 09:16:29] SEVERE: Caught an exception while invoking method 'run' on o
bject 'BaselineUpdate'. Releasing locks.
Caused by java.lang.reflect.InvocationTargetException
sun.reflect.NativeMethodAccessorImpl invoke0 - null
Caused by com.endeca.soleng.eac.toolkit.exception.AppControlException
com.endeca.soleng.eac.toolkit.script.Script runBeanShellScript - Error executing
valid BeanShell script.
Caused by com.endeca.soleng.eac.toolkit.exception.EacComponentControlException
com.endeca.soleng.eac.toolkit.utility.Utility run - Utility 'emgr_update_set_pos
t_forge_dims' failed. Refer to utility logs in [ENDECA_CONF]/logs/shell on host
ITLHost.
from the logs in the [ENDECA_CONF]/logs/shell, it said:
ERROR: Failed to set app config. Make sure you can connect to http://DEMO-002:8006.
ERROR: Failed to set resources for Endeca instance "ContentAssemblerRef": Failed to delete file C:\Endeca\Workbench\workspace\state\emanager\instances\ContentAssemblerRef\resources\FORGEOUTDIMS.xml.gz
it seems the FORGEOUTDIMS.xml.gz file is locked by Endeca Tools Service and I cannot delete it.
So how can i run baseline_update.bat?
Thank you.

Kaido,
I have investigated the issue more in detail. And this is what we found :
If we run the script without the credssp parameter then we recieve a random access denied.
If we run the script with the credssp parameter then the session gets in a broken state because the powershell.exe crashed right at the time we use new-cmsitesystemserver.
At the same time we see in the app log the powershell.exe crash
Just to make it more confusing : if you precreate the new site system using the sccm console and you rerun the script ( with the credssp parameter ) then the crash does not happen and you recieve a nice message stating that the object allready exists.
If we run the new-cmsiteserversystem on the primary site server , started from the console then we have the same issue ( powershell crashes ). Can anyone confirm the issue when running the new-cmsitesystemserver directly on the PSS ? ( using CU2 )

Similar Messages

  • Urgent: partail update stoppd: emgr_update_set_post_forge_dims' failed.

    Hi All,
    I can see below exception in the Baseline logs, when i have checked the [ENDECA_CONF]/logs/shell which says "RROR: Failed to set app config. Make sure you can connect to http://server1:8006." however i am able to login to the server1. and also merchandising workbench is working fine on server1. please suggest, this is happening on production server.
    [11.27.12 12:33:51] FINEST: Querying for status of utility emgr_update_set_post_forge_dims
    [11.27.12 12:33:51] SEVERE: Utility 'emgr_update_set_post_forge_dims' failed. Refer to utility logs in [ENDECA_CONF]/logs/shell on host ITLHost.
    Occurred while executing line 41 of valid BeanShell script:
    38| if (ConfigManager.isWebStudioEnabled()) {
    39| ConfigManager.cleanDirs();
    40| Forge.getPostForgeDimensions();
    41| ConfigManager.updateWsDimensions();
    42| }
    43|
    44| // archive state files, index
    [11.27.12 12:33:51] SEVERE: Caught an exception while invoking method 'run' on object 'BaselineUpdate'. Releasing locks.
    Caused by java.lang.reflect.InvocationTargetException
    sun.reflect.NativeMethodAccessorImpl invoke0 - null
    Caused by com.endeca.soleng.eac.toolkit.exception.AppControlException
    com.endeca.soleng.eac.toolkit.script.Script runBeanShellScript - Error executing valid BeanShell script.
    Caused by com.endeca.soleng.eac.toolkit.exception.EacComponentControlException
    com.endeca.soleng.eac.toolkit.utility.Utility run - Utility 'emgr_update_set_post_forge_dims' failed. Refer to utility logs in [ENDECA_CONF]/logs/shell on host ITLHost.
    [11.27.12 12:33:51] FINE: Removing flag update_lock
    [11.27.12 12:33:51] INFO: Released lock 'update_lock'.

    Hi,
    Baseline update is running on the same server and also this issue comes into the appconfig.xml, where baseline script is written. Webstudio code is throwing the exception and also when i check the logs i can see the below exception in Catalina.log. This Catalina.log is for workbench,/app/endeca/Workbench/workspace/logs
    27-Nov-2012 13:50:33 org.apache.tomcat.util.http.Parameters processParameters
    WARNING: Parameters: Invalid chunk ignored.
    28-Nov-2012 05:54:30 org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet setAppConfig threw exception
    java.lang.OutOfMemoryError: Java heap space
    28-Nov-2012 05:54:30 org.apache.catalina.core.ApplicationContext log
    SEVERE: Web Studio exception_
    I am remove the logs and hope, this will solve the issue.
    Regards,
    Diwaker Kalla

  • How it is possible to reflect workbench changes on clustered environment

    Hi All,
    I am running endeca on MachineA and MachineB with separate MDEX engine.
    Cluster dgraph is implemented on MachineA with MachineB, thus data will updated on machineB when i run baseline update on MachineA.
    I have installed Experience Manager on MachineA and created some pages using Workbench.
    The rules are getting fired for MachineA without baseline update, but i noticed that same are not working for MachineB even though both machines are in cluster.
    When i run baseline update on MachineA rules are working with MachineB.
    How it is possible to reflect workbench changes on both clustered MDEX engine without running baseline update.
    Please share your suggestion.
    Thanks in Advance,
    SunilN

    Hi Guys,
    I have tried to both approaches which you have suggested me.
    But still the rules are not fired for MachineB.
    I have tested it endeca_jspref on MachineB it the rules are not getting reflected for MachineB.
    Below is my MachineA AppConfig.xml file :
    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    # This file contains settings for an EAC application.
    -->
    <spr:beans xmlns:spr="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:tx="http://www.springframework.org/schema/tx"
    xmlns:aop="http://www.springframework.org/schema/aop"
    xmlns="http://www.endeca.com/schema/eacToolkit"
    xsi:schemaLocation="
    http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd
    http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
    http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.0.xsd
    http://www.endeca.com/schema/eacToolkit http://www.endeca.com/schema/eacToolkit/eacToolkit.xsd">
    <app appName="WineStore" eacHost="MachineA" eacPort="8888"
    dataPrefix="WineStore" sslEnabled="false" lockManager="LockManager">
    <working-dir>${ENDECA_PROJECT_DIR}</working-dir>
    <log-dir>./logs</log-dir>
    </app>
    <host id="ITLHost" hostName="MachineA" port="8888" />
    <host id="MDEXHost" hostName="MachineA" port="8888" />
    <host id="MDEXHost2" hostName="MachineB" port="8888" />
    <host id="webstudio" hostName="MachineA" port="8888" >
    <directories>
    <directory name="webstudio-report-dir">./reports</directory>
    </directories>
    </host>
    <lock-manager id="LockManager" releaseLocksOnFailure="true" />
    <script id="InitialSetup">
    <bean-shell-script>
    <![CDATA[
        if (ConfigManager.isWebStudioEnabled()) {
          log.info("Updating Oracle Endeca Workbench configuration...");
          ConfigManager.updateWsConfig();
          log.info("Finished updating Oracle Endeca Workbench.");
    ]]>
    </bean-shell-script>
    </script>
    <script id="BaselineUpdate">
    <log-dir>./logs/provisioned_scripts</log-dir>
    <provisioned-script-command>./control/baseline_update.bat</provisioned-script-command>
    <bean-shell-script>
    <![CDATA[
        log.info("Starting baseline update script.");
        // obtain lock
        if (LockManager.acquireLock("update_lock")) {
          // test if data is ready for processing
          if (Forge.isDataReady()) {
            if (ConfigManager.isWebStudioEnabled()) {
              // get Web Studio config, merge with Dev Studio config
              ConfigManager.downloadWsConfig();
              ConfigManager.fetchMergedConfig();
            } else {
    ConfigManager.fetchDsConfig();
    // clean directories
    Forge.cleanDirs();
    PartialForge.cleanCumulativePartials();
    Dgidx.cleanDirs();
    // fetch extracted data files to forge input
    Forge.getIncomingData();
    LockManager.removeFlag("baseline_data_ready");
    // fetch config files to forge input
    Forge.getConfig();
    // archive logs and run ITL
    Forge.archiveLogDir();
    Forge.run();
    Dgidx.archiveLogDir();
    Dgidx.run();
    // distributed index, update Dgraphs
    DistributeIndexAndApply.run();
    // if Web Studio is integrated, update Web Studio with latest
    // dimension values
    if (ConfigManager.isWebStudioEnabled()) {
    ConfigManager.cleanDirs();
    Forge.getPostForgeDimensions();
    ConfigManager.updateWsDimensions();
    // archive state files, index
    Forge.archiveState();
    Dgidx.archiveIndex();
    // (start or) cycle the LogServer
    LogServer.cycle();
    } else {
    log.warning("Baseline data not ready for processing.");
    // release lock
    LockManager.releaseLock("update_lock");
    log.info("Baseline update script finished.");
    } else {
    log.warning("Failed to obtain lock.");
    ]]>
    </bean-shell-script>
    </script>
    <script id="DistributeIndexAndApply">
    <bean-shell-script>
    <![CDATA[
        DgraphCluster.cleanDirs();
        DgraphCluster.copyIndexToDgraphServers();
        DgraphCluster.applyIndex();
          ]]>
    </bean-shell-script>
    </script>
    <script id="LoadXQueryModules">
    <bean-shell-script>
    <![CDATA[
        DgraphCluster.cleanLocalXQueryDirs();
        DgraphCluster.copyXQueryToDgraphServers();
        DgraphCluster.reloadXqueryModules();
          ]]>
    </bean-shell-script>
    </script>
    <script id="ConfigUpdate">
    <log-dir>./logs/provisioned_scripts</log-dir>
    <provisioned-script-command>./control/runcommand.bat ConfigUpdate run</provisioned-script-command>
    <bean-shell-script>
    <![CDATA[
        log.info("Starting dgraph config update script.");
        if (ConfigManager.isWebStudioEnabled()) {
          ConfigManager.downloadWsDgraphConfig();
          DgraphCluster.cleanLocalDgraphConfigDirs();
          DgraphCluster.copyDgraphConfigToDgraphServers();
          DgraphCluster.applyConfigUpdate();
        } else {
    log.warning("Web Studio integration is disabled. No action will be taken.");
    log.info("Finished updating dgraph config.");
    ]]>
    </bean-shell-script>
    </script>
    <custom-component id="ConfigManager" host-id="ITLHost" class="com.endeca.soleng.eac.toolkit.component.ConfigManagerComponent">
    <properties>
    <property name="webStudioEnabled" value="true" />
    <property name="webStudioHost" value="MachineA" />
    <property name="webStudioPort" value="8006" />
    <property name="webStudioMaintainedFile1" value="thesaurus.xml" />
    <property name="webStudioMaintainedFile2" value="merch_rule_group_default.xml" />
    <property name="webStudioMaintainedFile3" value="merch_rule_group_default_redirects.xml" />
         <property name="webStudioMaintainedFile4" value="merch_rule_group_MobilePages.xml"/>
         <property name="webStudioMaintainedFile5" value="merch_rule_group_NavigationPages.xml"/>
         <property name="webStudioMaintainedFile6" value="merch_rule_group_SearchPages.xml"/>
    </properties>
    <directories>
    <directory name="devStudioConfigDir">./config/pipeline</directory>
    <directory name="webStudioConfigDir">./data/web_studio/config</directory>
    <directory name="webStudioDgraphConfigDir">./data/web_studio/dgraph_config</directory>
    <directory name="mergedConfigDir">./data/complete_index_config</directory>
    <directory name="webStudioTempDir">./data/web_studio/temp</directory>
    </directories>
    </custom-component>
    <forge id="Forge" host-id="ITLHost">
    <properties>
    <property name="numStateBackups" value="10" />
    <property name="numLogBackups" value="10" />
    </properties>
    <directories>
    <directory name="incomingDataDir">./data/incoming</directory>
    <directory name="configDir">./data/complete_index_config</directory>
    <directory name="wsTempDir">./data/web_studio/temp</directory>
    </directories>
    <args>
    <arg>-vw</arg>
    </args>
    <log-dir>./logs/forges/Forge</log-dir>
    <input-dir>./data/processing</input-dir>
    <output-dir>./data/forge_output</output-dir>
    <state-dir>./data/state</state-dir>
    <temp-dir>./data/temp</temp-dir>
    <num-partitions>1</num-partitions>
    <pipeline-file>./data/processing/pipeline.epx</pipeline-file>
    </forge>
    <dgidx id="Dgidx" host-id="ITLHost">
    <properties>
    <property name="numLogBackups" value="10" />
    <property name="numIndexBackups" value="3" />
    </properties>
    <args>
    <arg>-v</arg>
    </args>
    <log-dir>./logs/dgidxs/Dgidx</log-dir>
    <input-dir>./data/forge_output</input-dir>
    <output-dir>./data/dgidx_output</output-dir>
    <temp-dir>./data/temp</temp-dir>
    <run-aspell>true</run-aspell>
    </dgidx>
    <dgraph-cluster id="DgraphCluster" getDataInParallel="true">
    <dgraph ref="Dgraph1" />
    <dgraph ref="Dgraph2" />
         <dgraph ref="Dgraph3" />
    </dgraph-cluster>
    <dgraph-defaults>
    <properties>
    <property name="srcIndexDir" value="./data/dgidx_output" />
    <property name="srcIndexHostId" value="ITLHost" />
    <property name="srcPartialsDir" value="./data/partials/forge_output" />
    <property name="srcPartialsHostId" value="ITLHost" />
    <property name="srcCumulativePartialsDir" value="./data/partials/cumulative_partials" />
    <property name="srcCumulativePartialsHostId" value="ITLHost" />
    <property name="srcDgraphConfigDir" value="./data/web_studio/dgraph_config" />
    <property name="srcDgraphConfigHostId" value="ITLHost" />
    <property name="srcXQueryHostId" value="ITLHost" />
    <property name="srcXQueryDir" value="./config/lib/xquery" />
    <property name="numLogBackups" value="10" />
    <property name="shutdownTimeout" value="30" />
    <property name="numIdleSecondsAfterStop" value="0" />
    </properties>
    <directories>
    <directory name="localIndexDir">./data/dgraphs/local_dgraph_input</directory>
    <directory name="localCumulativePartialsDir">./data/dgraphs/local_cumulative_partials</directory>
    <directory name="localDgraphConfigDir">./data/dgraphs/local_dgraph_config</directory>
    <directory name="localXQueryDir">./data/dgraphs/local_xquery</directory>
    </directories>
    <args>
    <arg>--threads</arg>
    <arg>2</arg>
    <arg>--spl</arg>
    <arg>--dym</arg>
    <arg>--xquery_path</arg>
    <arg>./data/dgraphs/local_xquery</arg>
    </args>
    <startup-timeout>120</startup-timeout>
    </dgraph-defaults>
    <dgraph id="Dgraph1" host-id="MDEXHost" port="15000">
    <properties>
    <property name="restartGroup" value="A" />
    <property name="updateGroup" value="a" />
    </properties>
    <log-dir>./logs/dgraphs/Dgraph1</log-dir>
    <input-dir>./data/dgraphs/Dgraph1/dgraph_input</input-dir>
    <update-dir>./data/dgraphs/Dgraph1/dgraph_input/updates</update-dir>
    </dgraph>
    <dgraph id="Dgraph2" host-id="MDEXHost" port="15001">
    <properties>
    <property name="restartGroup" value="B" />
    <property name="updateGroup" value="a" />
    </properties>
    <log-dir>./logs/dgraphs/Dgraph2</log-dir>
    <input-dir>./data/dgraphs/Dgraph2/dgraph_input</input-dir>
    <update-dir>./data/dgraphs/Dgraph2/dgraph_input/updates</update-dir>
    </dgraph>
    <dgraph id="Dgraph3" host-id="MDEXHost2" port="15000">
    <properties>
    <property name="restartGroup" value="B" />
    <property name="updateGroup" value="a" />
    </properties>
    <log-dir>./logs/dgraphs/Dgraph3</log-dir>
    <input-dir>./data/dgraphs/Dgraph3/dgraph_input</input-dir>
    <update-dir>./data/dgraphs/Dgraph3/dgraph_input/updates</update-dir>
    </dgraph>
    </spr:beans>
    Do i need to change any things else.
    Please suggest me.
    Thanks
    SunilN

  • Emctl failed to start

    Hi
    It is a new configuration of EMCA on clone instance in EBS R12.1.3 on linux (RHEL5.5) x86_64.DB:11.1.0.7
    emca -config dbcontrol db -repos recreate
    failed with error for not getting proper emkey.ora which is not with our any of instance ever.
    Aug 27, 2013 5:30:41 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 27, 2013 5:30:41 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Aug 27, 2013 5:30:41 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Can't find file /oracle/TEST/db/tech_st/11.1.0/ERPTEST.BIL.COM_TEST/sysman/config/emoms.properties
    Refer to the log file at /oracle/TEST/db/tech_st/11.1.0/cfgtoollogs/emca/TEST/emca_2013_08_27_17_30_21.log for more details.
    Aug 27, 2013 5:30:41 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    java.lang.IllegalStateException: Can't find file /oracle/TEST/db/tech_st/11.1.0/ERPTEST.BIL.COM_TEST/sysman/config/emoms.properties
        at oracle.sysman.emSDK.conf.ConfigManager.processProperties(ConfigManager.java:1126)
        at oracle.sysman.emSDK.conf.ConfigManager.processProperties(ConfigManager.java:1104)
        at oracle.sysman.emcp.EMReposConfig.stopDBMSJobs(EMReposConfig.java:1125)
    [appltest@ERPTEST TEST]$ emctl getemhome
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.7.0
    Copyright (c) 1996, 2008 Oracle Corporation.  All rights reserved.
    EMHOME=/oracle/TEST/db/tech_st/11.1.0/ERPTEST.BIL.COM_TEST
    [appltest@ERPTEST TEST]$ emctl start dbconsole
    Unable to determine local host from URL REPOSITORY_URL=http://ERPTEST.BIL.COM:%EM_UPLOAD_PORT%/em/upload/
    what to do?Its non RAC environment.
    [appltest@ERPTEST TEST]$ emctl reload
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.7.0
    Copyright (c) 1996, 2008 Oracle Corporation.  All rights reserved.
    Malformed URL: http://ERPTEST.BIL.COM:%EM_SERVLET_PORT%/emd/main/
    Can't connect to http://ERPTEST.BIL.COM:%EM_SERVLET_PORT%/emd/main/
    reload failed with ret=6
    I used this script to remove sysman when i droped and recreated it.
    sqlplus / as sysdba << EOF
    exec DBMS_AQADM.DROP_QUEUE_TABLE(queue_table=>'SYSMAN.MGMT_NOTIFY_QTABLE',force =>TRUE);
    SHUTDOWN IMMEDIATE;
    STARTUP RESTRICT;
    EXEC sysman.emd_maintenance.remove_em_dbms_jobs;
    EXEC sysman.setEMUserContext('',5);
    REVOKE dba FROM sysman;
    DECLARE
    CURSOR c1 IS
    SELECT owner, synonym_name name
    FROM dba_synonyms
    WHERE table_owner = 'SYSMAN';
    BEGIN
    FOR r1 IN c1 LOOP
    IF r1.owner = 'PUBLIC' THEN
    EXECUTE IMMEDIATE 'DROP PUBLIC SYNONYM '||r1.name;
    ELSE
    EXECUTE IMMEDIATE 'DROP SYNONYM '||r1.owner||'.'||r1.name;
    END IF;
    END LOOP;
    END;
    DROP USER mgmt_view CASCADE;
    DROP ROLE mgmt_user;
    DROP USER sysman CASCADE;
    ALTER SYSTEM DISABLE RESTRICTED SESSION;
    EOF
    Thanks And Regards
    I have already read this docs but found no luck:
    Problem - emctl start dbconsole Fails with Error OC4J Configuration issue OC4J_DBConsole__ not found [ID 555218.1]
    Linux 64bit DBConsole Fails With "OC4J Configuration issue cannot find /oc4j/j2ee/oc4j_DBConsole_..." [ID 462325.1]
    Troubleshooting DbConsole Error - OC4J Configuration issue [ID 456111.1]
    The Database Console Fails to Start After a Change in the Hostname [ID 467598.1]

    [root@ERPTEST ~]# su - appltest
    [appltest@ERPTEST ~]$ . DB_TEST_erptest.env
    [appltest@ERPTEST ~]$  emca -deconfig dbcontrol db -repos drop
    STARTED EMCA at Aug 29, 2013 10:34:11 AM
    EM Configuration Assistant, Version 11.1.0.7.0 Production
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    Enter the following information:
    Database SID: TEST
    Listener port number: 1528
    Password for SYSMAN user:
    Password for SYSMAN user:
    Do you wish to continue? [yes(Y)/no(N)]: Y
    Aug 29, 2013 10:34:41 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /oracle/TEST/db/tech_st/11.1.0/cfgtoollogs/emca/TEST/emca_2013_08_29_10_34_11.log.
    Aug 29, 2013 10:34:41 AM oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    Aug 29, 2013 10:34:43 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing /oracle/TEST/db/tech_st/11.1.0/bin/emctl stop dbconsole
    Aug 29, 2013 10:34:43 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Dropping the EM repository (this may take a while) ...
    Aug 29, 2013 10:52:53 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully dropped
    Enterprise Manager configuration completed successfully
    FINISHED EMCA at Aug 29, 2013 10:52:59 AM
    [appltest@ERPTEST ~]$ emctl status dbconsole
    OC4J Configuration issue. /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST not found.
    [appltest@ERPTEST ~]$ ls /oracle/TEST/db/tech_st/11.1.0/ERPTEST.BIL.COM_TEST/sysman/config/
    ls: /oracle/TEST/db/tech_st/11.1.0/ERPTEST.BIL.COM_TEST/sysman/config/: No such file or directory
    [appltest@ERPTEST ~]$ emca -repos create
    STARTED EMCA at Aug 29, 2013 10:58:14 AM
    EM Configuration Assistant, Version 11.1.0.7.0 Production
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    Enter the following information:
    Database SID: TEST
    Listener port number: 1528
    Password for SYSMAN user:
    Password for SYSMAN user:
    Do you wish to continue? [yes(Y)/no(N)]: Y
    Aug 29, 2013 10:58:49 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /oracle/TEST/db/tech_st/11.1.0/cfgtoollogs/emca/TEST/emca_2013_08_29_10_58_14.log.
    Aug 29, 2013 10:58:49 AM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Aug 29, 2013 11:07:21 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    Enterprise Manager configuration completed successfully
    FINISHED EMCA at Aug 29, 2013 11:07:21 AM
    [appltest@ERPTEST ~]$  emca -config dbcontrol db
    STARTED EMCA at Aug 29, 2013 11:12:00 AM
    EM Configuration Assistant, Version 11.1.0.7.0 Production
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    Enter the following information:
    Database SID: TEST
    Listener port number: 1528
    Password for SYSMAN user: Email address for notifications (optional): [email protected]
    Outgoing Mail (SMTP) server for notifications (optional):
    You have specified the following settings
    Database ORACLE_HOME ................ /oracle/TEST/db/tech_st/11.1.0
    Local hostname ................ ERPTEST.BIL.COM
    Listener port number ................ 1528
    Database SID ................ TEST
    Email address for notifications ............... [email protected]
    Outgoing Mail (SMTP) server for notifications ...............
    Do you wish to continue? [yes(Y)/no(N)]: Y
    Aug 29, 2013 11:12:56 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /oracle/TEST/db/tech_st/11.1.0/cfgtoollogs/emca/TEST/emca_2013_08_29_11_12_00.log.
    Aug 29, 2013 11:13:00 AM oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
    INFO: Uploading configuration data to EM repository (this may take a while) ...
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Uploaded configuration data successfully
    Aug 29, 2013 11:13:55 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing /oracle/TEST/db/tech_st/11.1.0/bin/emctl deploy dbconsole /oracle/TEST/db/tech_st/11.1.0/ERPTEST.BIL.COM_TEST ERPTEST.BIL.COM:3938 ERPTEST.BIL.COM TEST
    Aug 29, 2013 11:13:55 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error instantiating EM configuration files
    Refer to the log file at /oracle/TEST/db/tech_st/11.1.0/cfgtoollogs/emca/TEST/emca_2013_08_29_11_12_00.log for more details.
    Could not complete the configuration. Refer to the log file at /oracle/TEST/db/tech_st/11.1.0/cfgtoollogs/emca/TEST/emca_2013_08_29_11_12_00.log for more details.
    [appltest@ERPTEST ~]$ cat  /oracle/TEST/db/tech_st/11.1.0/cfgtoollogs/emca/TEST/emca_2013_08_29_11_12_00.log
    Aug 29, 2013 11:12:00 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-migrate' set to false
    Aug 29, 2013 11:12:00 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromDBControl' set to false
    Aug 29, 2013 11:12:00 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToCentralAgent' set to false
    Aug 29, 2013 11:12:00 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromCentralAgent' set to false
    Aug 29, 2013 11:12:00 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToDBControl' set to false
    Aug 29, 2013 11:12:00 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-config' set to true
    Aug 29, 2013 11:12:00 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'UPDATE_EMAIL' set to true
    Aug 29, 2013 11:12:00 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'dbcontrol' set to true
    Aug 29, 2013 11:12:00 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Aug 29, 2013 11:12:00 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: ORACLE_HOME value: /oracle/TEST/db/tech_st/11.1.0
    Aug 29, 2013 11:12:00 AM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Aug 29, 2013 11:12:00 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:12:00 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EM_HOME value: /oracle/TEST/db/tech_st/11.1.0
    Aug 29, 2013 11:12:07 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SID value: TEST
    Aug 29, 2013 11:12:07 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:12:07 AM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Aug 29, 2013 11:12:07 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Cluster.isCluster: false. Skip call to getLocalNode
    Aug 29, 2013 11:12:07 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Aug 29, 2013 11:12:07 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:12:07 AM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: TEST Host: ERPTEST.BIL.COM Node: null OH: /oracle/TEST/db/tech_st/11.1.0 isDBC: false
    Aug 29, 2013 11:12:07 AM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: TEST Host: ERPTEST.BIL.COM Node: null OH: /oracle/TEST/db/tech_st/11.1.0 agentHome: null isCentral: false
    Aug 29, 2013 11:12:07 AM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: TEST Host: ERPTEST.BIL.COM Node: null OH: /oracle/TEST/db/tech_st/11.1.0 agentHome: null isCentral: false
    Aug 29, 2013 11:12:07 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Aug 29, 2013 11:12:07 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: TEST, oracleHome: /oracle/TEST/db/tech_st/11.1.0, and user:
    Aug 29, 2013 11:12:07 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Aug 29, 2013 11:12:07 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Aug 29, 2013 11:12:07 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Aug 29, 2013 11:12:11 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: PORT value: 1528
    Aug 29, 2013 11:12:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Aug 29, 2013 11:12:16 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: TEST, oracleHome: /oracle/TEST/db/tech_st/11.1.0, and user: SYS
    Aug 29, 2013 11:12:16 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Aug 29, 2013 11:12:22 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: TEST, oracleHome: /oracle/TEST/db/tech_st/11.1.0, and user: DBSNMP
    Aug 29, 2013 11:12:22 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Aug 29, 2013 11:12:27 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: TEST, oracleHome: /oracle/TEST/db/tech_st/11.1.0, and user: SYSMAN
    Aug 29, 2013 11:12:27 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Aug 29, 2013 11:12:46 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EMAIL_ADDRESS value: [email protected]
    Aug 29, 2013 11:12:52 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: MAIL_SERVER_NAME value:
    Aug 29, 2013 11:12:52 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:12:52 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value:
    Aug 29, 2013 11:12:56 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value: yes
    Aug 29, 2013 11:12:56 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LOG_FILE.
    Aug 29, 2013 11:12:56 AM oracle.sysman.emcp.EMConfig addEMCALogFile
    CONFIG: ORACLE_BASE :/oracle/TEST/db/tech_st/11.1.0
    Aug 29, 2013 11:12:56 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Aug 29, 2013 11:12:56 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Aug 29, 2013 11:12:56 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: TEST, oracleHome: /oracle/TEST/db/tech_st/11.1.0, and user: SYS
    Aug 29, 2013 11:12:56 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Aug 29, 2013 11:12:56 AM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Aug 29, 2013 11:12:56 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: TEST
    Aug 29, 2013 11:12:56 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /oracle/TEST/db/tech_st/11.1.0/cfgtoollogs/emca/TEST/emca_2013_08_29_11_12_00.log.
    Aug 29, 2013 11:12:56 AM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Aug 29, 2013 11:12:56 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'CHECK_CONFIG' set to true
    Aug 29, 2013 11:12:56 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: TEST, oracleHome: /oracle/TEST/db/tech_st/11.1.0, and user: SYS
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: TEST, oracleHome: /oracle/TEST/db/tech_st/11.1.0, and user: DBSNMP
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: TEST, oracleHome: /oracle/TEST/db/tech_st/11.1.0, and user: SYS
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: TEST, oracleHome: /oracle/TEST/db/tech_st/11.1.0, and user: SYS
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: TEST
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: TEST
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: TEST
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBID.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.DatabaseChecks getDbid
    CONFIG: No dbid available. Will query db to extract it.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: TEST, oracleHome: /oracle/TEST/db/tech_st/11.1.0, and user: SYS
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBID value: 2075308332
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: TEST, oracleHome: /oracle/TEST/db/tech_st/11.1.0, and user: SYSMAN
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_NAME.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: TEST, oracleHome: /oracle/TEST/db/tech_st/11.1.0, and user: SYS
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.EMDBPreConfig invoke
    CONFIG: Passed repository configuration check
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
    CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: TEST, oracleHome: /oracle/TEST/db/tech_st/11.1.0, and user: SYS
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: TEST
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/sysman/config/emd.properties to /oracle/TEST/db/tech_st/11.1.0/sysman/config/emd.properties.emca.tmp
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /oracle/TEST/db/tech_st/11.1.0/sysman/config/emd.properties has been copied to /oracle/TEST/db/tech_st/11.1.0/sysman/config/emd.properties.emca.tmp
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/sysman/config/emoms.properties to /oracle/TEST/db/tech_st/11.1.0/sysman/config/emoms.properties.emca.tmp
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /oracle/TEST/db/tech_st/11.1.0/sysman/config/emoms.properties has been copied to /oracle/TEST/db/tech_st/11.1.0/sysman/config/emoms.properties.emca.tmp
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/sysman/emd/targets.xml to /oracle/TEST/db/tech_st/11.1.0/sysman/emd/targets.xml.emca.tmp
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /oracle/TEST/db/tech_st/11.1.0/sysman/emd/targets.xml has been copied to /oracle/TEST/db/tech_st/11.1.0/sysman/emd/targets.xml.emca.tmp
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_RECONFIG' set to false
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: TEST Host: ERPTEST.BIL.COM Node: null OH: /oracle/TEST/db/tech_st/11.1.0 agentHome: null isCentral: false
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: TEST Host: ERPTEST.BIL.COM Node: null OH: /oracle/TEST/db/tech_st/11.1.0 isDBC: false
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_CONFIGURED' set to false
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to false
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: TEST Host: ERPTEST.BIL.COM Node: null OH: /oracle/TEST/db/tech_st/11.1.0 isDBC: false
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter PORTS_FILE.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_TEST.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_TEST.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_TEST.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_TEST.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to /oracle/TEST/db/tech_st/11.1.0/oui
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to /oracle/TEST/db/tech_st/11.1.0/oui
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Homes to scan for used ports: [/oracle/TEST/db/tech_st/11.1.0, /oracle/TEST/apps/tech_st/10.1.3, /oracle/TEST/apps/tech_st/10.1.2]
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME /oracle/TEST/db/tech_st/11.1.0
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: null from /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: null from /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: null from /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from /oracle/TEST/db/tech_st/11.1.0/sysman/config/emd.properties
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME /oracle/TEST/apps/tech_st/10.1.3
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Error reading file /oracle/TEST/apps/tech_st/10.1.3/sysman/config/emd.properties
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from /oracle/TEST/apps/tech_st/10.1.3/sysman/config/emd.properties
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME /oracle/TEST/apps/tech_st/10.1.2
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: 1157 from /oracle/TEST/apps/tech_st/10.1.2/sysman/config/emd.properties
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Error reading file /oracle/TEST/db/tech_st/11.1.0/install/staticports.ini
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.PortManager getFreePorts
    CONFIG: /oracle/TEST/db/tech_st/11.1.0:ERPTEST.BIL.COM:null:TEST:{}:null:{DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_TEST.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: AGENT_PORT_TEST value: 3938
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_TEST.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBCONTROL_HTTP_PORT_TEST value: 1158
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_TEST.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: JMS_PORT_TEST value: 5540
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_TEST.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: RMI_PORT_TEST value: 5520
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.EMDBPreConfig getFreePorts
    CONFIG: Ports assigned for SID: TEST : {DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.EMDBPreConfig copyAgentTimeStampFile
    CONFIG: File: /oracle/TEST/db/tech_st/11.1.0/ERPTEST.BIL.COM_TEST/sysman/emd/agntstmp.txt:ERPTEST.BIL.COM does not exists.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_NAME.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_SENDER_NAME.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_SENDER_ADDR.
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.EMReposConfig updateReposVars
    CONFIG: Updating file /oracle/TEST/db/tech_st/11.1.0/sysman/emdrep/config/repository.variables ...
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/sysman/emdrep/config/repository.variables.emca.util.tmp to /oracle/TEST/db/tech_st/11.1.0/sysman/emdrep/config/repository.variables
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.EMReposConfig updateReposVars
    CONFIG: File /oracle/TEST/db/tech_st/11.1.0/sysman/emdrep/config/repository.variables is successfully updated
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: TEST, oracleHome: /oracle/TEST/db/tech_st/11.1.0, and user: SYS
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocking dbsnmp and sysman
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully unlocked relevant accounts
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: TEST, oracleHome: /oracle/TEST/db/tech_st/11.1.0, and user: SYSMAN
    Aug 29, 2013 11:12:57 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Aug 29, 2013 11:13:00 AM oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Finished executing emreposoutofbox.sql
    Aug 29, 2013 11:13:00 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: TEST, oracleHome: /oracle/TEST/db/tech_st/11.1.0, and user: SYSMAN
    Aug 29, 2013 11:13:00 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Aug 29, 2013 11:13:00 AM oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Submitting dbms job: /oracle/TEST/db/tech_st/11.1.0/sysman/admin/emdrep/sql/core/latest/admin/admin_submit_dbms_jobs.sql
    Aug 29, 2013 11:13:00 AM oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Successfully submitted dbms job
    Aug 29, 2013 11:13:00 AM oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: Unlocking mgmt view user account
    Aug 29, 2013 11:13:00 AM oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: view user sql: declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;
    Aug 29, 2013 11:13:00 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /oracle/TEST/db/tech_st/11.1.0/sysman/admin/scripts/emca/emcaDbUtil /oracle/TEST/db/tech_st/11.1.0/perl/lib:/oracle/TEST/db/tech_st/11.1.0/perl/lib/site_perl:/oracle/TEST/db/tech_st/11.1.0/sysman/admin/scripts:/oracle/TEST/db/tech_st/11.1.0/bin: /oracle/TEST/db/tech_st/11.1.0/perl/bin/perl /oracle/TEST/db/tech_st/11.1.0/sysman/admin/scripts/emca/emcaDbUtil.pl /oracle/TEST/db/tech_st/11.1.0 TEST SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    Aug 29, 2013 11:13:00 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Aug 29, 2013 11:13:00 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of /oracle/TEST/db/tech_st/11.1.0/sysman/admin/scripts/emca/emcaDbUtil /oracle/TEST/db/tech_st/11.1.0/perl/lib:/oracle/TEST/db/tech_st/11.1.0/perl/lib/site_perl:/oracle/TEST/db/tech_st/11.1.0/sysman/admin/scripts:/oracle/TEST/db/tech_st/11.1.0/bin: /oracle/TEST/db/tech_st/11.1.0/perl/bin/perl /oracle/TEST/db/tech_st/11.1.0/sysman/admin/scripts/emca/emcaDbUtil.pl /oracle/TEST/db/tech_st/11.1.0 TEST SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD  completed successfully
    Aug 29, 2013 11:13:00 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Arguments passed /oracle/TEST/db/tech_st/11.1.0 TEST SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    Connecting to database TEST in home /oracle/TEST/db/tech_st/11.1.0 with user "SYS" role "SYSDBA".
    connected to database.
    sql to execute declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;
    noOfParams to bind: 1.
    sql execute successfully.
    Aug 29, 2013 11:13:00 AM oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: Unlocked mgmt_view account
    Aug 29, 2013 11:13:00 AM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully unlocked mgmt_view account
    Aug 29, 2013 11:13:00 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:13:00 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: TEST, oracleHome: /oracle/TEST/db/tech_st/11.1.0, and user: SYSMAN
    Aug 29, 2013 11:13:00 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Aug 29, 2013 11:13:00 AM oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
    CONFIG: Passed listener validation check.Listener is up and running.
    Aug 29, 2013 11:13:00 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:13:00 AM oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
    INFO: Uploading configuration data to EM repository (this may take a while) ...
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Uploaded configuration data successfully
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.EMDBCConfig updateEmomsProps
    CONFIG: Updating file /oracle/TEST/db/tech_st/11.1.0/sysman/config/emoms.properties ...
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/sysman/config/emoms.properties.emca to /oracle/TEST/db/tech_st/11.1.0/sysman/config/emoms.properties
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/sysman/config/emoms.properties.emca.util.tmp to /oracle/TEST/db/tech_st/11.1.0/sysman/config/emoms.properties
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/server.xml.emca.util.tmp to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/server.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.EMDBCConfig copyOC4JDir
    CONFIG: Copying OC4J config files from /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/javacache.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/javacache.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/jazn-data.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/jazn-data.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/application.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/application.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/oc4j-connectors.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/oc4j-connectors.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/mime.types to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/mime.types
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/system-application.xml.ouibak.1 to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/system-application.xml.ouibak.1
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/jazn.security.props to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/jazn.security.props
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/jazn.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/jazn.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/entity-resolver-config.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/entity-resolver-config.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/rmi.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/rmi.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/oc4j.properties to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/oc4j.properties
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/global-web-application.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/global-web-application.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/http-web-site.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/http-web-site.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/data-sources.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/data-sources.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/system-application.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/system-application.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/system-application.xml.ouibak.5 to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/system-application.xml.ouibak.5
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/system-application.xml.ouibak.4 to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/system-application.xml.ouibak.4
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/system-jazn-data.xml.ouibak.5 to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/system-jazn-data.xml.ouibak.5
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/system-application.xml.ouibak to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/system-application.xml.ouibak
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/j2ee-logging.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/j2ee-logging.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/system-jazn-data.xml.ouibak.1 to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/system-jazn-data.xml.ouibak.1
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/default-web-site.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/default-web-site.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/system-jazn-data.xml.ouibak.3 to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/system-jazn-data.xml.ouibak.3
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/principals.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/principals.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/system-jazn-data.xml.ouibak to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/system-jazn-data.xml.ouibak
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/system-application.xml.ouibak.2 to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/system-application.xml.ouibak.2
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/system-jazn-data.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/system-jazn-data.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/server.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/server.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/jms.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/jms.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/internal-settings.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/internal-settings.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/orb-config.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/orb-config.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/system-jazn-data.xml.ouibak.4 to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/system-jazn-data.xml.ouibak.4
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/java2.policy to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/java2.policy
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/system-application.xml.ouibak.3 to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/system-application.xml.ouibak.3
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/transaction-manager.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/transaction-manager.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/system-jazn-data.xml.ouibak.2 to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/system-jazn-data.xml.ouibak.2
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/database-schemas
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/database-schemas/postgresql.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/database-schemas/postgresql.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/database-schemas/sybase.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/database-schemas/sybase.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/database-schemas/hypersonic.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/database-schemas/hypersonic.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/database-schemas/ms-access.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/database-schemas/ms-access.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/database-schemas/oracle.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/database-schemas/oracle.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/config/database-schemas/ms-sql.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/database-schemas/ms-sql.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/connectors
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/connectors/README.txt to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/connectors/README.txt
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/connectors/datasources
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/connectors/datasources/datasources.rar to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/connectors/datasources/datasources.rar
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/connectors/OracleASjms
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/connectors/OracleASjms/OracleASjms.rar to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/connectors/OracleASjms/OracleASjms.rar
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/META-INF
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/META-INF/MANIFEST.MF to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/META-INF/MANIFEST.MF
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/application-deployments/default/defaultWebApp
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole/application-deployments/default/defaultWebApp/orion-web.xml to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/application-deployments/default/defaultWebApp/orion-web.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.EMDBCConfig copyOC4JDir
    CONFIG: Finished copying OC4J config files
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/jms.xml.emca.util.tmp to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/jms.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/rmi.xml.emca.util.tmp to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/rmi.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/rmi.xml.emca.util.tmp to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/rmi.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/http-web-site.xml.emca.util.tmp to /oracle/TEST/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole_ERPTEST.BIL.COM_TEST/config/http-web-site.xml
    Aug 29, 2013 11:13:53 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_SENDER_NAME.
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_NAME.
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.EMAgentConfig updateEmdProps
    CONFIG: Updating file /oracle/TEST/db/tech_st/11.1.0/sysman/config/emd.properties ...
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/sysman/config/emd.properties.emca to /oracle/TEST/db/tech_st/11.1.0/sysman/config/emd.properties
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oracle/TEST/db/tech_st/11.1.0/sysman/config/emd.properties.emca.util.tmp to /oracle/TEST/db/tech_st/11.1.0/sysman/config/emd.properties
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.EMAgentConfig updateAgentConfigFiles
    CONFIG: Updating file /oracle/TEST/db/tech_st/11.1.0/sysman/config/emd.properties ...
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.EMAgentConfig updateTargets
    CONFIG: value for use102tgt: false
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.target.TargetManager removeAllTargets
    CONFIG: Failed to delete target: host:ERPTEST.BIL.COM
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.target.TargetManager removeAllTargets
    CONFIG: Failed to delete target: oracle_database:TEST
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.target.TargetManager removeAllTargets
    CONFIG: Failed to delete target: oracle_listener:TEST_ERPTEST.BIL.COM
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.target.TargetManager removeAllTargets
    CONFIG: Failed to delete target: host:ERPTEST.BIL.COM
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.target.TargetManager removeAllTargets
    CONFIG: Failed to delete target: oracle_database:TEST
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.target.TargetManager removeAllTargets
    CONFIG: Failed to delete target: oracle_listener:TEST_ERPTEST.BIL.COM
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.target.TargetManager removeAllTargets
    CONFIG: Failed to delete target: host:ERPTEST.BIL.COM
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.target.TargetManager removeAllTargets
    CONFIG: Failed to delete target: oracle_database:TEST
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.target.TargetManager removeAllTargets
    CONFIG: Failed to delete target: oracle_listener:TEST_ERPTEST.BIL.COM
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.target.TargetManager removeAllTargets
    CONFIG: Failed to delete target: host:ERPTEST.BIL.COM
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.target.TargetManager removeAllTargets
    CONFIG: Failed to delete target: oracle_database:TEST
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.target.TargetManager removeAllTargets
    CONFIG: Failed to delete target: oracle_listener:TEST_ERPTEST.BIL.COM
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.target.TargetManager removeAllTargets
    CONFIG: Failed to delete target: host:ERPTEST.BIL.COM
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.target.TargetManager removeAllTargets
    CONFIG: Failed to delete target: oracle_database:TEST
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.target.TargetManager removeAllTargets
    CONFIG: Failed to delete target: oracle_listener:TEST_ERPTEST.BIL.COM
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LISTENER_OH.
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.ParamsManager getListenerHome
    CONFIG: LISTENER_OH not set. Using ORACLE_HOME as listener's home.
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LISTENER.
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LISTENER_OH.
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.ParamsManager getListenerHome
    CONFIG: LISTENER_OH not set. Using ORACLE_HOME as listener's home.
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LISTENER_OH.
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.ParamsManager getListenerHome
    CONFIG: LISTENER_OH not set. Using ORACLE_HOME as listener's home.
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.ParamsManager getLocalListener
    CONFIG: Found listener named: TEST
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.EMAgentConfig updateAgentConfigFiles
    CONFIG: Updating file /oracle/TEST/db/tech_st/11.1.0/sysman/emd/targets.xml ...
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Local host name: ERPTEST.BIL.COM
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'DISPLAY' is '', discarding the same
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'TZ' is '', discarding the same
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [ADJREOPTS=-Xms128M -Xmx512M, ADJVAPRG=/oracle/TEST/db/tech_st/11.1.0/appsutil/jre/bin/java, ADPERLPRG=/oracle/TEST/db/tech_st/11.1.0/perl/bin/perl, CLASSPATH=/oracle/TEST/db/tech_st/11.1.0/jlib/emca.jar:/oracle/TEST/db/tech_st/11.1.0/jlib/srvm.jar:/oracle/TEST/db/tech_st/11.1.0/jlib/srvmasm.jar:/oracle/TEST/db/tech_st/11.1.0/jlib/emConfigInstall.jar:/oracle/TEST/db/tech_st/11.1.0/jlib/ldapjclnt11.jar:/oracle/TEST/db/tech_st/11.1.0/jlib/ldap.jar:/oracle/TEST/db/tech_st/11.1.0/jlib/share.jar:/oracle/TEST/db/tech_st/11.1.0/jlib/srvmhas.jar:/oracle/TEST/db/tech_st/11.1.0/jlib/netcfg.jar:/oracle/TEST/db/tech_st/11.1.0/jlib/http_client.jar:/oracle/TEST/db/tech_st/11.1.0/lib/http_client.jar:/oracle/TEST/db/tech_st/11.1.0/lib/xmlparserv2.jar:/oracle/TEST/db/tech_st/11.1.0/assistants/jlib/assistantsCommon.jar:/oracle/TEST/db/tech_st/11.1.0/sysman/jlib/emCORE.jar:/oracle/TEST/db/tech_st/11.1.0/sysman/jlib/emagentSDK.jar:/oracle/TEST/db/tech_st/11.1.0/oui/jlib/OraInstaller.jar:/oracle/TEST/db/tech_st/11.1.0/oui/jlib/OraPrereq.jar:/oracle/TEST/db/tech_st/11.1.0/inventory/prereqs/oui/OraPrereqChecks.jar:/oracle/TEST/db/tech_st/11.1.0/oui/jlib/OraPrereqChecks.jar:, CONTEXT_FILE=/oracle/TEST/db/tech_st/11.1.0/appsutil/TEST_erptest.xml, CONTEXT_NAME=TEST_erptest, CVS_RSH=ssh, DYLD_LIBRARY_PATH=/oracle/TEST/db/tech_st/11.1.0/lib:, G_BROKEN_FILENAMES=1, HISTSIZE=1000, HOME=/home/appltest, HOSTNAME=ERPTEST.BIL.COM, INPUTRC=/etc/inputrc, LANG=en_US.UTF-8, LD_LIBRARY_PATH=/oracle/TEST/db/tech_st/11.1.0/jdk/jre/lib/amd64/server:/oracle/TEST/db/tech_st/11.1.0/jdk/jre/lib/amd64:/oracle/TEST/db/tech_st/11.1.0/jdk/jre/../lib/amd64:/oracle/TEST/db/tech_st/11.1.0/lib:/oracle/TEST/db/tech_st/11.1.0/perl/lib:/oracle/TEST/db/tech_st/11.1.0/lib32:/oracle/TEST/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/oracle/TEST/db/tech_st/11.1.0/lib:/usr/dt/lib:/oracle/TEST/db/tech_st/11.1.0/ctx/lib, LESSOPEN=|/usr/bin/lesspipe.sh %s, LIBPATH=/oracle/TEST/db/tech_st/11.1.0/lib:/oracle/TEST/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/oracle/TEST/db/tech_st/11.1.0/lib:/usr/dt/lib:/oracle/TEST/db/tech_st/11.1.0/ctx/lib, LINK_CNTRL=, LOGNAME=appltest, LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:, MAIL=/var/spool/mail/appltest, NEED_EXIT_CODE=1, NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, NLS_DATE_FORMAT=DD-MON-RR, NLS_LANG=American_America.US7ASCII, NLS_NUMERIC_CHARACTERS=.,, NLS_SORT=binary, ORACLE_HOME=/oracle/TEST/db/tech_st/11.1.0, ORACLE_HOSTNAME=ERPTEST.BIL.COM, ORACLE_SID=TEST, ORA_NLS10=/oracle/TEST/db/tech_st/11.1.0/nls/data/9idata, ORA_TZFILE=/oracle/TEST/db/tech_st/11.1.0/oracore/zoneinfo/timezlrg.dat, PATH=/oracle/TEST/db/tech_st/11.1.0/perl/bin:/oracle/TEST/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/oracle/TEST/db/tech_st/11.1.0/appsutil/jre/bin:/bin:/usr/bin/X11:/usr/local/bin:/oracle/TEST/db/tech_st/11.1.0/perl/bin:/oracle/TEST/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/oracle/TEST/db/tech_st/11.1.0/appsutil/jre/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/appltest/bin:.:., PERL5LIB=/oracle/TEST/db/tech_st/11.1.0/perl/lib/5.8.3:/oracle/TEST/db/tech_st/11.1.0/perl/lib/site_perl/5.8.3:/oracle/TEST/db/tech_st/11.1.0/appsutil/perl, PWD=/home/appltest, SHELL=/bin/bash, SHLIB_PATH=/oracle/TEST/db/tech_st/11.1.0/lib:/oracle/TEST/db/tech_st/11.1.0/lib:/usr/lib:/oracle/TEST/db/tech_st/11.1.0/ctx/lib, SHLVL=2, SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass, TERM=xterm, TNS_ADMIN=/oracle/TEST/db/tech_st/11.1.0/network/admin/TEST_erptest, USER=appltest, XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, _=/oracle/TEST/db/tech_st/11.1.0/jdk/jre/bin/java]
    Aug 29, 2013 11:13:54 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /oracle/TEST/db/tech_st/11.1.0/bin/emctl deploy dbconsole /oracle/TEST/db/tech_st/11.1.0/ERPTEST.BIL.COM_TEST ERPTEST.BIL.COM:3938 ERPTEST.BIL.COM TEST
    Aug 29, 2013 11:13:55 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 2
    Aug 29, 2013 11:13:55 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Creating shared install...
    Source location: /oracle/TEST/db/tech_st/11.1.0
    Destination (shared install) : /oracle/TEST/db/tech_st/11.1.0/ERPTEST.BIL.COM_TEST
    DeployMode : dbconsole
    Creating directories...
    Aug 29, 2013 11:13:55 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Unable to copy /oracle/TEST/db/tech_st/11.1.0/sysman/config/b64InternetCertificate.txt to /oracle/TEST/db/tech_st/11.1.0/ERPTEST.BIL.COM_TEST/sysman/config/b64InternetCertificate.txt: No such file or directory at /oracle/TEST/db/tech_st/11.1.0/bin/EMDeploy.pm line 262.
    Aug 29, 2013 11:13:55 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing /oracle/TEST/db/tech_st/11.1.0/bin/emctl deploy dbconsole /oracle/TEST/db/tech_st/11.1.0/ERPTEST.BIL.COM_TEST ERPTEST.BIL.COM:3938 ERPTEST.BIL.COM TEST
    Aug 29, 2013 11:13:55 AM oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Failed to deploy state dirs
    Aug 29, 2013 11:13:55 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error instantiating EM configuration files
    Refer to the log file at /oracle/TEST/db/tech_st/11.1.0/cfgto

  • Configuration failed 11.1.2. compatibility to wls 10.3

    Hello,
    I developed an application for mobile Web using only Trinidad components under JDeveloper 11.1.2
    I created the ear file and started to deploy it on a Weblogic 10.3 and got some problems during the start of the application:
    <21.10.2011 16:24 Uhr MESZ> <Error> <javax.enterprise.resource.webcontainer.jsf.config> <BEA-000000> <Critical error during deployment:
    com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:351)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:222)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    ... and a lot more
    I got an ADF Faces application which I developed using JDev 11.1.1.4 running on this server without any complains.
    Any help will be greatly appreciated. Thanks in advance.
    Martin
    Edited by: MartinK on 21.10.2011 07:44

    Hi,
    JDeveloper 11.1.2. requires a patched instance of WLS 10.3.5. Even if using Trinidad, the component set you use in JSf 2.0, which is not what you have on 10.1.3.x
    Frank

  • ConfigurationException during deploy "CONFIGURATION FAILED! File not found"

    Hello All,
    The deployment of my adf app. is failing with the following error. Although till yesterday also, it was failing but atleast it was going much farther than this. What is causing this error? I did make changes to config.xml but then restored it. Any help is appreciated. This is critical.
    ####<Sep 14, 2011 1:23:36 PM CDT> <Info> <J2EE Deployment SPI> <brksvw379> <AdminServer> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <u00w669> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae49> <1316024616200> <BEA-260121> <Initiating deploy operation for application, myProject [archive: F:\Oracle\Middleware\user_projects\domains\BPEL_DEV\servers\AdminServer\upload\myProject.ear], to AdminServer .>
    ####<Sep 14, 2011 1:23:47 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <u00w669> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae49> <1316024627386> <BEA-149038> *<Initiating Task for myProject : [Deployer:149026]deploy application myProject on AdminServer.>*
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <J2EE> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630053> <BEA-160170> <Imported library Extension-Name: adf.oracle.domain, Specification-Version: 1, Implementation-Version: 11.1.1.2.0 for Application myProject>
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <WorkManager> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630069> <BEA-002903> <Creating WorkManager from "wm/SOAWorkManager" WorkManagerMBean for application "myProject">
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630272> <BEA-149059> <Module weblogic.xml.registry.XMLModule of application myProject is transitioning from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630272> <BEA-149060> <Module weblogic.xml.registry.XMLModule of application myProject successfully transitioned from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630272> <BEA-149059> <Module empty.jar of application myProject is transitioning from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630272> <BEA-149060> <Module empty.jar of application myProject successfully transitioned from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630272> <BEA-149059> <Module mySubProj of application myProject is transitioning from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <HTTP> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630771> <BEA-101363> <Application: myProject, WebApp: mySubProj has context-root specified in application.xml: "mySubProj". The context-root specified in weblogic.xml: "mySubProj" will be ignored.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024693171> <BEA-149060> <Module mySubProj of application myProject successfully transitioned from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024693312> <BEA-149059> <Module weblogic.xml.registry.XMLModule of application myProject is transitioning from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024693312> <BEA-149060> <Module weblogic.xml.registry.XMLModule of application myProject successfully transitioned from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024693312> <BEA-149059> <Module empty.jar of application myProject is transitioning from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024693312> <BEA-149060> <Module empty.jar of application myProject successfully transitioned from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024693312> <BEA-149059> <Module mySubProj of application myProject is transitioning from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024693312> <BEA-149060> <Module mySubProj of application myProject successfully transitioned from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Sep 14, 2011 1:24:54 PM CDT> <Warning> <HTTP> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024694451> <BEA-101162> *<User defined listener com.sun.faces.config.ConfigureListener failed: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! File not found.*
    java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! File not found
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:294)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:485)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:637)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:164)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:69)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! File not found
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:357)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:485)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:637)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:164)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:69)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: java.io.FileNotFoundException: File not found
    at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(ZipFile.java:117)
         at java.util.jar.JarFile.<init>(JarFile.java:135)
         at java.util.jar.JarFile.<init>(JarFile.java:72)
         at com.sun.faces.facelets.util.Classpath.getAlternativeJarFile(Classpath.java:262)
         at com.sun.faces.facelets.util.Classpath.search(Classpath.java:115)
         at com.sun.faces.facelets.util.Classpath.search(Classpath.java:92)
         at com.sun.faces.config.configprovider.MetaInfFacesConfigResourceProvider.loadURLs(MetaInfFacesConfigResourceProvider.java:159)     
    at com.sun.faces.config.configprovider.MetaInfFacesConfigResourceProvider.getResources(MetaInfFacesConfigResourceProvider.java:107)
         at com.sun.faces.config.ConfigManager$URLTask.call(ConfigManager.java:1096)
         at com.sun.faces.config.ConfigManager$URLTask.call(ConfigManager.java:1064)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:642)
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:309)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:226)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    I did some more research and found out that method loadURLs of class MetaInfFacesConfigResourceProvider.java is throwing IOException. Is this some kind of class path issue? Please help!
    private Collection<URL> loadURLs(ServletContext context) throws IOException {
    154
    155 Set<URL> urls = new HashSet<URL>();
    156 for (Enumeration<URL> e = Util.getCurrentLoader(this).getResources(META_INF_RESOURCES); e.hasMoreElements();) {
    157 urls.add(e.nextElement());
    158 }
    159 urls.addAll(Arrays.asList(Classpath.search("META-INF/", ".faces-config.xml")));
    160 // special case for finding taglib files in WEB-INF/classes/META-INF
    161 Set paths = context.getResourcePaths(WEB_INF_CLASSES);
    162 if (paths != null) {
    163 for (Object path : paths) {
    164 String p = path.toString();
    165 if (p.endsWith(".taglib.xml")) {
    166 urls.add(context.getResource(p));
    167 }
    168 }
    169 }
    170 return urls;
    171
    172 }
    173
    Edited by: user12054715 on Sep 14, 2011 2:13 PM

    I did a couple of things ( gathered from various posts on OTN). I am not sure which one did the trick but the error is gone now. I am mentioning the steps that I took. Later when I have more time, I will narrow down to exactly what worked.
    1. The following was missing from my web.xml (Thanks Rene!) Added it
    <listener>
    <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
    </listener>
    2. Removed any mention of 'Anonymous-User' from Jazn-data.xml.
    Application tab -> Secure -> Configure ADF Security -> Jazn-data.xml (source tab and removed block of code referring to anonymous user)
    Hope this will help others.

  • LMS 3.2 and RME 4.3.1 telnet with tacacs+ fails

    Hi everyone,
    I'm having issue with credentials verification for telnet with TACACS+ enabled. Verification job fails with "Telnet: Incorrect" and an exception to daemons.log:
    om.cisco.nm.lib.cmdsvc.CmdSvcException: com.cisco.nm.lib.cmdsvc.telnet.TelnetException: Unable to read from socket
            at com.cisco.nm.lib.cmdsvc.TelnetSession.connect(TelnetSession.java:89)
            at com.cisco.nm.lib.cmdsvc.Session.connect(Session.java:152)
            at com.cisco.nm.lib.cmdsvc.AuthHandler.connect(AuthHandler.java:254)
            at com.cisco.nm.lib.cmdsvc.OpConnect.invoke(OpConnect.java:56)
            at com.cisco.nm.lib.cmdsvc.SessionContext.invoke(SessionContext.java:299)
            at com.cisco.nm.lib.cmdsvc.Engine.process(Engine.java:57)
            at com.cisco.nm.lib.cmdsvc.LocalProxy.process(LocalProxy.java:22)
            at com.cisco.nm.lib.cmdsvc.CmdSvc.connect(CmdSvc.java:190)
            at com.cisco.nm.lib.cmdsvc.CmdSvc.connect(CmdSvc.java:166)
            at com.cisco.nm.xms.xdi.pkgs.LibDcma.persistor.CliOperator.<init>(CliOperator.java:214)
            at com.cisco.nm.xms.xdi.pkgs.SharedDcmaIOS.transport.IOSCliOperator.<init>(IOSCliOperator.java:116)
            at com.cisco.nm.xms.xdi.pkgs.SharedDcmaIOS.transport.CatIOSSwitchCliOperator.<init>(CatIOSSwitchCliOperator.java:56)
            at com.cisco.nm.xms.xdi.pkgs.SharedDcmaIOS.transport.Cat6kIOSCliOperator.<init>(Cat6kIOSCliOperator.java:32)
            at com.cisco.nm.xms.xdi.pkgs.SharedDcmaIOS.transport.Cat6kIOSConfigOperator.getOperator(Cat6kIOSConfigOperator.java:35)
            at com.cisco.nm.xms.xdi.pkgs.LibDcma.persistor.OperatorCacheManager.getOperatorForDevice(OperatorCacheManager.java:50)
            at com.cisco.nm.xms.xdi.pkgs.LibDcma.persistor.ConfigOperation.doConfigOperation(ConfigOperation.java:99)
            at com.cisco.nm.xms.xdi.pkgs.SharedDcmaIOS.transport.IOSConfigOperator.fetchConfig(IOSConfigOperator.java:73)
            at com.cisco.nm.rmeng.dcma.configmanager.ConfigManager.updateArchiveForDevice(ConfigManager.java:658)
            at com.cisco.nm.rmeng.dcma.configmanager.ConfigManager.performCollection(ConfigManager.java:1646)
            at com.cisco.nm.rmeng.dcma.configmanager.CfgUpdateThread.run(CfgUpdateThread.java:27)
    I've tried to edit TacacsPrompts.ini also with suggestion to enter "," after last space character
    I'm using only TACACS so all prompts are the same. I'm using MOTD also.
    TACACS prompt looks like this example : "TEST username: ,TEST password: " so this looks obvious.
    The issue started to appear after some patching done to RME and CiscoView, but I'm not sure that this is connected anyhow.
    Thanks for all the help

    Hi!
    They gave me the solution like this:
    line vty
    timeout login response 90
    Ofcourse it helped but this it still inproper behavior from LMS side. It sends the username char by char for more than a minute! Guess the scenario with thousands of devices.... It will take ages to telnet to them. And network performance has nothing to do with that - i'm running the LMS on a powerful Sun and the network is mostly gigabit connected.
    Setting timeout login response is a workaround but does not fix the problem.
    Still waiting fot some fix to LMS not for fairly acceptable workarounds.
    This is NOT case with TACACS enabled on a router. The box responds within moment when telneted using commandline or other NMS software. This is a problem with LMS telnet login mechanism and prompt parsing (TacacsPrompts.ini doesn't seem to work at all, I could type there anything and it has no effect on the login proces).
    Besides this SSH to the same box wit TACACS works flawlessly. But then it parses only password prompt not the username - this is sent by ssh.

  • ERROR: WinHttpReceiveResponse failed 80072ee7

    This the message from the configmgrSetup.log:
    INFO: checking if there's an explicit proxy server.  $$<Configuration Manager Setup><04-10-2014 23:28:12.865+240><thread=4176 (0x1050)>
    ERROR: WinHttpReceiveResponse failed 80072ee7  $$<Configuration Manager Setup><04-10-2014 23:28:24.970+240><thread=4176 (0x1050)>
    ERROR: Download() failed with 0x80072EE7  $$<Configuration Manager Setup><04-10-2014 23:28:24.971+240><thread=4176 (0x1050)>
    ERROR: Failed to download language pack manifest (0x80072EE7)  $$<Configuration Manager Setup><04-10-2014 23:28:24.971+240><thread=4176 (0x1050)>
    How can i continue?
    James

    Duplicate thread:
    http://social.technet.microsoft.com/Forums/en-US/6056eeb2-3569-451a-8924-dfd9b4a69023/error-winhttpreceiveresponse-failed-80072ee7?forum=configmanager
    Please donot start the same topic.
    Juke Chou
    TechNet Community Support

  • RME 4.0.6 - Baseline Compliance jobs now failing

    I have now started getting the following error when trying to run baseline comparison job:
    In the Job Browser I get Unknown appearing in the Copliant/Depolyed Devices column, and Failed in the Status column.
    When I clcik on the Unknown link, I get the Error: No compliance report available. Reason: Device(s) may not have any configurations archived.
    This is a little puzzling as it used to work (until I started to resolve the issue of the Archive Purge job failing. See discussion RME 4.0.6 - Archive Purge not working)
    The devices have at least 1 Startup config, and hundreds of Running configs archived.
    Any ideas where to start looking?
    Regards
    Jeff

    Hi Joe,
    Below is the entries from the dcmaservice.log for the job I just ran after restarting the ConfiGmgmtServer.
    [ Thu May 27  16:55:55 NZST 2010 ],INFO ,[main],com.cisco.nm.rmeng.util.logger.ServiceLogLevelChanger,notifyLevelChange,35,publishing urn for archive.service
    [ Thu May 27  16:55:56 NZST 2010 ],INFO ,[main],com.cisco.nm.rmeng.util.logger.ServiceLogLevelChanger,notifyLevelChange,42,published urn as archive.service-RMELogLevelChange
    [ Thu May 27  16:55:56 NZST 2010 ],INFO ,[main],com.cisco.nm.rmeng.dcma.configmanager.DcmaService,main,54,Initializing dummy IOSPlatform
    [ Thu May 27  16:55:56 NZST 2010 ],INFO ,[main],com.cisco.nm.rmeng.dcma.configmanager.DcmaService,,103,ArchivePath : D:\CSCOpx\files\rme\dcma
    [ Thu May 27  16:56:00 NZST 2010 ],INFO ,[main],com.cisco.nm.rmeng.util.db.DatabaseConnectionPool,getConnection,59,Inside ICSDatabaseConnection, MAX_COUNT =20
    [ Thu May 27  16:56:24 NZST 2010 ],ERROR,[main],com.cisco.nm.xms.xdi.SdiEngine,initDtMatcher,148,java.lang.Exception: inconsistent enumeration extension SFS_SW(63)java.lang.Exception: inconsistent enumeration extension SFS_SW(63)
    at com.cisco.nm.xms.xdi.ags.imageparser.ImageType.extendWith(ImageType.java:101)
    at com.cisco.nm.xms.xdi.pkgs.SharedSwimSFS.Descriptor.g$init(Descriptor.java:26)
    at com.cisco.nm.xms.xdi.dapi.DescriptorBD.init(DescriptorBD.java:70)
    at com.cisco.nm.xms.xdi.SdiEngine.initDtMatcher(SdiEngine.java:134)
    at com.cisco.nm.xms.xdi.SdiEngine.makeNewEngine(SdiEngine.java:86)
    at com.cisco.nm.xms.xdi.SdiEngine.getEngine(SdiEngine.java:73)
    at com.cisco.nm.rmeng.dcma.cats.CATS.(CATS.java:83)
    at com.cisco.nm.rmeng.dcma.configmanager.ConfigManager.(ConfigManager.java:391)
    at com.cisco.nm.rmeng.dcma.configmanager.DcmaService.(DcmaService.java:140)
    at com.cisco.nm.rmeng.dcma.configmanager.DcmaService.main(DcmaService.java:72)
    [ Thu May 27  16:56:24 NZST 2010 ],INFO ,[main],com.cisco.nm.rmeng.dcma.configmanager.DcmaService,,145,Starting Baseline Migration
    [ Thu May 27  16:56:24 NZST 2010 ],INFO ,[main],com.cisco.nm.rmeng.dcma.configmanager.DcmaService,,149,Got Instancecom.cisco.nm.rmeng.dcma.configmanager.DcmaBaselineTemplateMigrator@13dd208
    [ Thu May 27  16:56:24 NZST 2010 ],INFO ,[main],com.cisco.nm.rmeng.dcma.configmanager.DcmaBaselineTemplateMigrator,checkMigrationNeeded,281,No RESTORE Happening
    [ Thu May 27  16:56:24 NZST 2010 ],INFO ,[main],com.cisco.nm.rmeng.dcma.configmanager.DcmaBaselineTemplateMigrator,checkMigrationNeeded,325,select count(name) from sysobjects where name in ('Config_BaseLine_Version','Config_New_BaseLine')
    [ Thu May 27  16:56:24 NZST 2010 ],INFO ,[main],com.cisco.nm.rmeng.dcma.configmanager.DcmaBaselineTemplateMigrator,checkMigrationNeeded,345,COUNT (No. of Baseline tables present) :1
    [ Thu May 27  16:56:24 NZST 2010 ],INFO ,[main],com.cisco.nm.rmeng.dcma.configmanager.DcmaBaselineTemplateMigrator,checkMigrationNeeded,361,The BaseLine Table does not Exists
    [ Thu May 27  16:56:24 NZST 2010 ],INFO ,[main],com.cisco.nm.rmeng.dcma.configmanager.DcmaBaselineTemplateMigrator,doMigration,163,Check Migration result false
    [ Thu May 27  16:56:24 NZST 2010 ],INFO ,[main],com.cisco.nm.rmeng.dcma.configmanager.DcmaBaselineTemplateMigrator,doMigration,225,Baseline Migration not needed
    Also, the only entry in the job directory ..\CSCOpx\files\rme\jobs\ArchiveMgmt\8628 is the job.obj.
    Given the error that is in the log file, perhaps this is no surprise.
    Regards
    Jeff

  • Cisco VG248 config archive fails

    I beleive in the past these devices could not be managed bij RME config management, but now it says in the supported device table:
    The following features are supported:
    Network Topology Layer 2 Services
    Fault Management
    Inventory Collection
    Configuration Deploy Protocols: TELNET, SSH, TFTP, RCP
    Configuration Fetch Protocols: TELNET, SSH, TFTP, RCP
    The password and enable pasword are correct and simply work when I try a telnet from the server.
    The gui is not CLI but menu driven.
    RME just says:
    TELNET: Failed to establish TELNET connection to 10.1.1.7 - Cause: Authentication failed on device 3 times. PRIMARY-RUNNING config Fetch Operation failed for TFTP. Could not detect SSH protocols running on the device.
    What can be wrong?
    Cheers,
    Michel

    Hi Michel,
    Thanks for the screenshot. I found that you now have customized prompts in tacacspropmt.ini file.
    [ Fri Aug 26  11:30:26 CEST 2011 ],DEBUG,[Thread-956],com.cisco.nm.xms.xdi.transport.cmdsvc.LogAdapter,debug,31,Checking for user prompt : Username: *
    [ Fri Aug 26  11:30:26 CEST 2011 ],DEBUG,[Thread-956],com.cisco.nm.xms.xdi.transport.cmdsvc.LogAdapter,debug,31,Checking for user prompt : username: *
    [ Fri Aug 26  11:30:26 CEST 2011 ],DEBUG,[Thread-956],com.cisco.nm.xms.xdi.transport.cmdsvc.LogAdapter,debug,31,Checking for user prompt : login: *
    [ Fri Aug 26  11:30:26 CEST 2011 ],DEBUG,[Thread-956],com.cisco.nm.xms.xdi.transport.cmdsvc.LogAdapter,debug,31,Checking for user prompt : Username:*
    [ Fri Aug 26  11:30:26 CEST 2011 ],DEBUG,[Thread-956],com.cisco.nm.xms.xdi.transport.cmdsvc.LogAdapter,debug,31,Checking for user prompt : username:*
    [ Fri Aug 26  11:30:26 CEST 2011 ],DEBUG,[Thread-956],com.cisco.nm.xms.xdi.transport.cmdsvc.LogAdapter,debug,31,Checking for user prompt : login:*
    [ Fri Aug 26  11:30:26 CEST 2011 ],DEBUG,[Thread-956],com.cisco.nm.xms.xdi.transport.cmdsvc.LogAdapter,debug,31,Checking for user prompt : username:*
    [ Fri Aug 26  11:30:26 CEST 2011 ],DEBUG,[Thread-956],com.cisco.nm.xms.xdi.transport.cmdsvc.LogAdapter,debug,31,Checking for user prompt : Username:*
    [ Fri Aug 26  11:30:26 CEST 2011 ],DEBUG,[Thread-956],com.cisco.nm.xms.xdi.transport.cmdsvc.LogAdapter,debug,31,Checking for password prompt : Password: *
    and look like RME is able to login to device as well now :-
    [ Fri Aug 26  11:29:11 CEST 2011 ],DEBUG,[Thread-956],com.cisco.nm.xms.xdi.transport.cmdsvc.LogAdapter,debug,31,State traversal for telnet login:
    [ Fri Aug 26  11:29:11 CEST 2011 ],DEBUG,[Thread-956],com.cisco.nm.xms.xdi.transport.cmdsvc.LogAdapter,debug,31,Connected
    [ Fri Aug 26  11:29:11 CEST 2011 ],DEBUG,[Thread-956],com.cisco.nm.xms.xdi.transport.cmdsvc.LogAdapter,debug,31,Verify
    [ Fri Aug 26  11:29:11 CEST 2011 ],DEBUG,[Thread-956],com.cisco.nm.xms.xdi.transport.cmdsvc.LogAdapter,debug,31,Success
    [ Fri Aug 26  11:29:11 CEST 2011 ],DEBUG,[Thread-956],com.cisco.nm.xms.xdi.transport.cmdsvc.LogAdapter,debug,31,login succeeded
    Kindly run the credentials verification job and let me know the results --> Is the device still failing for the telnet and enable password ?
    Also navigate to CSCOpx\objects\cmf\data and uncomment the following on file cmdsvc.properties like this :-
    InitialTransportTimeout=50000
    TransportTimeout=90000
    TuneSleepMillis=3000
    DelayAfterConnect=1000
    LMS was not able to login to device successfully yet or it could be timeout issue. After this LMS try to get the config of the device using SNMP and tftp, but look like tftp is blocked in network too, See this :-
    [ Fri Aug 26  11:31:04 CEST 2011 ],DEBUG,[Thread-956],com.cisco.nm.xms.xdi.pkgs.SharedDcmaGeneric.transport.GenericTftpOperator,fetchConfig,170,Initialized SNMP
    [ Fri Aug 26  11:31:04 CEST 2011 ],DEBUG,[Thread-956],com.cisco.nm.xms.xdi.pkgs.LibCommon.snmp.ConfigCopyMib,copyFromRunning,119,FileName= 20110826113104185-10.13.192.9.cfg tftpDir =  User =  password =  serverAddr = 10.1.3.156
    [ Fri Aug 26  11:31:04 CEST 2011 ],DEBUG,[Thread-956],com.cisco.nm.xms.xdi.pkgs.LibCommon.snmp.ConfigCopyMib,copyFromRunning,130,Cannot create variable binding list com.cisco.nm.lib.snmp.lib.SnmpException: SnmpResponseGenErr on 10.13.192.9 while performing SnmpSet at index = 0
    [ Fri Aug 26  11:31:04 CEST 2011 ],DEBUG,[Thread-956],com.cisco.nm.xms.xdi.pkgs.SharedDcmaGeneric.transport.GenericTftpOperator,fetchConfig,182,Fetch completed
    [ Fri Aug 26  11:31:04 CEST 2011 ],DEBUG,[Thread-956],com.cisco.nm.xms.xdi.pkgs.SharedDcmaGeneric.transport.GenericTftpOperator,fetchConfig,190,PRIMARY-RUNNING config Fetch Operation failed
    [ Fri Aug 26  11:31:04 CEST 2011 ],DEBUG,[Thread-956],com.cisco.nm.xms.xdi.pkgs.SharedDcmaGeneric.transport.GenericTftpOperator,fetchConfig,196,PRIMARY-RUNNING config Fetch Operation failed for TFTP. java.lang.Exception: PRIMARY-RUNNING config Fetch Operation failed for TFTP.
        at com.cisco.nm.xms.xdi.pkgs.SharedDcmaGeneric.transport.GenericTftpOperator.fetchConfig(GenericTftpOperator.java:192)
        at com.cisco.nm.xms.xdi.pkgs.SharedDcmaGeneric.transport.GenericTftpOperator.fetchConfig(GenericTftpOperator.java:93)
        at com.cisco.nm.xms.xdi.pkgs.LibDcma.persistor.SimpleFetchOperation.performOperation(SimpleFetchOperation.java:61)
        at com.cisco.nm.xms.xdi.pkgs.LibDcma.persistor.ConfigOperation.doConfigOperation(ConfigOperation.java:111)
        at com.cisco.nm.xms.xdi.pkgs.SharedDcmaGeneric.transport.GenericConfigOperator.fetchConfig(GenericConfigOperator.java:72)
        at com.cisco.nm.rmeng.dcma.configmanager.ConfigManager.updateArchiveForDevice(ConfigManager.java:1317)
        at com.cisco.nm.rmeng.dcma.configmanager.ConfigManager.performCollection(ConfigManager.java:3307)
        at com.cisco.nm.rmeng.dcma.configmanager.CfgUpdateThread.run(CfgUpdateThread.java:27)
    So, in summary, kindly edit the cmdsvc.properties file and make the changes as I suggested . Also let me know the results of the credentials verification job and run the packet capture while running the credentials verification job.
    Many Thanks,
    Gaganjeet

  • OMS Config Assistant fails with OUI-25031

    Hello,
    I am trying to install OEM 10.2.0.1 GC on a Solaris 5.10 (Solaris 5.9 too) box, using an existing DB which is a 10.1.0.4 on HPUX Itanium 11.23.
    It keeps failing with OUI-25031 at the OMS Config. Assistant.
    I have tried all the suggestions:
    - SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER=OFF
    - setting the locale to C in the /etc/default/init file
    - using IP instead of hostname
    Has anyone found the solution to this?
    Thanks,
    Gina

    Damien,
    Yes, during the install I entered the full path.
    mnazim,
    Here is the log. FYI: this is an HA env. The virtual host is vhoem. The physical host is phoem1.
    ---CfmLogger...log----
    INFO: Creating new CFM connection
    INFO: Creating a new logger for encap_oms
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/encap_oms.1_0_0_0_0.xml
    INFO: Creating a new logger for oracle.sysman.top.oms
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.sysman.top.oms.10_2_0_1_0.xml
    INFO: Creating a new logger for oracle.sysman.top.agent
    INFO: Unmarshalling /data1/app/oem/10.2/agent10g/inventory/ContentsXML/ConfigXML/oracle.sysman.top.agent.10_2_0_1_0.xml
    INFO: Creating a new logger for oracle.calypso
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.calypso.10_1_2_1_0.xml
    INFO: Creating a new logger for oracle.java.j2ee.iascfg
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.java.j2ee.iascfg.10_1_2_1_0.xml
    INFO: Creating a new logger for oracle.apache.apache
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.apache.apache.1_3_31_0_0.xml
    INFO: Creating a new logger for oracle.oid.oradas
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.oid.oradas.10_1_2_1_0.xml
    INFO: Creating a new logger for oracle.iappserver.iasobject
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.iappserver.iasobject.10_1_2_0_2.xml
    INFO: Creating a new logger for oracle.apache
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.apache.10_1_2_1_0.xml
    INFO: Creating a new logger for oracle.iappserver.iapptop
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.iappserver.iapptop.10_1_2_0_2.xml
    INFO: Creating a new logger for oracle.rdbms.jazn.config
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.rdbms.jazn.config.10_1_2_0_2.xml
    INFO: Creating a new logger for oracle.iappserver.repository.api
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.iappserver.repository.api.10_1_2_0_2.xml
    INFO: Creating a new logger for oracle.iappserver.iappcore
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.iappserver.iappcore.10_1_2_0_2.xml
    INFO: No description found in /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML for aggregate=oracle.sysman.top.agent
    INFO: Creating a new logger for OuiConfigVariables
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/OuiConfigVariables.1_0_0_0_0.xml
    INFO: Creating a new logger for OuiConfigVariables
    INFO: Unmarshalling /data1/app/oem/10.2/agent10g/inventory/ContentsXML/ConfigXML/OuiConfigVariables.1_0_0_0_0.xml
    INFO: Aggregate Description encap_oms:1.0.0.0.0:common successfully loaded
    INFO: Aggregate Description oracle.sysman.top.oms:10.2.0.1.0:common successfully loaded
    INFO: Aggregate Description oracle.sysman.top.agent:10.2.0.1.0:common successfully loaded
    INFO: Aggregate Description oracle.calypso:10.1.2.1.0:common successfully loaded
    INFO: Aggregate Description oracle.java.j2ee.iascfg:10.1.2.1.0:common successfully loaded
    INFO: Aggregate Description oracle.apache.apache:1.3.31.0.0:common successfully loaded
    INFO: Aggregate Description oracle.oid.oradas:10.1.2.1.0:common successfully loaded
    INFO: Aggregate Description oracle.iappserver.iasobject:10.1.2.0.2:common successfully loaded
    INFO: Aggregate Description oracle.apache:10.1.2.1.0:common successfully loaded
    INFO: Aggregate Description oracle.iappserver.iapptop:10.1.2.0.2:common successfully loaded
    INFO: Aggregate Description oracle.rdbms.jazn.config:10.1.2.0.2:common successfully loaded
    INFO: Aggregate Description oracle.iappserver.repository.api:10.1.2.0.2:common successfully loaded
    INFO: Aggregate Description oracle.iappserver.iappcore:10.1.2.0.2:common successfully loaded
    INFO: Aggregate Description OuiConfigVariables:1.0.0.0.0:common successfully loaded
    INFO: Aggregate Description OuiConfigVariables:1.0.0.0.0:common successfully loaded
    INFO: Successfully returning from CfmFactory.connect()
    INFO: encap_oms:IAction.perform() was called on {Action state:configuration in CfmAggregateInstance: encap_oms:1.0.0.0.0:common:fami
    ly=CFM:oh=/data1/app/oem/10.2/oms10g:label=-1}
    INFO: CfwProgressMonitor:actionProgress:About to perform Action=configuration Status=is running with ActionStep=0 stepIndex=0 microS
    tep=0
    WARNING: Unexpected value for property os.name=SunOS; using "env" to retrieve environment variables
    INFO: oracle.java.j2ee.iascfg:About to execute plug-in OC4J Configuration Assistant
    INFO: oracle.java.j2ee.iascfg:The plug-in OC4J Configuration Assistant is running
    INFO: oracle.java.j2ee.iascfg:Launching CmdExec
    INFO: oracle.java.j2ee.iascfg:ExitCode=0
    INFO: oracle.java.j2ee.iascfg:The plug-in OC4J Configuration Assistant executed as attached=true in separate process with exitcode=0
    INFO: oracle.java.j2ee.iascfg:The plug-in OC4J Configuration Assistant has successfully been performed
    INFO: oracle.apache.apache:About to execute plug-in HTTP Server Configuration Assistant
    INFO: oracle.apache.apache:The plug-in HTTP Server Configuration Assistant is running
    INFO: oracle.apache.apache:Launching CmdExec
    INFO: oracle.apache.apache:ExitCode=0
    INFO: oracle.apache.apache:The plug-in HTTP Server Configuration Assistant executed as attached=true in separate process with exitco
    de=0
    INFO: oracle.apache.apache:The plug-in HTTP Server Configuration Assistant has successfully been performed
    INFO: oracle.rdbms.jazn.config:About to execute plug-in Java Security Configuration Assistant
    INFO: oracle.rdbms.jazn.config:The plug-in Java Security Configuration Assistant is running
    INFO: oracle.rdbms.jazn.config:Launching CmdExec
    INFO: oracle.rdbms.jazn.config:ExitCode=0
    INFO: oracle.rdbms.jazn.config:The plug-in Java Security Configuration Assistant executed as attached=true in separate process with
    exitcode=0
    INFO: oracle.rdbms.jazn.config:The plug-in Java Security Configuration Assistant has successfully been performed
    INFO: oracle.calypso:About to execute plug-in Web Cache Configuration Assistant
    INFO: oracle.calypso:The plug-in Web Cache Configuration Assistant is running
    INFO: oracle.calypso:Launching CmdExec
    INFO: oracle.calypso:ExitCode=0
    INFO: oracle.calypso:The plug-in Web Cache Configuration Assistant executed as attached=true in separate process with exitcode=0
    INFO: oracle.calypso:The plug-in Web Cache Configuration Assistant has successfully been performed
    INFO: oracle.iappserver.iappcore:About to execute plug-in Oracle Application Server Instance Configuration Assistant
    INFO: oracle.iappserver.iappcore:The plug-in Oracle Application Server Instance Configuration Assistant is running
    INFO: oracle.iappserver.iappcore:Launching CmdExec
    INFO: oracle.iappserver.iappcore:ExitCode=0
    INFO: oracle.iappserver.iappcore:The plug-in Oracle Application Server Instance Configuration Assistant executed as attached=true in
    separate process with exitcode=0
    INFO: oracle.iappserver.iappcore:The plug-in Oracle Application Server Instance Configuration Assistant has successfully been perfor
    med
    INFO: oracle.iappserver.iapptop:About to execute plug-in OC4J Instance Configuration Assistant
    INFO: oracle.iappserver.iapptop:The plug-in OC4J Instance Configuration Assistant is running
    INFO: oracle.iappserver.iapptop:Launching CmdExec
    INFO: oracle.iappserver.iapptop:ExitCode=0
    INFO: oracle.iappserver.iapptop:The plug-in OC4J Instance Configuration Assistant executed as attached=true in separate process with
    exitcode=0
    INFO: oracle.iappserver.iapptop:The plug-in OC4J Instance Configuration Assistant has successfully been performed
    INFO: oracle.iappserver.iapptop:About to execute plug-in Register DCM Plug-Ins With EM
    INFO: oracle.iappserver.iapptop:The plug-in Register DCM Plug-Ins With EM is running
    INFO: oracle.iappserver.iapptop:Launching CmdExec
    INFO: oracle.iappserver.iapptop:ExitCode=0
    INFO: oracle.iappserver.iapptop:The plug-in Register DCM Plug-Ins With EM executed as attached=true in separate process with exitcod
    e=0
    INFO: oracle.iappserver.iapptop:The plug-in Register DCM Plug-Ins With EM has successfully been performed
    INFO: oracle.iappserver.iapptop:About to execute plug-in DCM Repository Backup Assistant
    INFO: oracle.iappserver.iapptop:The plug-in DCM Repository Backup Assistant is running
    INFO: oracle.iappserver.iapptop:Launching CmdExec
    INFO: oracle.iappserver.iapptop:ExitCode=0
    INFO: oracle.iappserver.iapptop:The plug-in DCM Repository Backup Assistant executed as attached=true in separate process with exitc
    ode=0
    INFO: oracle.iappserver.iapptop:The plug-in DCM Repository Backup Assistant has successfully been performed
    INFO: oracle.sysman.top.oms:About to execute plug-in EM Technology Stack Upgrade
    INFO: oracle.sysman.top.oms:The plug-in EM Technology Stack Upgrade is running
    INFO: oracle.sysman.top.oms:Launching CmdExec
    INFO: oracle.sysman.top.oms:ExitCode=0
    INFO: oracle.sysman.top.oms:The plug-in EM Technology Stack Upgrade executed as attached=true in separate process with exitcode=0
    INFO: oracle.sysman.top.oms:The plug-in EM Technology Stack Upgrade has successfully been performed
    INFO: oracle.sysman.top.oms:About to execute plug-in OMS Configuration
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration is running
    INFO: oracle.sysman.top.oms:Internal PlugIn Class: oracle.sysman.emcp.oms.OmsPlugIn
    INFO: oracle.sysman.top.oms:Classpath = /data1/app/oem/10.2/oms10g/sysman/jlib/omsPlug.jar:/data1/app/oem/10.2/oms10g/jlib/emConfigI
    nstall.jar:/data1/app/oem/10.2/oms10g/sysman/jlib/emCORE.jar:/data1/app/oem/10.2/oms10g/sysman/jlib/emagentSDK.jar:/data1/app/oem/10
    .2/oms10g/sysman/jlib/log4j-core.jar:/data1/app/oem/10.2/oms10g/jdbc/lib/classes12.jar
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:CfmLogger array of log directories 0:dir entry=/data
    1/app/oem/10.2/oms10g/cfgtoollogs/cfgfw
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:CfmLogger array of log directories=1:using first ent
    ry=/data1/app/oem/10.2/oms10g/cfgtoollogs/cfgfw
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:Invoked with Installation_Type=NOSEED, flags and con
    ditions are set for Windows=false
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Starting EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=configu
    ration in step=2:microstep=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:perform:omsHome=/data1/app/oem/10.2/oms10g:ORACLE_H
    OME_GLOBAL=/data1/app/oem/10.2/oms10g:Flags:NEED_OMS=true:omsService=true:startSevice=false:stopService=false
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrR
    eposPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:getConnection:Connecting as user=SYSMAN
    WARNING: oracle.sysman.top.oms:getConnection::Connection refused:vhoem.citi.org:1540:OEMDB:Exception=ORA-01017: invalid username/pas
    sword; logon denied
    INFO: oracle.sysman.top.oms:Failed to connect to Database for s_reposUser=sysman, s_reposPwd=********, connectString=vhoem.citi.org:
    1540:OEMDB. ConnectException=ORA-01017: invalid username/password; logon denied
    Will retry as SYS user...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrS
    ysPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:getConnection:Connecting as user SYS for internal logon as SY
    SDBA
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Result Set from Database for nodes and sids is processed for
    dbUser=SYS, s_reposPwd=********, connectString=vhoem.citi.org:1540:OEMDB
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:fixNodeNames:From Template=vhoem.citi.org:Domain extracted=.c
    iti.org
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:fixNodeNames:Host Name=phoem1:Would be augmented with .citi.o
    rg
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:mkDescriptor:Connect Descriptor created=(DESCRIPTION=(ADDRESS
    LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=phoem1.citi.org)(PORT=1540)))(CONNECTDATA=(SID=OEMDB)))
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:perform:Performing Action=configuration with option
    s = Specified: -configureOms in OracleHome=/data1/app/oem/10.2/oms10g
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation Stopping OPMN Processes is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/data1/app/oem/
    10.2/oms10g/opmn/bin/opmnctl stopall
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/data1/app/oem/10.2/oms10g/opmn/b
    in/opmnctl stopall have completed with exitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    opmnctl: stopping opmn and all managed processes...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 0 have been completed
    with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation EM Deploying is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/data1/app/oem/
    10.2/oms10g/bin/EMDeploy
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/data1/app/oem/10.2/oms10g/bin/EM
    Deploy have completed with exitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    Environment :
    ORACLE HOME = /data1/app/oem/10.2/oms10g
    STAGE DIR = /data1/app/oem/10.2/oms10g/j2ee/OC4J_EM/applications/em
    TEMP DIR = /tmp
    PSEP = :
    Info : /data1/app/oem/10.2/oms10g/lib/ojsp.jar does not exist
    Info : /data1/app/oem/10.2/oms10g/lib/ojsputil.jar does not exist
    Info : /data1/app/oem/10.2/oms10g/syndication/lib/syndserver.jar does not exist
    Info : /data1/app/oem/10.2/oms10g/rdbms/jlib/xsu12.jar does not exist
    Info : /data1/app/oem/10.2/oms10g/network/jlib/netcfg4em12.jar does not exist
    Info : /data1/app/oem/10.2/oms10g/encryption/jlib/ojmisc.jar does not exist
    adding <classpath path="/data1/app/oem/10.2/oms10g/lib/ojsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/webservices/lib/wsdl.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/lib/dsv2.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/lib/classgen.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/rdbms/jlib/jmscommon.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/lib/ojsputil.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/lib/oraclexsql.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/jlib/providerutil.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/syndication/lib/syndserver.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/lib/xschema.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/rdbms/jlib/xsu12.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/jlib/regexp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/oui/jlib/OraInstaller.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/network/jlib/netcfg4em12.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/encryption/jlib/ojmisc.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/jlib/orai18n.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/portal/jlib/pdkjava.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/portal/jlib/ptlshare.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/jlib/share.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/jlib/uix2.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/jlib/ohw.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/jlib/commons-el.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/jlib/jsp-el-api.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/jlib/oracle-el.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emCORE.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emCfg.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emPid.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emProvisioningAll.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emSDKsamples.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emcliload.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emclidownload.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emcoreALL.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emcoreAgent.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emcoreTest.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emcore_emjsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emcore_emjspf_classes.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emdloader.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emagentSDK.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emagentTest.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/iview.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/jviewsall.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/qsma.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/svgdom.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/omsPlug.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/lib/xml.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/lib/xmlmesg.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/jcb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/log4j-core.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/jlib/emConfigInstall.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emDB.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emdb_emjsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/ewm-1_1.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emas.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emasSDK.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emas_emdjsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emas_emjsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emd_java.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/webapps/emd/WEB-INF/lib/iview.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emcs_emdjsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emcs_emjsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emcs.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emcsSDK.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/empp_emjsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/pafALL.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/pafJAXB.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_workspaces_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/um.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/ultrasearch_gc.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/esldap.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/escommon.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/esemres.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/ocscommon.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/ocsaddressbook.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/esadmin.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/collabsuiteuser.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/ocsclient_gc.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_mcs_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_files_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_discussions_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_wireless_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_ifs_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_repserv_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_repserv_em.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_repserv_emjsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_portal_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_portal_em.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_portal_emjsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_integrationbpm_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_integic_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_integb2b_engine_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_integb2b_instance_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_forms_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_sso_emjsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_sso_server_em.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_sso_server_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_bc4j_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/o0 [main] DEBUG emSDK.util.help - processing config file locale : _en_US
    40 [main] DEBUG emSDK.util.help - processing config file locale : _de
    58 [main] DEBUG emSDK.util.help - processing config file locale : _es
    83 [main] DEBUG emSDK.util.help - processing config file locale : _fr
    101 [main] DEBUG emSDK.util.help - processing config file locale : _ja
    121 [main] DEBUG emSDK.util.help - processing config file locale : _ko
    135 [main] DEBUG emSDK.util.help - processing config file locale : _pt_BR
    154 [main] DEBUG emSDK.util.help - processing config file locale : _zh_CN
    170 [main] DEBUG emSDK.util.help - processing config file locale : _zh_TW
    199 [main] DEBUG emSDK.util.help - processing config file locale : _it
    Reading ini file - '/data1/app/oem/10.2/oms10g/j2ee/deploy.ini'
    Adding web-app 'em.war' for app 'em'.
    OC4J instance 'OC4J_EM': Adding Environment variable 'LD_LIBRARY_PATH' with value '/data1/app/oem/10.2/oms10g/lib32:/data1/app/oem/
    10.2/oms10g/network/lib32'
    OC4J instance 'OC4J_EM': Adding Environment variable 'ORACLE_HOME' with value '/data1/app/oem/10.2/oms10g'
    OC4J instance 'OC4J_EM': Adding java command line option '-Xmx512M -XX:MaxPermSize=256m -DORACLE_HOME=/data1/app/oem/10.2/oms10g -D
    ajp.keepalive=true'
    Adding web-app 'RlmUIX.war' for app 'rlmgr'.
    Adding web-app 'EMAgentPush.war' for app 'EMAgentPush'.
    Initializing DCM...done.
    Creating OC4J instance 'OC4J_EMPROV' (protected)...done.
    Creating OC4J instance 'OC4J_EM' (protected)...done.
    Starting OC4J instance 'OC4J_EMPROV'...done.
    Redeploying application 'EMAgentPush' to OC4J instance 'OC4J_EMPROV'.
    Notification ==> Application Deployer for EMAgentPush STARTS [ 2006-11-02T15:20:31.533EST ]
    Notification ==> Undeploy previous deployment
    Notification ==> Removing files for app file:/data1/app/oem/10.2/oms10g/j2ee/OC4J_EMPROV/applications/EMAgentPush.ear
    Notification ==> Copy the archive to /data1/app/oem/10.2/oms10g/j2ee/OC4J_EMPROV/applications/EMAgentPush.ear
    Notification ==> Unpack EMAgentPush.ear begins...
    Notification ==> Unpack EMAgentPush.ear ends...
    Notification ==> Initialize EMAgentPush.ear begins...
    Notification ==> Initialize EMAgentPush.ear ends...
    Notification ==> Initialize EMAgentPush begins...
    Notification ==> Initialize EMAgentPush ends...
    Notification ==> Application Deployer for EMAgentPush COMPLETES [ 2006-11-02T15:20:38.752EST ]
    Starting OC4J instance 'OC4J_EM'...done.
    Redeploying application 'rlmgr' to OC4J instance 'OC4J_EM'.
    Notification ==> Application Deployer for rlmgr STARTS [ 2006-11-02T15:20:44.464EST ]
    Notification ==> Undeploy previous deployment
    Notification ==> Removing files for app file:/data1/app/oem/10.2/oms10g/j2ee/OC4J_EM/applications/rlmgr.ear
    Notification ==> Copy the archive to /data1/app/oem/10.2/oms10g/j2ee/OC4J_EM/applications/rlmgr.ear
    Notification ==> Unpack rlmgr.ear begins...
    Notification ==> Unpack rlmgr.ear ends...
    Notification ==> Initialize rlmgr.ear begins...
    Notification ==> Initialize rlmgr.ear ends...
    Notification ==> Initialize RlmUIX begins...
    Notification ==> Initialize RlmUIX ends...
    Notification ==> Application Deployer for rlmgr COMPLETES [ 2006-11-02T15:20:47.754EST ]
    Redeploying application 'em' to OC4J instance 'OC4J_EM'.
    Notification ==> Application Deployer for em STARTS [ 2006-11-02T15:20:47.777EST ]
    Notification ==> Undeploy previous deployment
    Notification ==> Removing files for app file:/data1/app/oem/10.2/oms10g/j2ee/OC4J_EM/applications/em.ear
    Notification ==> Copy the archive to /data1/app/oem/10.2/oms10g/j2ee/OC4J_EM/applications/em.ear
    Notification ==> Unpack em.ear begins...
    Notification ==> Unpack em.ear ends...
    Notification ==> Initialize em.ear begins...
    Notification ==> Initialize em.ear ends...
    Notification ==> Initialize em begins...
    Notification ==> Initialize em ends...
    Notification ==> Application Deployer for em COMPLETES [ 2006-11-02T15:21:19.543EST ]
    Calling updateConfig to notify DCM of new deployments...done.
    Adding dependent libraries for application 'EMAgentPush'...done.
    Adding OC4J mount points for application 'EMAgentPush'...done.
    Adding OC4J mount points for application 'rlmgr'...done.
    Adding OC4J mount points for application 'em'...done.
    Calling SMI to save changes.
    SMISession.saveChanges succeeded.
    Binding web app 'EMAgentPush' to default-web-site for application 'EMAgentPush' in OC4J instance 'OC4J_EMPROV'
    Web app 'EMAgentPush' bound successfully.
    Binding web app 'RlmUIX' to default-web-site for application 'rlmgr' in OC4J instance 'OC4J_EM'
    Web app 'RlmUIX' bound successfully.
    Binding web app 'em' to default-web-site for application 'em' in OC4J instance 'OC4J_EM'
    Web app 'em' bound successfully.
    Calling updateConfig to notify DCM of new web-bindings...done.
    Adding application 'EMAgentPush' to the DCM repository...done.
    Application 'EMAgentPush' deployed successfully.
    Stopping OC4J instance 'OC4J_EMPROV'...done.
    Adding application 'rlmgr' to the DCM repository...done.
    Application 'rlmgr' deployed successfully.
    Adding application 'em' to the DCM repository...done.
    Application 'em' deployed successfully.
    Stopping OC4J instance 'OC4J_EM'...done.
    Calling SMI to retry init of failed plugins...done.
    Terminating DCM...done.
    Copying /data1/app/oem/10.2/oms10g/j2ee/deploy.ini to /data1/app/oem/10.2/oms10g/j2ee/deploy.ini.1162498949053.bak.
    Writing any undeployed entries back to /data1/app/oem/10.2/oms10g/j2ee/deploy.ini.
    Oc4jDeploy tool completed successfully!
    em/10.2/oms10g/sysman/jlib/j2ee/oracle_discoverer_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_integrationbam_rb.jar"/> to orion-web.xml
    exeuting cmd line : /data1/app/oem/10.2/oms10g/jdk/bin/java -classpath /data1/app/oem/10.2/oms10g/sysman/jlib/emCORE.jar:/data1/app/
    oem/10.2/oms10g/sysman/jlib/emagentSDK.jar:/data1/app/oem/10.2/oms10g/sysman/jlib/log4j-core.jar oracle.sysman.emSDK.util.help.Build
    MasterHelpSet /data1/app/oem/10.2/oms10g/j2ee/OC4J_EM/applications/em/em
    exeuting cmd line : /data1/app/oem/10.2/oms10g/jdk/bin/jar cfM /tmp/em/em.war *
    exeuting cmd line : /data1/app/oem/10.2/oms10g/jdk/bin/jar cfM /data1/app/oem/10.2/oms10g/lib/em.ear em.war META-INF
    exeuting cmd line : /data1/app/oem/10.2/oms10g/jdk/bin/java -Xmx512M -DemLocOverride=/data1/app/oem/10.2/oms10g -Djava.net.preferIPv
    4Stack=true -classpath /data1/app/oem/10.2/oms10g/dcm/lib/dcm.jar:/data1/app/oem/10.2/oms10g/jlib/emConfigInstall.jar:/data1/app/oem
    /10.2/oms10g/lib/classes12.zip:/data1/app/oem/10.2/oms10g/lib/dms.jar:/data1/app/oem/10.2/oms10g/j2ee/home/oc4j.jar:/data1/app/oem/1
    0.2/oms10g/lib/xschema.jar:/data1/app/oem/10.2/oms10g/lib/xmlparserv2.jar:/data1/app/oem/10.2/oms10g/opmn/lib/ons.jar:/data1/app/oem
    /10.2/oms10g/dcm/lib/oc4j_deploy_tools.jar oracle.j2ee.tools.deploy.Oc4jDeploy -oraclehome /data1/app/oem/10.2/oms10g -verbose -inif
    ile /data1/app/oem/10.2/oms10g/j2ee/deploy.ini -redeploy
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 1 have been completed
    with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 2 have been completed
    with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation Creating OMS Respository is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrS
    ysPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrR
    eposPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrM
    etalinkPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrP
    roxyPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/data1/app/oem/
    10.2/oms10g/sysman/admin/emdrep/bin/RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=vhoem.citi.org)(PORT
    =1540)))(CONNECT_DATA=(SID=OEMDB))) -action drop -repos_user SYSMAN -output_file /data1/app/oem/10.2/oms10g/sysman/log/emca_repos_dr
    op15_22_29.log
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/data1/app/oem/10.2/oms10g/sysman
    /admin/emdrep/bin/RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=vhoem.citi.org)(PORT=1540)))(CONNECT_D
    ATA=(SID=OEMDB))) -action drop -repos_user SYSMAN -output_file /data1/app/oem/10.2/oms10g/sysman/log/emca_repos_drop15_22_29.log ha
    ve completed with exitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    Enter SYS user's password :
    Getting temporary tablespace from database...
    Found temporary tablespace: TEMP
    Checking SYS Credentials ... OK.
    Dropping the repository..
    Quiescing DB ... Failed.
    Checking for Repos User ... Exists.
    Repos User exists..
    Clearing EM Contexts ... OK.
    Dropping EM users ...
    Done.
    Dropping Repos User ... Done.
    Dropping Roles/Synonymns/Tablespaces ... Done.
    Unquiescing DB ... Done.
    Dropped Repository Successfully.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    stty: : Invalid argument
    stty: : Invalid argument
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/data1/app/oem/
    10.2/oms10g/sysman/admin/emdrep/bin/RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=vhoem.citi.org)(PORT
    =1540)))(CONNECT_DATA=(SID=OEMDB))) -action create -repos_user SYSMAN -metalink_username NOTAVAILABLE_ -output_file /data1/app/oem
    /10.2/oms10g/sysman/log/emca_repos_create15_23_44.log -ecm_datafile /data3/oradata/OEMDB/mgmt_ecm_depot1.dbf -datafile /data2/oradat
    a/OEMDB/mgmt.dbf
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/data1/app/oem/10.2/oms10g/sysman
    /admin/emdrep/bin/RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=vhoem.citi.org)(PORT=1540)))(CONNECT_D
    ATA=(SID=OEMDB))) -action create -repos_user SYSMAN -metalink_username NOTAVAILABLE_ -output_file /data1/app/oem/10.2/oms10g/sysma
    n/log/emca_repos_create15_23_44.log -ecm_datafile /data3/oradata/OEMDB/mgmt_ecm_depot1.dbf -datafile /data2/oradata/OEMDB/mgmt.dbf
    have completed with exitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'The OutputFile is too big to be read in memory! Check LogFile=/data1/app/oem/10.2/oms10g/sysman/log/emca_repos_create15_23_44.log
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    stty: : Invalid argument
    stty: : Invalid argument
    stty: : Invalid argument
    stty: : Invalid argument
    stty: : Invalid argument
    stty: : Invalid argument
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 3 have been completed
    with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation Configuring OMS is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:Provided ConsolePort=4889
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:emoms.properties are being instantiated f
    or consolePort=4889
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:Processing emailSelected=false,emailServe
    r=,emailAddress=
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:Secure Properties are being instantiated
    by ConfigManager
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrR
    eposPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/data1/app/oem/
    10.2/oms10g/bin/emctl secure status oms
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/data1/app/oem/10.2/oms10g/bin/em
    ctl secure status oms have completed with exitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    Oracle Enterprise Manager 10g Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Checking the security status of the OMS at location set in /data1/app/oem/10.2/oms10g/sysman/config/emoms.properties... Done.
    OMS is running but has not been secured. No HTTPS Port available.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:secureOms:Oms security setting is=false. The Configuration De
    fault for OMS to be Secure and Lock Requests option is=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrR
    eposPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrS
    ecurePwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/data1/app/oem/
    10.2/oms10g/bin/emctl config emkey -repos -force
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    INFO: oracle.sysman.top.oms:Error processing emkey command 1 from repository = /data1/app/oem/10.2/oms10g/cfgtoollogs/cfgfw/emctl_cm
    d_15_33_53.log
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/data1/app/oem/10.2/oms10g/bin/em
    ctl config emkey -repos -force have completed with exitCode=1
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    Oracle Enterprise Manager 10g Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Please enter repository password:
    Invalid Password
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    stty: : Invalid argument
    stty: : Invalid argument
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:getEmKey:OMS Service command=config emkey -repos -force:retur
    ned:
    INFO: oracle.sysman.top.oms:Error processing emkey command config emkey -repos -force from repository =
    ExitCode=1
    Processing stopped!
    INFO: oracle.sysman.top.oms:configureOmsService:Secure Properties failed to be processed by ConfigManager=Error processing emkey com
    mand config emkey -repos -force from repository =
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:run:Processing Exception caught=Error processing emk
    ey command config emkey -repos -force from repository =
    WARNING: oracle.sysman.top.oms:EmcpPlug:startProcessing:Exception in runner=Error processing emkey command config emkey -repos -forc
    e from repository =
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Completed EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=config
    uration in step=2:microstep=0
    INFO: oracle.sysman.top.oms:Internal PlugIn for {Micro Step state:step:2:configuration in CfmAggregateInstance: oracle.sysman.top.om
    s:10.2.0.1.0:common:family=CFM:oh=/data1/app/oem/10.2/oms10g:label=0} failed with an unhandled exception:
    java.lang.Exception: Error processing emkey command config emkey -repos -force from repository =
    at oracle.sysman.emcp.util.EmcpPlug.startProcessing(EmcpPlug.java:397)
    at oracle.sysman.emcp.util.EmcpPlug.invoke(EmcpPlug.java:368)
    at oracle.sysman.emCfg.core.PerformMicroStep.runJavaClass(PerformMicroStep.java:509)
    at oracle.sysman.emCfg.core.PerformMicroStep.executeMicroStep(PerformMicroStep.java:121)
    at oracle.sysman.emCfg.core.ActionPerformer.performMicroStep(ActionPerformer.java:917)
    at oracle.sysman.emCfg.core.ActionPerformer$Performer.run(ActionPerformer.java:1038)
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration has failed its perform method
    INFO: OuiConfigVariables:IAction.perform() was called on {Action state:OUICA in CfmAggregateInstance: OuiConfigVariables:1.0.0.0.0:c
    ommon:family=CFM:oh=/data1/app/oem/10.2/agent10g:label=0}
    INFO: Framework waiting for Action to complete at 15:33:56.142
    INFO: CfwProgressMonitor:actionProgress:About to perform Action=OUICA Status=is running with ActionStep=0 stepIndex=0 microStep=0
    INFO: OuiConfigVariables:About to execute plug-in OUI_CA
    INFO: OuiConfigVariables:The plug-in OUI_CA is running
    INFO: OuiConfigVariables:Launching CmdExec
    INFO: OuiConfigVariables:ExitCode=0
    INFO: OuiConfigVariables:The plug-in OUI_CA executed as attached=true in separate process with exitcode=0
    INFO: OuiConfigVariables:The plug-in OUI_CA has successfully been performed
    INFO: done waiting for Action from 15:33:56.142
    INFO: Cfm.save() was called
    INFO: Cfm.save(): 15 aggregate instances saved
    INFO: encap_oms:IAction.perform() was called on {Action state:configuration in CfmAggregateInstance: encap_oms:1.0.0.0.0:common:fami
    ly=CFM:oh=/data1/app/oem/10.2/oms10g:label=0}
    INFO: CfwProgressMonitor:actionProgress:About to perform Action=configuration Status=is running with ActionStep=0 stepIndex=0 microS
    tep=0
    INFO: oracle.sysman.top.oms:About to execute plug-in OMS Configuration
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration is running
    INFO: oracle.sysman.top.oms:Internal PlugIn Class: oracle.sysman.emcp.oms.OmsPlugIn
    INFO: oracle.sysman.top.oms:Classpath = /data1/app/oem/10.2/oms10g/sysman/jlib/omsPlug.jar:/data1/app/oem/10.2/oms10g/jlib/emConfigI
    nstall.jar:/data1/app/oem/10.2/oms10g/sysman/jlib/emCORE.jar:/data1/app/oem/10.2/oms10g/sysman/jlib/emagentSDK.jar:/data1/app/oem/10
    .2/oms10g/sysman/jlib/log4j-core.jar:/data1/app/oem/10.2/oms10g/jdbc/lib/classes12.jar
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:CfmLogger array of log directories 0:dir entry=/data
    1/app/oem/10.2/oms10g/cfgtoollogs/cfgfw
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:CfmLogger array of log directories=1:using first ent
    ry=/data1/app/oem/10.2/oms10g/cfgtoollogs/cfgfw
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:Invoked with Installation_Type=NOSEED, flags and con
    ditions are set for Windows=false
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Starting EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=configu
    ration in step=2:microstep=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:perform:omsHome=/data1/app/oem/10.2/oms10g:ORACLE_H
    OME_GLOBAL=/data1/app/oem/10.2/oms10g:Flags:NEED_OMS=true:omsService=true:startSevice=false:stopService=false
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrR
    eposPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:getConnection:Connecting as user=SYSMAN
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Result Set from Database for nodes and sids is processed for
    dbUser=sysman, s_reposPwd=******, connectString=vhoem.citi.org:1540:OEMDB
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:fixNodeNames:From Template=vhoem.citi.org:Domain extracted=.c
    iti.org
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:fixNodeNames:Host Name=phoem1:Would be augmented with .citi.o
    rg
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:mkDescriptor:Connect Descriptor created=(DESCRIPTION=(ADDRESS
    LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=phoem1.citi.org)(PORT=1540)))(CONNECTDATA=(SID=OEMDB)))
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:perform:Performing Action=configuration with option
    s = Specified: -configureOms in OracleHome=/data1/app/oem/10.2/oms10g
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation Stopping OPMN Processes is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/data1/app/oem/
    10.2/oms10g/opmn/bin/opmnctl stopall
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/data1/app/oem/10.2/oms10g/opmn/b
    in/opmnctl stopall have completed with exitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    opmnctl: stopping opmn and all managed processes...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 0 have been completed
    with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation EM Deploying is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:deployOms:Already deployed, skipped.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 1 have been completed
    with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 2 have been completed
    with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation Creating OMS Respository is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 3 have been completed
    with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation Configuring OMS is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:Provided ConsolePort=4889
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:emoms.properties are being instantiated f
    or consolePort=4889
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:Processing emailSelected=false,emailServe
    r=,emailAddress=
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:Secure Properties are being instantiated
    by ConfigManager
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrR
    eposPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/data1/app/oem/
    10.2/oms10g/bin/emctl secure status oms
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/data1/app/oem/10.2/oms10g/bin/em
    ctl secure status oms have completed with exitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    Oracle Enterprise Manager 10g Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Checking the security status of the OMS at location set in /data1/app/oem/10.2/oms10g/sysman/config/emoms.properties... Done.
    OMS is running but has not been secured. No HTTPS Port available.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:secureOms:Oms security setting is=false. The Configuration De
    fault for OMS to be Secure and Lock Requests option is=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrR
    eposPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrS
    ecurePwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/data1/app/oem/
    10.2/oms10g/bin/emctl config emkey -repos -force
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    INFO: oracle.sysman.top.oms:Error processing emkey command 1 from repository = /data1/app/oem/10.2/oms10g/cfgtoollogs/cfgfw/emctl_cm
    d_16_21_46.log
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/data1/app/oem/10.2/oms10g/bin/em
    ctl config emkey -repos -force have completed with exitCode=1
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    Oracle Enterprise Manager 10g Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Please enter repository password:
    Invalid Password
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    stty: : Invalid argument
    stty: : Invalid argument
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:getEmKey:OMS Service command=config emkey -repos -force:retur
    ned:
    INFO: oracle.sysman.top.oms:Error processing emkey command config emkey -repos -force from repository =
    ExitCode=1
    Processing stopped!
    INFO: oracle.sysman.top.oms:configureOmsService:Secure Properties failed to be processed by ConfigManager=Error processing emkey com
    mand config emkey -repos -force from repository =
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:run:Processing Exception caught=Error processing emk
    ey command config emkey -repos -force from repository =
    WARNING: oracle.sysman.top.oms:EmcpPlug:startProcessing:Exception in runner=Error processing emkey command config emkey -repos -forc
    e from repository =
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Completed EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=config
    uration in step=2:microstep=0
    INFO: oracle.sysman.top.oms:Internal PlugIn for {Micro Step state:step:2:configuration in CfmAggregateInstance: oracle.sysman.top.om
    s:10.2.0.1.0:common:family=CFM:oh=/data1/app/oem/10.2/oms10g:label=1} failed with an unhandled exception:
    java.lang.Exception: Error processing emkey command config emkey -repos -force from repository =
    at oracle.sysman.emcp.util.EmcpPlug.startProcessing(EmcpPlug.java:397)
    at oracle.sysman.emcp.util.EmcpPlug.invoke(EmcpPlug.java:368)
    at oracle.sysman.emCfg.core.PerformMicroStep.runJavaClass(PerformMicroStep.java:509)
    at oracle.sysman.emCfg.core.PerformMicroStep.executeMicroStep(PerformMicroStep.java:121)
    at oracle.sysman.emCfg.core.ActionPerformer.performMicroStep(ActionPerformer.java:917)
    at oracle.sysman.emCfg.core.ActionPerformer$Performer.run(ActionPerformer.java:1038)
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration has failed its perform method
    INFO: OuiConfigVariables:IAction.perform() was called on {Action state:OUICA in CfmAggregateInstance: OuiConfigVariables:1.0.0.0.0:c
    ommon:family=CFM:oh=/data1/app/oem/10.2/agent10g:label=1}
    INFO: Framework waiting for Action to complete at 16:21:48.962
    INFO: CfwProgressMonitor:actionProgress:About to perform Action=OUICA Status=is running with ActionStep=0 stepIndex=0 microStep=0
    INFO: OuiConfigVariables:About to execute plug-in OUI_CA
    INFO: OuiConfigVariables:The plug-in OUI_CA is running
    INFO: OuiConfigVariables:Launching CmdExec
    INFO: OuiConfigVariables:ExitCode=0
    INFO: OuiConfigVariables:The plug-in OUI_CA executed as attached=true in separate process with exitcode=0
    INFO: OuiConfigVariables:The plug-in OUI_CA has successfully been performed
    INFO: done waiting for Action from 16:21:48.962
    INFO: Cfm.save() was called
    INFO: Cfm.save(): 15 aggregate instances saved

  • Initialize_services.bat failed

    Hi,
    The Initialize_services.bat failed with the following error. Any help? Thanks
    [06.04.12 14:55:38] INFO: [ITLHost] Starting shell utility 'emgr_update_update_m
    gr_settings'.
    [06.04.12 14:55:39] WARNING: An error occurred while attempting to set instance
    configuration in Web Studio. This action requires all locks in Web Studio to be
    available. If the utility log includes errors associated with resource locks, en
    sure that users are out of Web Studio and break locks in Web Studio before re-r
    unning this action.
    [06.04.12 14:55:39] SEVERE: Utility 'emgr_update_update_mgr_settings' failed. Re
    fer to utility logs in [ENDECA_CONF]/logs/shell on host ITLHost.
    Occurred while executing line 5 of valid BeanShell script:
    2|
    3| if (ConfigManager.isWebStudioEnabled()) {
    4| log.info("Updating IAP Workbench configuration...");
    5| ConfigManager.updateWsConfig();
    6| log.info("Finished updating IAP Workbench.");
    7| }
    8|
    [06.04.12 14:55:39] SEVERE: Caught an exception while invoking method 'run' on o
    bject 'InitialSetup'. Releasing locks.
    Caused by java.lang.reflect.InvocationTargetException
    sun.reflect.NativeMethodAccessorImpl invoke0 - null
    Caused by com.endeca.soleng.eac.toolkit.exception.AppControlException
    com.endeca.soleng.eac.toolkit.script.Script runBeanShellScript - Error executing
    valid BeanShell script.
    Caused by com.endeca.soleng.eac.toolkit.exception.EacComponentControlException
    com.endeca.soleng.eac.toolkit.utility.Utility run - Utility 'emgr_update_update_
    mgr_settings' failed. Refer to utility logs in [ENDECA_CONF]/logs/shell on host
    ITLHost.
    Finished updating EAC.
    c:\Endeca\apps\ContentAssemblerRefApp\control>initialize_services.bat

    Hi,
    I was following this guide:
    Oracle Endeca Exper ience
    Manager
    Getting Started Guide
    Version 2.1.2 • March 2012
    So I did not login the workbench yet.
    anyway, I tried to install in another machine which is windows 2008 server R2. and it smooth to deploy the sample application and running now.
    BTW, does experience manager support widows 7 64 bit.
    and where I can find more resources to learn experience manager?
    Thanks.

  • Utility 'emgr_update_update_mgr_settings' failed.

    Hi ,
    I am trying to deploy an application in linux,
    I am getting the below error when i ran initialize services script, I am not able to access the logs, i checked there is no one logged into Workbench at that time.
    [10.18.12 00:35:50] WARNING: An error occurred while attempting to set instance configuration in Web Studio. This action requires all locks in Web Studio to be available. If the utility log includes errors associated with resource locks, ensure that users are out of Web Studio and break locks in Web Studio before re-running this action.
    [10.18.12 00:35:50] SEVERE: Utility 'emgr_update_update_mgr_settings' failed. Refer to utility logs in [ENDECA_CONF]/logs/shell on host ITLHost.
    Occurred while executing line 5 of valid BeanShell script:
    2|
    3| if (ConfigManager.isWebStudioEnabled()) {
    4| log.info("Updating Oracle Endeca Workbench configuration...");
    5| ConfigManager.updateWsConfig();
    6| log.info("Finished updating Oracle Endeca Workbench.");
    7| }
    8|
    [10.18.12 00:35:50] SEVERE: Caught an exception while invoking method 'run' on object 'InitialSetup'. Releasing locks.
    Caused by java.lang.reflect.InvocationTargetException
    sun.reflect.NativeMethodAccessorImpl invoke0 - null
    Caused by com.endeca.soleng.eac.toolkit.exception.AppControlException
    com.endeca.soleng.eac.toolkit.script.Script runBeanShellScript - Error executing valid BeanShell script.
    Caused by com.endeca.soleng.eac.toolkit.exception.EacComponentControlException
    com.endeca.soleng.eac.toolkit.utility.Utility run - Utility 'emgr_update_update_mgr_settings' failed. Refer to utility logs in [ENDECA_CONF]/logs/shell on host ITLHost.

    Check if there are any temp files in <Endeca_Instance>/Workbench/workspace/state/emanager/instances/<app_name>/resources/locks. if there are any files try logging in and break all the locks from Workbench --> Application Settings --> Resource Locks
    Also check the error in [ENDECA_CONF]/logs/shell/<app_name>.emgr_update_update_mgr_settings.log
    HTH
    -Pravin

  • ConfigureListener contextInitialized Critical error during deployment:  com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! javax.faces.el.VariableResolver

    Hi Techies,
    I am facing small problem with deployment thru cosole deployment.. details below.I am using Jdeveloper 11.1.2.1.0 ver.
    I am able to deploy the application thru Jdeveloper Run/Debug Option. But If i create an EAR file and deploying thru server console , then i am getting below error. hence its not deploed.
    .Till yesterday it was working ..Just to day i am facing this issue.What can be the reasons for this ?
    Can anyone help me plz..
    ---------------------- Error Message on log---------------------------------------------------------------------------------
    <ConfigureListener> <contextInitialized> Critical error during deployment:
    com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! javax.faces.el.VariableResolver
      at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:357)
      at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:226)
      at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
      at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
      at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
      at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
      at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
      at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
      at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
      at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
      at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
      at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
      at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
      at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
      at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
      at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.lang.ClassNotFoundException: javax.faces.el.VariableResolver
      at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
      at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
      at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
      at java.lang.ClassLoader.defineClass1(Native Method)
      at java.lang.ClassLoader.defineClassCond(ClassLoader.java:630)
      at java.lang.ClassLoader.defineClass(ClassLoader.java:614)
      at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
      at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:343)
      at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:302)
      at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
      at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
      at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:43)
      at com.sun.faces.util.Util.loadClass(Util.java:291)
      at com.sun.faces.config.processor.AbstractConfigProcessor.loadClass(AbstractConfigProcessor.java:311)
      at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:240)
      at com.sun.faces.config.processor.ApplicationConfigProcessor.addVariableResolver(ApplicationConfigProcessor.java:626)
      at com.sun.faces.config.processor.ApplicationConfigProcessor.process(ApplicationConfigProcessor.java:302)
      at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:114)
      at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:116)
      at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:114)
      at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:216)
      at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:338)
      ... 38 more
    <Jul 25, 2013 8:50:54 PM GMT> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! javax.faces.el.VariableResolver.
    java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! javax.faces.el.VariableResolver
      at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:294)
      at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
      Truncated. see log file for complete stacktrace
    Caused By: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! javax.faces.el.VariableResolver
      at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:357)
      at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:226)
      at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: javax.faces.el.VariableResolver
      at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
      at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
      at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
      Truncated. see log file for complete stacktrace
    >
    <ConfigureListener> <contextDestroyed> Unexpected exception when attempting to tear down the Mojarra runtime
    java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory
      at javax.faces.FactoryFinder$FactoryManager.getFactory(FactoryFinder.java:804)
      at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:306)
      at com.sun.faces.config.InitFacesContext.getApplication(InitFacesContext.java:108)
      at com.sun.faces.config.ConfigureListener.contextDestroyed(ConfigureListener.java:327)
      at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:482)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.EventsManager.notifyContextDestroyedEvent(EventsManager.java:200)
      at weblogic.servlet.internal.WebAppServletContext.destroy(WebAppServletContext.java:3224)
      at weblogic.servlet.internal.ServletContextManager.destroyContext(ServletContextManager.java:247)
      at weblogic.servlet.internal.HttpServer.unloadWebApp(HttpServer.java:461)
      at weblogic.servlet.internal.WebAppModule.destroyContexts(WebAppModule.java:1535)
      at weblogic.servlet.internal.WebAppModule.deactivate(WebAppModule.java:507)
      at weblogic.application.internal.flow.ModuleStateDriver$2.previous(ModuleStateDriver.java:387)
      at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:223)
      at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:215)
      at weblogic.application.internal.flow.ModuleStateDriver.deactivate(ModuleStateDriver.java:141)
      at weblogic.application.internal.flow.ScopedModuleDriver.deactivate(ScopedModuleDriver.java:206)
      at weblogic.application.internal.flow.ModuleListenerInvoker.deactivate(ModuleListenerInvoker.java:261)
      at weblogic.application.internal.flow.DeploymentCallbackFlow$2.previous(DeploymentCallbackFlow.java:547)
      at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:223)
      at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:215)
      at weblogic.application.internal.flow.DeploymentCallbackFlow.deactivate(DeploymentCallbackFlow.java:192)
      at weblogic.application.internal.flow.DeploymentCallbackFlow.deactivate(DeploymentCallbackFlow.java:184)
      at weblogic.application.internal.BaseDeployment$2.previous(BaseDeployment.java:642)
      at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:223)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:63)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
      at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
      at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
      at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
      at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
      at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
      at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
      at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
      at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
      at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
      at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
      at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
      at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
      at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <Jul 25, 2013 8:50:54 PM GMT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1374785326461' for task '2'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: javax.faces.el.VariableResolver
      at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
      at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
      at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
      Truncated. see log file for complete stacktrace
    >
    <Jul 25, 2013 8:50:54 PM GMT> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 1 task for the application 'EmersonMMI_QACerts'.>
    <Jul 25, 2013 8:50:54 PM GMT> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'EmersonMMI_QACerts'.>
    <Jul 25, 2013 8:50:54 PM GMT> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: javax.faces.el.VariableResolver
      at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
      at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
      at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
      Truncated. see log file for complete stacktrace
    >
    <Jul 25, 2013 8:50:55 PM GMT> <Error> <Console> <BEA-240003> <Console encountered the following error weblogic.application.ModuleException:
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
      at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
      at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
      at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
      at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
      at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
      at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
      at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
      at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
      at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
      at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
      at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
      at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
      at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.lang.ClassNotFoundException: javax.faces.el.VariableResolver
      at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
      at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
      at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
      at java.lang.ClassLoader.defineClass1(Native Method)
      at java.lang.ClassLoader.defineClassCond(ClassLoader.java:630)
      at java.lang.ClassLoader.defineClass(ClassLoader.java:614)
      at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
      at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:343)
      at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:302)
      at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
      at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
      at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:43)
      at com.sun.faces.util.Util.loadClass(Util.java:291)
      at com.sun.faces.config.processor.AbstractConfigProcessor.loadClass(AbstractConfigProcessor.java:311)
      at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:240)
      at com.sun.faces.config.processor.ApplicationConfigProcessor.addVariableResolver(ApplicationConfigProcessor.java:626)
      at com.sun.faces.config.processor.ApplicationConfigProcessor.process(ApplicationConfigProcessor.java:302)
      at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:114)
      at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:116)
      at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:114)
      at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:216)
      at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:338)
      at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:226)
      at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)..
    [03:58:26 AM] Deployment cancelled.
    [03:58:26 AM] ----  Deployment incomplete  ----.
    [03:58:26 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Thanks,
    Rajesh

    java.lang.ClassNotFoundException: javax.faces.el.VariableResolver
    Add the jsf-api.jar to the runtime classpath of the server.

  • Com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED!

    Hi,
    I installed new 5158 build and I get this exception wlile trying to run MyApp:
    <Dec 12, 2008 11:58:00 AM CET> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED!
      Source Document: zip:C:/Oracle/Middleware/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/servers/DefaultServer/tmp/_WL_user/MyApp/saai2d/war/WEB-INF/lib/adf-controller.jar!/META-INF/faces-config.xml
      Cause: Class 'oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener' is missing a runtime dependency: java.lang.NoClassDefFoundError: javax/faces/event/PhaseListener.
    com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED!
      Source Document: zip:C:/Oracle/Middleware/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/servers/DefaultServer/tmp/_WL_user/MyApp/saai2d/war/WEB-INF/lib/adf-controller.jar!/META-INF/faces-config.xml
      Cause: Class 'oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener' is missing a runtime dependency: java.lang.NoClassDefFoundError: javax/faces/event/PhaseListener
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:211)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:184)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:465)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         Truncated. see log file for complete stacktrace
    {code}
    This app worked with 5156, any help?
    Pedja                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    java.lang.ClassNotFoundException: javax.faces.el.VariableResolver
    Add the jsf-api.jar to the runtime classpath of the server.

Maybe you are looking for