Configuring Identity Management Components - Error in starting opmn server

Hello,
I have a VM, which is being administered by VMware Lab Manager. The VM is running RHEL 5.1, and has an Oracle 11g database installed.
I am in the process of trying to install and configure Oracle Internet Directory 11g. To do this, I ran the Oracle Fusion Middleware 11g Oracle Identity Management Installer. I selected the "Install Software - Do Not Configure" installation type, and chose to "Configure without a Domain" in order to avoid having to install and administer a WebLogic domain. I set "/data1/u01/app/oracle/product/11.1.1" as the Oracle Middleware Home, and "Oracle_IDM1" as the Oracle Home Directory. (To simplify things below, let ORACLE_IDM_HOME refer to the /data1/u01/app/oracle/product/11.1.1/Oracle_IDM1" directory... understand that no environment variable exists with this name though.) The installation routine ran successfully.
But, I ran into a problem while trying to configure the Oracle Identity Management 11g components. I ran the Oracle Identity Management 11g Release 1 Configuration Wizard (ORACLE_IDM_HOME/bin/config.sh). Here are some of the key configuration values that I entered:
- Oracle Instance Location: /data1/u01/config/oracle/as_admin/asinst_1
- Oracle Instance Name: asinst_1
- Select Domain: Configure without a Domain
- Configure Components: Oracle Internet Directory
- Configure Ports: Auto Port Configuration
- Specify Schema Database: Create Schema
After entering my configuration values and hitting the Configure button, the configuration process started running. Shortly thereafter, under Bootstrap Domain Configuration, "Failed" appeared next to the "Create ASInstance" line, with the following error listed:
{code}
Error creating ASInstance asinst_1
Cause: An internal operation has failed: Error in starting opmn server
Operation aborted because of a system call failure or internal error
{code}
In case it would be helpful, here is the output from the error log for the Oracle Identity Management 11g Configuration Wizard:
{code}
oracle.as.provisioning.util.ConfigException:
Error creating ASInstance asinst_1.
Cause:
An internal operation has failed: Error in starting opmn server
Operation aborted because of a system call failure or internal error
Action:
See logs for more details.
at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:306)
at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:163)
at
oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:114)
at
oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:533)
at
oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:437)
at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:870)
at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:824)
at oracle.as.idm.install.config.BootstrapConfigManager.doExecute(BootstrapConfigManager.java:1256)
at
oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
at
oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
at
oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
at
oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
at
oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
at
oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
at
oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:82)
at java.lang.Thread.run(Thread.java:619)
Caused by: oracle.as.management.opmn.optic.OpticException: Error in starting opmn server
Operation aborted because of a system call failure or internal error
at oracle.as.management.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:255)
at oracle.as.management.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:87)
at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:251)
... 16 more
{code}
To get more information, I tried to manually start the opmn server (I set ORACLE_INSTANCE to "/data1/u01/config/oracle/as_admin/asinst_1" and then ran "./opmnctl start" from the ORACLE_IDM_HOME/opmn/bin directory). As expected, the server failed to start. But, I checked the opmn.out file (in the ORACLE_INSTANCE/diagnostics/logs/OPMN/opmn directory), and found the following error repeated several times:
{code}
OPMN worker process exited with status 8b. Restarting.
OPMN worker process exited with status 8b. Restarting.
OPMN worker process terminated with signal 11 7 times in 10 seconds -- aborting!
{code}
Does anyone know what this error means? I am at a loss as to what to do at this point, so any help would be greatly appreciated.
Thank you!

h1. UPDATE:
I just needed internet access to download the sysstat and compat-db packages, once installed I disconnected from the internet and re-run the installation, once again, it went fine without problems and opmn and OID are up and running. Also, I enabled the firewall which was disabled during the first installation.
Here is the list of packages needed as pre-requisites:
gcc-4.1.0-28.4, gcc-c++-4.1.0-28-4, setarch-1.6-1, libstdc++-4.1.0, libstdc++-devel-4.1.0, compat-libstdc++-2.96, control-center-2.8.0, glibc-common-2.3.4-2.9, binutils-2.16.91, make-3.80 on top of sysstat-5.0.5-1 and compat-db-4.1.25-9.
There are 3 configuration files for opmn: instance.properties, opmn.xml and ports.prop..... and for OID: component-logs.xml
h2. instance.properties:
#These properties are generally used as default values for arguments not specified on the command line. When an argument is provided on the command line, the corresponding property is overwritten in this file.
#Tue Aug 18 19:58:35 MDT 2009
oracleHome=/home/oracle/bea_default/Oracle_IDM1
registered=falseh2. opmn.xml:
<?xml version = '1.0' encoding = 'UTF-8'?>
<opmn xmlns="http://www.oracle.com/ias-instance">
   <log comp="internal;ons;pm" rotation-size="1500000"/>
   <debug comp="" rotation-size="1500000"/>
   <notification-server interface="any">
      <port local="6700" remote="6701"/>
      <ssl enabled="true" wallet-file="/home/oracle/as_admin/asinst_1/config/OPMN/opmn/wallet"/>
   </notification-server>
   <process-manager>
      <process-modules>
         <module path="$ORACLE_HOME/opmn/lib/libopmnohs">
            <module-id id="OHS2"/>
         </module>
         <module path="$ORACLE_HOME/opmn/lib/libopmncustom">
            <module-id id="CUSTOM"/>
         </module>
         <module path="$ORACLE_HOME/opmn/lib/libopmnoid">
            <module-id id="OID"/>
         </module>
         <module path="$ORACLE_HOME/opmn/lib/libopmnbi">
            <module-id id="BIServer"/>
            <module-id id="BIScheduler"/>
            <module-id id="BIPresentationServices"/>
            <module-id id="BIClusterController"/>
            <module-id id="BIJavaHost"/>
         </module>
         <module path="$ORACLE_HOME/opmn/lib/libopmnovd">
            <module-id id="OVD"/>
         </module>
         <module path="$ORACLE_HOME/opmn/lib/libopmnwc">
            <module-id id="WebCache"/>
            <module-id id="WebCache-admin"/>
         </module>
         <module path="$ORACLE_HOME/opmn/lib/libopmnreports">
            <module-id id="ReportsServices"/>
            <module-id id="ReportsBridgeServices"/>
         </module>
         <module path="$ORACLE_HOME/opmn/lib/libopmndisco">
            <module-id id="Disco_ServicesStatus"/>
            <module-id id="Disco_SessionServer"/>
            <module-id id="Disco_PreferenceServer"/>
         </module>
         <module path="$ORACLE_HOME/opmn/lib/libopmnemagent">
            <module-id id="EMAGENT"/>
         </module>
      </process-modules>
      <ias-instance id="asinst_1" name="asinst_1">
        <environment>
           <variable id="TEMP" value="/tmp"/>
           <variable id="TMP" value="/tmp"/>
        </environment>
      <ias-component id="EMAGENT">
  <process-type id="EMAGENT" module-id="EMAGENT">
    <process-set id="EMAGENT" numprocs="1">
      <ping interval="0"/>
    </process-set>
  </process-type>
</ias-component><ias-component id="oid1" type="OID">
  <process-type id="oidmon" module-id="OID">
    <process-set id="OID" numprocs="1">
      <environment>
        <variable id="TNS_ADMIN" value="/home/oracle/as_admin/asinst_1/config"/>
     <variable id="DB_CONNECT_STR" value="OIDDB"/>
      </environment>
      <module-data>
        <category id="oidmon-parameters">
       <data id="start-cmdline-opts" value="connect=$DB_CONNECT_STR opmnuid=true start"/>
       <data id="stop-cmdline-opts" value="connect=$DB_CONNECT_STR opmnuid=true stop"/>
     </category>
      </module-data>
    </process-set>
  </process-type>
  <process-type id="oidldapd" status="phantom">
    <process-set id="oidldapd" status="phantom" numprocs="2"/>
  </process-type>
</ias-component></ias-instance>
      <rmd-definitions>
         <!-- Audit Loader Setup TODO
              Update the interval for Audit Loader to control how frequently
              the Standalone Audit Loader gets invoked (seconds).
         -->
         <rmd name="AuditLoader" interval="315360000">
             <conditional>
                 ({time}>=00:00)
             </conditional>
             <!-- Audit Loader Setup TODO
                  Before Updating the action snippet below, please update the
                  password in the Secret Store
             -->
             <!-- Audit Loader Setup TODO
                  Update the jdbcString (@%host%:%port%:%sid%)
                  Update the username (%username%)
                  Update the password (%password%) in Secret Store by adding
                  2 more system properties:
                     -Dstore.password=true
                     -Dauditloader.password=%password%
             -->
             <action value="exec $ORACLE_HOME/jdk/bin/java -classpath $ORACLE_HOME/modules/oracle.osdt_11.1.1/osdt_cert.jar$:$ORACLE_HOME/modules/oracle.osdt_11.1.1/osdt_core.jar$:$ORACLE_HOME/jdbc/lib/ojdbc5.jar$:$ORACLE_HOME/modules/oracle.iau_11.1.1/fmw_audit.jar$:$ORACLE_HOME/modules/oracle.pki_11.1.1/oraclepki.jar -Doracle.home=$ORACLE_HOME -Doracle.instance=$ORACLE_INSTANCE -Dauditloader.jdbcString=jdbc:oracle:thin:@%host%:%port%:%sid% -Dauditloader.username=%username% oracle.security.audit.ajl.loader.StandaloneAuditLoader" timeout="60"/>
             <exception value="exec /bin/echo PERIODICAL CALL FOR Audit Loader FAILED"/>
         </rmd>
      </rmd-definitions>
      <launch-targets>
        <launch-target id="logquery">
          <exec path="$ORACLE_HOME/jdk/bin/java"/>
          <argument value="-classpath"/>
          <argument value="$ORACLE_HOME/modules/oracle.odl_11.1.1/ojdl.jar$:$ORACLE_HOME/modules/oracle.odl_11.1.1/ojdl2.jar"/>
          <argument value="-Djava.encoding=utf-8"/>
          <argument value="oracle.as.management.logging.tools.LogQuery"/>
          <argument value="-i"/>
          <argument value="$ORACLE_INSTANCE"/>
        </launch-target>
      </launch-targets>
   </process-manager>
</opmn>h2. ports.prop:
#Tue Aug 18 19:58:35 MDT 2009
/opmn/remote_port=6701
/oid1/asinst_1_nonSSLPort=3060
/oid1/asinst_1_SSLPort=3131
/opmn/local_port=6700
/EMAGENT/emd-port=5162h2. component-logs.xml
<?xml version = '1.0' encoding = 'UTF-8'?>
<logs xmlns="http://www.oracle.com/iAS/EMComponent/ojdl">
<log path="diagnostics/logs/OID/oid1/oidldapd%NUM%s%PID%-0000.log" componentId="OID">
  <logreader class="oracle.core.ojdl.reader.ODLTextLogReaderFactory">
   <property name="FilenameFormat" value="oidldapd%NUM%s%PID%-{0}.log"/>
   <property name="FileRotation" value="circular"/>
   <property name="ComponentId" value="OID"/>
  </logreader>
</log>
<log path="diagnostics/logs/OID/oid1/oidmon-0000.log" componentId="OID">
  <logreader class="oracle.core.ojdl.reader.ODLTextLogReaderFactory">
   <property name="FilenameFormat" value="oidmon-{0}.log"/>
   <property name="FileRotation" value="circular"/>
   <property name="ComponentId" value="OID"/>
  </logreader>
</log>
<log path="diagnostics/logs/OID/oid1/oidrepld00-0000.log" componentId="OID">
  <logreader class="oracle.core.ojdl.reader.ODLTextLogReaderFactory">
   <property name="FilenameFormat" value="oidrepld00-{0}.log"/>
   <property name="FileRotation" value="circular"/>
   <property name="ComponentId" value="OID"/>
  </logreader>
</log>
</logs>

Similar Messages

  • Error in starting opmn server

    Hello,
    Note: I posted this thread on the Identity Management forum as well. I wanted to post it here too, as I think my problem may be a more generic Application Server one, instead of one specific to Identity Management. If this is improper etiquette, I apologize.
    I have a VM, which is being administered by VMware Lab Manager. The VM is running RHEL 5.1, and has an Oracle 11g database installed.
    I am in the process of trying to install and configure Oracle Internet Directory 11g. To do this, I ran the Oracle Fusion Middleware 11g Oracle Identity Management Installer. I selected the "Install Software - Do Not Configure" installation type, and chose to "Configure without a Domain" in order to avoid having to install and administer a WebLogic domain. I set "/data1/u01/app/oracle/product/11.1.1" as the Oracle Middleware Home, and "Oracle_IDM1" as the Oracle Home Directory. (To simplify things below, let ORACLE_IDM_HOME refer to the /data1/u01/app/oracle/product/11.1.1/Oracle_IDM1" directory... understand that no environment variable exists with this name though.) The installation routine ran successfully.
    But, I ran into a problem while trying to configure the Oracle Identity Management 11g components. I ran the Oracle Identity Management 11g Release 1 Configuration Wizard (ORACLE_IDM_HOME/bin/config.sh). Here are some of the key configuration values that I entered:
    - Oracle Instance Location: /data1/u01/config/oracle/as_admin/asinst_1
    - Oracle Instance Name: asinst_1
    - Select Domain: Configure without a Domain
    - Configure Components: Oracle Internet Directory
    - Configure Ports: Auto Port Configuration
    - Specify Schema Database: Create Schema
    After entering my configuration values and hitting the Configure button, the configuration process started running. Shortly thereafter, under Bootstrap Domain Configuration, "Failed" appeared next to the "Create ASInstance" line, with the following error listed:
    {code}
    Error creating ASInstance asinst_1
    Cause: An internal operation has failed: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
    {code}
    In case it would be helpful, here is the output from the error log for the Oracle Identity Management 11g Configuration Wizard:
    {code}
    oracle.as.provisioning.util.ConfigException:
    Error creating ASInstance asinst_1.
    Cause:
    An internal operation has failed: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
    Action:
    See logs for more details.
    at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:306)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:163)
    at
    oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:114)
    at
    oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:533)
    at
    oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:437)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:870)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:824)
    at oracle.as.idm.install.config.BootstrapConfigManager.doExecute(BootstrapConfigManager.java:1256)
    at
    oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at
    oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at
    oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at
    oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at
    oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at
    oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at
    oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:82)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.as.management.opmn.optic.OpticException: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
    at oracle.as.management.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:255)
    at oracle.as.management.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:87)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:251)
    ... 16 more
    {code}
    To get more information, I tried to manually start the opmn server (I set ORACLE_INSTANCE to "/data1/u01/config/oracle/as_admin/asinst_1" and then ran "./opmnctl start" from the ORACLE_IDM_HOME/opmn/bin directory). As expected, the server failed to start. But, I checked the opmn.out file (in the ORACLE_INSTANCE/diagnostics/logs/OPMN/opmn directory), and found the following error repeated several times:
    {code}
    OPMN worker process exited with status 8b. Restarting.
    OPMN worker process exited with status 8b. Restarting.
    OPMN worker process terminated with signal 11 7 times in 10 seconds -- aborting!
    {code}
    Does anyone know what this error means? I am at a loss as to what to do at this point, so any help would be greatly appreciated.
    Thank you!

    For what it's worth.... I ran into the same thing on a Linux 64 bit Oracle Enterprise Linux box I had set up. I was just able to resolve the issue after many failed attempts.
    According to the log the instance is actually created successfully, but when opmnctl startall command is called immediately afterwards that's when the badness happens, and it just associates the opmnctl start failure to the ASInstance creation. So I decided to call opmnctl startall from the command line immediately after the failure. At that point SELinux started notifying me that a bunch of lib*.so files that opmnctl needed were being blocked when it was called. I went ahead and disabled the entire SELinux functionality and it worked after that!
    To turn off SELinux edit /etc/selinux/config file. Edit the following line:
    SELINUX=disabled
    Then restart linux, and rerun the OBIEE config again.
    Good Luck, hope that helps someone

  • RPD file upgrade from 10g to 11g error:  Error in starting opmn server

    Dear All,
    We have to upgrade an RPD repository file and the catalog from 10 g to 11 g. We use the Oracle Fussion Middleware Upgrade Assistant tool.
    BI Service (BI server version: 11.1.1.6).
    The operation failed, and we got the following error message:
    [2013-09-06T12:03:51.117+02:00] [BIEE] [ERROR] [upgrade.BIEE] oracle.as.management.opmn.optic.OpticException: Error in starting opmn server[[ Operation aborted because of a system call failure or internal error   at oracle.as.management.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:310)   at oracle.as.management.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:87)   at oracle.ias.upgrade.config.oraclebi.OPMNUtil.startOpmn(OPMNUtil.java:46)   at oracle.ias.upgrade.config.oraclebi.OracleBIConfigUpgrade.doUpgrade(OracleBIConfigUpgrade.java:118)   at oracle.ias.upgrade.UpgradeSupport.doUpgrade(UpgradeSupport.java:1823)   at oracle.ias.upgrade.gui.UAUpgradeThread.run(UAUpgradeThread.java:503)It is curious because the core applications are running (I performed the command "./opmnctl start" successfully) and I can open and use the services like WebLogic Administration Consol, Enterprise Manager, BI Enterprise Edition (Analytics) , BI Publisher etc.
    But if I open the enterprise manager the core applications under the tab Fusion Middleware are marked with red (not running)
    See screen shot regarding the overview:
    http://s24.postimg.org/vdg0o83fp/enterprise_manager.png
    If I click on the Core application link the core appilcations are marked with green (they are running).
    See screen shot regarding the Core Applications:
    http://s10.postimg.org/ogba45ke1/core_app.png
    Problem:
    the core applications are displayed as down in Enterprise Manager.
    I restarted the core applications in the Enterprise Manager successfully but under the tab Fussion Middleware they are still displayed as not running.
    Does anybody ever had a problem like this. Thank you!
    Regards, Robert

    ok, since installing multiple versions of oracle is a common practice, I will do both on same machine and try them out.
    solaris@solaris:~$ cat /etc/release
    Oracle Solaris 11 11/11 X86
    Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights reserved.
    Assembled 18 October 2011
    solaris@solaris:~$ uname -a
    SunOS solaris 5.11 11.0 i86pc i386 i86pc
    solaris@solaris:~$ df -k
    Filesystem 1024-blocks Used Available Capacity Mounted on
    rpool/ROOT/solaris 718405632 1620554 713290953 1% /
    /devices 0 0 0 0% /devices

  • Forms11g Installation-Error starting OPMN server-216.34.131.135:BIND error

    Hi,
    I am getting an error while installing Forms 11g.
    As in the installation manual, i have installed Weblogic server and then installed the forms/reports (select only Forms Server, Report Server, Forms Builder, Report Builder and HTTP Server). The software installation completed, but the configuration failed with following errors..
    Error creating ASInstance asinst_FR.
    Cause: An internal operation has failed: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
    Action: See logs for more details.
    Thanks & Regrad
    Binu Abraham
    Edited by: binupa on Oct 29, 2009 12:07 PM
    Edited by: binupa on Nov 1, 2009 9:19 PM

    Details from opmn.log (C:\Oracle\Middleware\asinst_FR\diagnostics\logs\OPMN\opmn), where "asinst_FR" is my instance name
    strange thing is that it is trying to bind with an ip 216.34.131.135, where as my ip is 172.30.2.245
    [2009-10-29T00:34:21][opmn][NOTIFICATION:1][90][OPMN]ONS server initiated
    [2009-10-29T00:34:21][opmn][NOTIFICATION:1][520][OPMN][code:pm-internal]Create pm state directory: C:\Oracle\Middleware\asinst_FR\config\OPMN\opmn\states
    [2009-10-29T00:34:21][opmn][TRACE:1][526][OPMN][code:pm-internal]PM state file does not exist: C:\Oracle\Middleware\asinst_FR\config\OPMN\opmn\states\.opmndat
    [2009-10-29T00:34:21][opmn][NOTIFICATION:1][675][OPMN][code:pm-internal]OPMN server ready.  Request handling enabled.
    [2009-10-29T00:34:21][opmn][ERROR:1][17][OPMN][code:ons-listener]216.34.131.135,6701: BIND (Unknown error)
    [2009-10-29T00:41:18][opmn][NOTIFICATION:1][90][OPMN][code:ons-internal]ONS server initiated
    [2009-10-29T00:41:18][opmn][NOTIFICATION:1][522][OPMN][code:pm-internal]PM state directory exists: C:\Oracle\Middleware\asinst_FR\config\OPMN\opmn\states
    [2009-10-29T00:41:18][opmn][TRACE:1][526][OPMN][code:pm-internal]PM state file does not exist: C:\Oracle\Middleware\asinst_FR\config\OPMN\opmn\states\.opmndat
    [2009-10-29T00:41:18][opmn][NOTIFICATION:1][675][OPMN][code:pm-internal]OPMN server ready.  Request handling enabled.
    [2009-10-29T00:41:18][opmn][ERROR:1][17][OPMN][code:ons-listener]216.34.131.135,6701: BIND (Unknown error)
    [2009-10-29T00:44:16][opmn][NOTIFICATION:1][90][OPMN][code:ons-internal]ONS server initiated
    [2009-10-29T00:44:16][opmn][NOTIFICATION:1][522][OPMN][code:pm-internal]PM state directory exists: C:\Oracle\Middleware\asinst_FR\config\OPMN\opmn\states
    [2009-10-29T00:44:16][opmn][TRACE:1][526][OPMN][code:pm-internal]PM state file does not exist: C:\Oracle\Middleware\asinst_FR\config\OPMN\opmn\states\.opmndat
    [2009-10-29T00:44:16][opmn][NOTIFICATION:1][675][OPMN][code:pm-internal]OPMN server ready.  Request handling enabled.
    [2009-10-29T00:44:16][opmn][ERROR:1][17][OPMN][code:ons-listener]216.34.131.135,6701: BIND (Unknown error)
    [2009-10-29T11:01:27][opmn][NOTIFICATION:1][90][OPMN][code:ons-internal]ONS server initiated
    [2009-10-29T11:01:27][opmn][NOTIFICATION:1][522][OPMN][code:pm-internal]PM state directory exists: C:\Oracle\Middleware\asinst_FR\config\OPMN\opmn\states
    [2009-10-29T11:01:27][opmn][TRACE:1][526][OPMN][code:pm-internal]PM state file does not exist: C:\Oracle\Middleware\asinst_FR\config\OPMN\opmn\states\.opmndat
    [2009-10-29T11:01:27][opmn][NOTIFICATION:1][675][OPMN][code:pm-internal]OPMN server ready.  Request handling enabled.
    [2009-10-29T11:01:27][opmn][ERROR:1][17][OPMN][code:ons-listener]216.34.131.135,6701: BIND (Unknown error)
    Binu                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Starting Essbase server in  Solaris:OpticException:starting opmn server

    We have installed Hyperion 11.1.2.1 server on Solaris machine.
    When we are trying to start Essbase server on this machine we are getting the below error in the starter logs
    OpticException : Error in starting opmn server
    Can some one show light on this.
    Regards
    Mahesh Balla

    Hello Srinivas sir..
    :) Good to hear from you..
    Yeah I have started OHS also..
    we were getting this year newly on many servers..
    we started services individually and also using start.sh
    But nothing was working
    Regards
    Balla

  • Need help with error configuring Identity Management in OAS 10g

    Hi,
    I am configuring SSO in OAS 10g, After successful installation (with sso option selected) when I go to the management interface and attempt to configure Identity Management it fails with the following error:
    Error configuring identity management. oracle.ias.configtool.config.ConfigException: Unable to retrieve SSO DB information.Base Exception: oracle.ias.configtool.config.ConfigException: oracle.ias.configtool.config.ConfigException: oracle.ias.configtool.config.ConfigException: Unable to retrieve SSO DB information . Base Exception : Error when reading seeAlso of replicaid entry - java.lang.NullPointerException Status code 3
    I am totally stumped, cant find any instance of this error in docs etc. PLEASE HELP.
    I am trying to setup OAS to SSO with MS AS for oracle ebusiness suite 11i.
    Thanx in Advance,
    Sean

    Check that your insfrastructure database is up and running, it's accesible, as well, check for OID procs and demons that ports for OID are open and that you can make ldapbind this last may not be necesary as the error say about database, but is good to check also. Go to *$ORACLE_HOME/opmn/logs* and check the files there to see if other process are having problems.
    Greetings

  • Error configuring identity management

    Hi, i´ve installed a middle tier instance of AS 10g , and i want to register it into a oid instance, but when i try to do this trough EM it fails and show the following information in the logs, could anobody help us, I'm sure that the oid is up and running.
    Thanks
    Santiago
    1st Log
    Error
    Error configuring identity management. Some of the plugins in this config tool
    failed. See the log file /oracle/product/10.2/config/infratool.log for more
    details.
    2nd Log
    heck /oracle/product/10.2/sso/log/ssoreg.log for details of this registration
    Process exit code 1
    Configuration succeeded for IASProperty
    Configuration succeeded for IAS
    Configuration succeeded for LDAP
    Configuration succeeded for JAZN
    Configuration succeeded for DCM
    Configuration failed for HTTPD
    Configuration failed for MODOSSO
    [oracle10@gncser10 config]$ more /oracle/product/10.2/sso/log/ssoreg.log
    Thu Dec 14 20:06:35 COT 2006 ========================================Thu Dec 14
    20:06:35 COT 2006 OracleAS Single Sign-On Registration Tool
    Thu Dec 14 20:06:35 COT 2006 ========================================Thu Dec 14
    20:06:35 COT 2006 Parameters passed to SSO registration tool :
    param0:-site_name param1:bpel1012.gncser10.co.gasnatural.com param2:-mod_osso_ur
    l param3:http://gncser10.co.gasnatural.com:7777 param4:-config_mod_osso param5:T
    RUE param6:-oracle_home_path param7:/oracle/product/10.2 param8:-u param9:oracle
    10 param10:-config_file param11:/oracle/product/10.2/Apache/Apache/conf/osso/oss
    o.conf param12:-admin_info param13:cn=orcladmin
    Thu Dec 14 20:06:35 COT 2006 -DinstallTypeThu Dec 14 20:06:35 COT 2006
    -DoldOracleHomeThu Dec 14 20:06:35 COT 2006 -DoldOHSUser=root
    Thu Dec 14 20:06:35 COT 2006 SSO database is jdbc:oracle:thin:@ldap://192.9.200
    .188:3060/asdb,cn=oraclecontext
    Thu Dec 14 20:06:36 COT 2006 Exception while creating database connection :java
    .sql.SQLException: Io exception: The Network Adapter could not establish the con
    nection
    java.sql.SQLException: Io exception: The Network Adapter could not establish the
    connection
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
    :137)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
    :174)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
    :286)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:327)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:
    433)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:150)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtensio
    n.java:31)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:571)
    at java.sql.DriverManager.getConnection(DriverManager.java:512)
    at java.sql.DriverManager.getConnection(DriverManager.java:171)
    at oracle.security.sso.SSORegistrar.main(SSORegistrar.java:311)
    Thu Dec 14 20:06:36 COT 2006 Check if your database is up and running.

    Hi,
    Saw this in the SSO registration log:
    Thu Dec 14 20:06:36 COT 2006 Exception while creating database connection :java
    .sql.SQLException: Io exception: The Network Adapter could not establish the con
    nection
    Thu Dec 14 20:06:36 COT 2006 Check if your database is up and running.
    Is your infrastructure database running? Can you connect to it via sqlplus or tnsping it from your middle-tier?
    Jim

  • Identity Management Installation Error

    I have installed the following components on a Windows 2003 Server:
    RCU: ofm_rcu_win_11.1.1.2.0_disk1_1of1.zip (ran and installed ODS and OIF schemas)
    WLS: oepe111130_wls1032_win32.exe
    IDM: ofm_idm_win_11.1.1.2.0_32_disk1_1of1.zip
    The initial IDM setup completes, including the post install scripts and patches. The Bootstrap Domain Configuration also completes successfully. However, during the “Configure Oracle Identity Management Components” phase, in the configuration stage, the second step (“Start Oracle Internet Directory”) fails with the following error:
    2010-01-04T10:10:06.469-05:00 as NOTIFICATION oracle.as.provisioning tid: 20 ecid: 0000INtpdhdCwksMwiAhMG1BGVdL00000A,0 Start of create component
    2010-01-04T10:10:06.485-05:00 as NOTIFICATION oracle.as.provisioning tid: 20 ecid: 0000INtpdhdCwksMwiAhMG1BGVdL00000A,0 Action for the oid1 is START
    2010-01-04T10:10:06.485-05:00 as NOTIFICATION oracle.as.provisioning tid: 20 ecid: 0000INtpdhdCwksMwiAhMG1BGVdL00000A,0 Trying to start the component oid1
    2010-01-04T10:10:06.734-05:00 as WARNING oracle.as.config tid: 20 ecid: 0000INtpdhdCwksMwiAhMG1BGVdL00000A,0 Failed to start component oid1
    oracle.as.config.ProvisionException: HTTP status code = 400 : No processes or applications match the specified configuration.
         at oracle.as.config.impl.OracleASComponentBaseImpl.manageProcess(OracleASComponentBaseImpl.java:942)
         at oracle.as.config.impl.OracleASComponentBaseImpl.start(OracleASComponentBaseImpl.java:1061)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:153)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:73)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:401)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:358)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:136)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:525)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:441)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:938)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    2010-01-04T10:10:06.734-05:00 as NOTIFICATION oracle.as.provisioning tid: 20 ecid: 0000INtpdhdCwksMwiAhMG1BGVdL00000A,0 Status of component false
    2010-01-04T10:10:06.734-05:00 as ERROR oracle.as.provisioning tid: 20 ecid: 0000INtpdhdCwksMwiAhMG1BGVdL00000A,0
    oracle.as.config.ProvisionException: Failed to start the component
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:157)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:73)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:401)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:358)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:136)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:525)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:441)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:938)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    2010-01-04T10:10:06.734-05:00 as TRACE:16 oracle.as.provisioning tid: 20 ecid: 0000INtpdhdCwksMwiAhMG1BGVdL00000A,0 SRC_CLASS: IdMProvisioningEventListener SRC_METHOD: onConfigurationError ENTRY 6e1df6c3-e800-4d71-b95d-d7d653f5a2b2
    2010-01-04T10:10:06.734-05:00 as TRACE oracle.as.provisioning tid: 20 ecid: 0000INtpdhdCwksMwiAhMG1BGVdL00000A,0 SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener SRC_METHOD: onConfigurationError ________________________________________________________________________________
    2010-01-04T10:10:06.734-05:00 as TRACE oracle.as.provisioning tid: 20 ecid: 0000INtpdhdCwksMwiAhMG1BGVdL00000A,0 SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener SRC_METHOD: onConfigurationError OOB IDM CONFIG EVENT onConfigurationError -> configGUID 6e1df6c3-e800-4d71-b95d-d7d653f5a2b2
    2010-01-04T10:10:06.734-05:00 as TRACE oracle.as.provisioning tid: 20 ecid: 0000INtpdhdCwksMwiAhMG1BGVdL00000A,0 SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener SRC_METHOD: onConfigurationError OOB IDM CONFIG EVENT ErrorID: 35076
    2010-01-04T10:10:06.734-05:00 as TRACE oracle.as.provisioning tid: 20 ecid: 0000INtpdhdCwksMwiAhMG1BGVdL00000A,0 SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener SRC_METHOD: onConfigurationError OOB IDM CONFIG EVENT Description:
    Error creating ASComponent oid1.
    Cause:
    An internal operation has failed: Failed to start the component
    Action:
    See logs for more details.
    2010-01-04T10:10:06.734-05:00 as TRACE oracle.as.provisioning tid: 20 ecid: 0000INtpdhdCwksMwiAhMG1BGVdL00000A,0 SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener SRC_METHOD: onConfigurationError ________________________________________________________________________________
    2010-01-04T10:10:06.734-05:00 as TRACE oracle.as.provisioning tid: 20 ecid: 0000INtpdhdCwksMwiAhMG1BGVdL00000A,0 SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener SRC_METHOD: onConfigurationError OOB IDM CONFIG EVENT onConfigurationError -> eventResponse ==oracle.as.provisioning.engine.ConfigEventResponse@135e112
    2010-01-04T10:10:06.734-05:00 as NOTIFICATION oracle.as.provisioning tid: 20 ecid: 0000INtpdhdCwksMwiAhMG1BGVdL00000A,0 OOB IDM CONFIG EVENT onConfigurationError -> Configuration Status: -1
    2010-01-04T10:10:06.734-05:00 as NOTIFICATION oracle.as.provisioning tid: 20 ecid: 0000INtpdhdCwksMwiAhMG1BGVdL00000A,0 OOB IDM CONFIG EVENT onConfigurationError -> Asking User for RETRY or ABORT
    2010-01-04T10:10:06.734-05:00 as NOTIFICATION oracle.as.provisioning tid: 20 ecid: 0000INtpdhdCwksMwiAhMG1BGVdL00000A,0 OOB IDM CONFIG EVENT onConfigurationError -> ActionStep:OID_START
    2010-01-04T10:10:06.734-05:00 as TRACE oracle.as.provisioning tid: 20 ecid: 0000INtpdhdCwksMwiAhMG1BGVdL00000A,0 SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener SRC_METHOD: onConfigurationError OOB IDM CONFIG EVENT onConfigurationError -> wait for User Input ....
    Any suggestions?
    Regards,
    Tom

    Hello,
    I have got the same problem, i am installing the same version of components you enumerated but on linux Red Hat Enterprise 5.3 x86_64.
    My log says:
    Trying to start the component oid1
    [2010-02-24T16:42:52.258+01:00] [as] [WARNING] [] [oracle.as.config] [tid: 37] [ecid: 0000IS0Y3e8E0VYjLpyGOA1BXJK800000S,0] Failed to start component oid1[[
    oracle.as.config.ProvisionException: HTTP status code = 400 : No processes or applications match the specified configuration.
    at oracle.as.config.impl.OracleASComponentBaseImpl.manageProcess(OracleASComponentBaseImpl.java:942)
    at oracle.as.config.impl.OracleASComponentBaseImpl.start(OracleASComponentBaseImpl.java:1061)
    at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:153)
    at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:73)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:401)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:364)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:136)
    at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:525)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:441)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:938)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:619)
    So, basically it is the same error. Any conclusions by now what could be the problem? Of course there's no such thing as c or d drive in unix-like system;)
    Best regards,
    JK

  • Errors in starting OPMN

    Hi All,
    I am facing errors in start OPMN presentation service.
    Found below error in opmn logs.
    Any suggestions pls ??
    [2013-03-28T12:50:29+05:30] [opmn] [NOTIFICATION:1] [662] [pm-process] Starting Process: coreapplication_obiccs1~OracleBIClusterControllerComponent~BIClusterController~1 (301078040:0)
    [2013-03-28T12:50:32+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804) [No addresses for the request]
    [2013-03-28T12:50:32+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804)
    [2013-03-28T12:50:32+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078039
    [2013-03-28T12:50:32+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792) [No addresses for the request]
    [2013-03-28T12:50:32+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792)
    [2013-03-28T12:50:32+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078038
    [2013-03-28T12:50:32+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932) [No addresses for the request]
    [2013-03-28T12:50:32+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932)
    [2013-03-28T12:50:32+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078037
    [2013-03-28T12:50:32+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obiccs1~OracleBIClusterControllerComponent~BIClusterController~1 (301078040:4644) [No addresses for the request]
    [2013-03-28T12:50:32+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obiccs1~OracleBIClusterControllerComponent~BIClusterController~1 (301078040:4644)
    [2013-03-28T12:50:32+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078040
    [2013-03-28T12:50:34+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792) [No addresses for the request]
    [2013-03-28T12:50:34+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792)
    [2013-03-28T12:50:34+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078038
    [2013-03-28T12:50:34+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804) [No addresses for the request]
    [2013-03-28T12:50:34+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804)
    [2013-03-28T12:50:34+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078039
    [2013-03-28T12:50:34+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obiccs1~OracleBIClusterControllerComponent~BIClusterController~1 (301078040:4644) [No addresses for the request]
    [2013-03-28T12:50:34+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obiccs1~OracleBIClusterControllerComponent~BIClusterController~1 (301078040:4644)
    [2013-03-28T12:50:34+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078040
    [2013-03-28T12:50:34+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932) [No addresses for the request]
    [2013-03-28T12:50:34+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932)
    [2013-03-28T12:50:34+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078037
    [2013-03-28T12:50:36+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792) [No addresses matched the properties for the request]
    [2013-03-28T12:50:36+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804) [No addresses matched the properties for the request]
    [2013-03-28T12:50:36+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792)
    [2013-03-28T12:50:36+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078038
    [2013-03-28T12:50:36+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804)
    [2013-03-28T12:50:36+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078039
    [2013-03-28T12:50:36+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932) [No addresses matched the properties for the request]
    [2013-03-28T12:50:36+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932)
    [2013-03-28T12:50:36+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078037
    [2013-03-28T12:50:36+05:30] [opmn] [NOTIFICATION:1] [665] [pm-process] Process Alive: coreapplication_obiccs1~OracleBIClusterControllerComponent~BIClusterController~1 (301078040:4644)
    [2013-03-28T12:50:38+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792) [No addresses matched the properties for the request]
    [2013-03-28T12:50:38+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804) [No addresses matched the properties for the request]
    [2013-03-28T12:50:38+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792)
    [2013-03-28T12:50:38+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078038
    [2013-03-28T12:50:38+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804)
    [2013-03-28T12:50:38+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932) [No addresses matched the properties for the request]
    [2013-03-28T12:50:38+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078039
    [2013-03-28T12:50:38+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932)
    [2013-03-28T12:50:38+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078037
    [2013-03-28T12:50:40+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804) [No addresses matched the properties for the request]
    [2013-03-28T12:50:40+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792) [No addresses matched the properties for the request]
    [2013-03-28T12:50:40+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804)
    [2013-03-28T12:50:40+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078039
    [2013-03-28T12:50:40+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792)
    [2013-03-28T12:50:40+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078038
    [2013-03-28T12:50:40+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932) [No addresses matched the properties for the request]
    [2013-03-28T12:50:40+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932)
    [2013-03-28T12:50:40+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078037
    [2013-03-28T12:50:42+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792) [No addresses matched the properties for the request]
    [2013-03-28T12:50:42+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792)
    [2013-03-28T12:50:42+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078038
    [2013-03-28T12:50:42+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932) [No addresses matched the properties for the request]
    [2013-03-28T12:50:42+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932)
    [2013-03-28T12:50:42+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078037
    [2013-03-28T12:50:42+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804) [No addresses matched the properties for the request]
    [2013-03-28T12:50:42+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804)
    [2013-03-28T12:50:42+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078039
    [2013-03-28T12:50:44+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792) [No addresses matched the properties for the request]
    [2013-03-28T12:50:44+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932) [No addresses matched the properties for the request]
    [2013-03-28T12:50:44+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792)
    [2013-03-28T12:50:44+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078038
    [2013-03-28T12:50:44+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932)
    [2013-03-28T12:50:44+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078037
    [2013-03-28T12:50:44+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804) [No addresses matched the properties for the request]
    [2013-03-28T12:50:44+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804)
    [2013-03-28T12:50:44+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078039
    [2013-03-28T12:50:46+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932) [No addresses matched the properties for the request]
    [2013-03-28T12:50:46+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932)
    [2013-03-28T12:50:46+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078037
    [2013-03-28T12:50:46+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804) [No addresses matched the properties for the request]
    [2013-03-28T12:50:46+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804)
    [2013-03-28T12:50:46+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078039
    [2013-03-28T12:50:46+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792) [No addresses matched the properties for the request]
    [2013-03-28T12:50:46+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792)
    [2013-03-28T12:50:46+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078038
    [2013-03-28T12:50:48+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804) [No addresses matched the properties for the request]
    [2013-03-28T12:50:48+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804)
    [2013-03-28T12:50:48+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078039
    [2013-03-28T12:50:48+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792) [No addresses matched the properties for the request]
    [2013-03-28T12:50:48+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792)
    [2013-03-28T12:50:48+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078038
    [2013-03-28T12:50:48+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932) [No addresses matched the properties for the request]
    [2013-03-28T12:50:48+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932)
    [2013-03-28T12:50:48+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078037
    [2013-03-28T12:50:50+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792) [No addresses matched the properties for the request]
    [2013-03-28T12:50:50+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804) [No addresses matched the properties for the request]
    [2013-03-28T12:50:50+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792)
    [2013-03-28T12:50:50+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078038
    [2013-03-28T12:50:50+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804)
    [2013-03-28T12:50:50+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078039
    [2013-03-28T12:50:50+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932) [No addresses matched the properties for the request]
    [2013-03-28T12:50:50+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932)
    [2013-03-28T12:50:50+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078037
    [2013-03-28T12:50:52+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792) [No addresses matched the properties for the request]
    [2013-03-28T12:50:52+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792)
    [2013-03-28T12:50:52+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078038
    [2013-03-28T12:50:52+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932) [No addresses matched the properties for the request]
    [2013-03-28T12:50:52+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932)
    [2013-03-28T12:50:52+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078037
    [2013-03-28T12:50:52+05:30] [opmn] [NOTIFICATION:1] [665] [pm-process] Process Alive: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (301078039:4804)
    [2013-03-28T12:50:54+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932) [No addresses matched the properties for the request]
    [2013-03-28T12:50:54+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932)
    [2013-03-28T12:50:54+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078037
    [2013-03-28T12:50:54+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792) [No addresses matched the properties for the request]
    [2013-03-28T12:50:54+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792)
    [2013-03-28T12:50:54+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078038
    [2013-03-28T12:50:56+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932) [No addresses matched the properties for the request]
    [2013-03-28T12:50:56+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932)
    [2013-03-28T12:50:56+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078037
    [2013-03-28T12:50:56+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792) [No addresses matched the properties for the request]
    [2013-03-28T12:50:56+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792)
    [2013-03-28T12:50:56+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078038
    [2013-03-28T12:50:58+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792) [No addresses matched the properties for the request]
    [2013-03-28T12:50:58+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932) [No addresses matched the properties for the request]
    [2013-03-28T12:50:58+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792)
    [2013-03-28T12:50:58+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078038
    [2013-03-28T12:50:58+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932)
    [2013-03-28T12:50:58+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078037
    [2013-03-28T12:51:00+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932) [No addresses matched the properties for the request]
    [2013-03-28T12:51:00+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792) [No addresses matched the properties for the request]
    [2013-03-28T12:51:00+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (301078037:932)
    [2013-03-28T12:51:00+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078037
    [2013-03-28T12:51:00+05:30] [opmn] [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (301078038:1792)
    [2013-03-28T12:51:00+05:30] [opmn] [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:301078038

    Looks like hostname or IP got changed. If all in placed as is then refer this doc 1340097.1
    Just in case check other logs BI, service,etc
    refer this for log location
    http://www.cool-bi.com/Tweaks/LogFiles.php
    If helps mark or update back
    Edited by: Srini VEERAVALLI on Mar 28, 2013 9:16 AM

  • Error While starting UCM server

    I am also getting the same error while starting UCM server.
    <Mar 19, 2015 7:18:14 AM> <INFO> <NodeManager> <Server output log file is '/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/servers/UCM_server1/logs/UCM_server1.out'>
    JAVA Memory arguments: -Xms256m -Xmx512m
    WLS Start Mode=Production
    CLASSPATH=/u01/obp/app/product/fmw/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/u01/obp/app/product/fmw/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/obp/app/product/fmw/patch_ocp371/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/obp/app/product/jrockit-jdk1.6.0_51/lib/tools.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/weblogic.jar:/u01/obp/app/product/fmw/modules/features/weblogic.server.modules_10.3.6.0.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/webservices.jar:/u01/obp/app/product/fmw/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/u01/obp/app/product/fmw/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/u01/obp/app/product/fmw/oracle_common/soa/modules/commons-cli-1.1.jar:/u01/obp/app/product/fmw/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/u01/obp/app/product/fmw/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/u01/obp/app/product/fmw/wlserver_10.3/common/derby/lib/derbyclient.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/xqrl.jar:/u01/obp/app/product/fmw/Oracle_ECM1/ucm/idc/jlib/idcloader.jar:/u01/obp/app/product/fmw/Oracle_ECM1/ucm/idc/components/NativeOsUtils/classes-NativeOsUtils.jar:/u01/obp/app/product/fmw/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/obp/app/product/fmw/patch_ocp371/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/obp/app/product/jrockit-jdk1.6.0_51/lib/tools.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/weblogic.jar:/u01/obp/app/product/fmw/modules/features/weblogic.server.modules_10.3.6.0.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/webservices.jar:/u01/obp/app/product/fmw/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/u01/obp/app/product/fmw/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/u01/obp/app/product/fmw
    PATH=/u01/obp/app/product/fmw/wlserver_10.3/server/bin:/u01/obp/app/product/fmw/modules/org.apache.ant_1.7.1/bin:/u01/obp/app/product/jrockit-jdk1.6.0_51/jre/bin:/u01/obp/app/product/jrockit-jdk1.6.0_51/bin:/u01/obp/app/product/fmw/wlserver_10.3/server/bin:/u01/obp/app/product/fmw/modules/org.apache.ant_1.7.1/bin:/u01/obp/app/product/jrockit-jdk1.6.0_51/jre/bin:/u01/obp/app/product/jrockit-jdk1.6.0_51/bin:/u01/obp/app/product/jrockit-jdk1.6.0_51/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/u01/fsgbu_ofssobp/bin
    *  To start WebLogic Server, use a username and   *
    *  password assigned to an admin-level user.  For *
    *  server administration, use the WebLogic Server *
    *  console at http://hostname:port/console        *
    starting weblogic with Java version:
    java version "1.6.0_51"
    Java(TM) SE Runtime Environment (build 1.6.0_51-b11)
    Oracle JRockit(R) (build R28.2.8-10-156881-1.6.0_51-20130611-1146-linux-x86_64, compiled mode)
    Starting WLS with line:
    /u01/obp/app/product/jrockit-jdk1.6.0_51/bin/java -jrockit   -Xms256m -Xmx512m -Dweblogic.Name=UCM_server1 -Djava.security.policy=/u01/obp/app/product/fmw/wlserver_10.3/server/lib/weblogic.policy  -Dweblogic.ProductionModeEnabled=true -Dweblogic.system.BootIdentityFile=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/servers/UCM_server1/data/nodemanager/boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false  -da -Dplatform.home=/u01/obp/app/product/fmw/wlserver_10.3 -Dwls.home=/u01/obp/app/product/fmw/wlserver_10.3/server -Dweblogic.home=/u01/obp/app/product/fmw/wlserver_10.3/server  -Dcommon.components.home=/u01/obp/app/product/fmw/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain -Djrockit.optfile=/u01/obp/app/product/fmw/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/config/fmwconfig/servers/UCM_server1 -Doracle.domain.config.dir=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/config/fmwconfig  -Digf.arisidbeans.carmlloc=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/config/fmwconfig/carml  -Digf.arisidstack.home=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/servers/UCM_server1/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/u01/obp/app/product/fmw/oracle_common/modules/oracle.ossoiap_11.1.1,/u01/obp/app/product/fmw/oracle_common/modules/oracle.oamprovider_11.1.1,/u01/obp/app/product/fmw/oracle_common/modules/oracle.jps_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEnabled=false  -Dipm.oracle.home=/u01/obp/app/product/fmw/Oracle_ECM1 -Ducm.oracle.home=/u01/obp/app/product/fmw/Oracle_ECM1 -Dirm.oracle.home=/u01/obp/app/product/fmw/Oracle_ECM1 -Dem.oracle.home=/u01/obp/app/product/fmw/oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=false -Dweblogic.management.server=http://pqvfsgbipmv001a:7001  -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/u01/obp/app/product/fmw/patch_wls1036/profiles/default/sysext_manifest_classpath:/u01/obp/app/product/fmw/patch_ocp371/profiles/default/sysext_manifest_classpath  weblogic.Server
    [WARN ] Use of -Djrockit.optfile is deprecated and discouraged.
    <Mar 19, 2015 7:18:15 AM GMT+00:00> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Mar 19, 2015 7:18:16 AM GMT+00:00> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Mar 19, 2015 7:18:16 AM GMT+00:00> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.2.8-10-156881-1.6.0_51-20130611-1146-linux-x86_64 from Oracle Corporation>
    <Mar 19, 2015 7:18:18 AM GMT+00:00> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.6.0.10 PSU Patch for BUG19637463 TUE NOV 04 15:54:42 IST 2014
    WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050 >
    <Mar 19, 2015 7:18:19 AM GMT+00:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Mar 19, 2015 7:18:19 AM GMT+00:00> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Mar 19, 2015 7:18:20 AM GMT+00:00> <Notice> <Log Management> <BEA-170019> <The server log file /u01/obp/app/product/fmw/user_projects/domains/ipm_domain/servers/UCM_server1/logs/UCM_server1.log is opened. All server side log events will be written to this file.>
    <Mar 19, 2015 7:19:02 AM GMT+00:00> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Mar 19, 2015 7:19:07 AM GMT+00:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Mar 19, 2015 7:19:07 AM GMT+00:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Mar 19, 2015 7:19:10 AM GMT+00:00> <Warning> <Security> <BEA-090668> <Ignored deployment of role "Admin" for resource "type=<url>, application=DMS Application#11.1.1.1.0, contextPath=/dms, uri=/">
    <Mar 19, 2015 7:19:17 AM GMT+00:00> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the jks keystore file /u01/obp/app/product/fmw/wlserver_10.3/server/lib/DemoIdentity.jks.>
    <Mar 19, 2015 7:19:17 AM GMT+00:00> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /u01/obp/app/product/fmw/wlserver_10.3/server/lib/DemoTrust.jks.>
    <Mar 19, 2015 7:19:17 AM GMT+00:00> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /u01/obp/app/product/jrockit-jdk1.6.0_51/jre/lib/security/cacerts.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Alert> <Security> <BEA-090152> <Demo trusted CA certificate is being used in production mode: [
      Version: V3
      Subject: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
      Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
      Key:  Sun RSA public key, 512 bits
      modulus: 9550192877869244258838480703390456015046425375252278279190673063544122510925482179963329236052146047356415957587628011282484772458983977898996276815440753
      public exponent: 65537
      Validity: [From: Thu Mar 21 20:12:27 GMT+00:00 2002,
                   To: Tue Mar 22 20:12:27 GMT+00:00 2022]
      Issuer: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
      SerialNumber: [    33f10648 fcde0deb 4199921f d64537f4]
    Certificate Extensions: 1
    [1]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
      Key_CertSign
      Algorithm: [MD5withRSA]
      Signature:
    0000: 9D 26 4C 29 C8 91 C3 A7   06 C3 24 6F AE B4 F8 82  .&L)......$o....
    0010: 80 4D AA CB 7C 79 46 84   81 C4 66 95 F4 1E D8 C4  .M...yF...f.....
    0020: E9 B7 D9 7C E2 23 33 A4   B7 21 E0 AA 54 2B 4A FF  .....#3..!..T+J.
    0030: CB 21 20 88 81 21 DB AC   90 54 D8 7D 79 63 23 3C  .! ..!...T..yc#<
    ] The system is vulnerable to security attacks, since it trusts certificates signed by the demo trusted CA.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=Entrust Root Certification Authority - G2,OU=(c) 2009 Entrust\, Inc. - for authorized use only,OU=See www.entrust.net/legal-terms,O=Entrust\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. - For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 2008 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 19, 2015 7:19:37 AM GMT+00:00> <Warning> <Security> <BEA-090504> <Certificate chain received from pqvfsgbipmv001b - 10.130.43.85 failed hostname verification check. Certificate contained pqvfsgbipmv001b.int.oracleindustry.com but check expected pqvfsgbipmv001b>
    <Mar 19, 2015 7:19:37 AM GMT+00:00> <Warning> <Security> <BEA-090504> <Certificate chain received from pqvfsgbipmv001a - 10.130.43.84 failed hostname verification check. Certificate contained pqvfsgbipmv001a.int.oracleindustry.com but check expected pqvfsgbipmv001a>
    <Mar 19, 2015 7:19:38 AM GMT+00:00> <Warning> <Security> <BEA-090504> <Certificate chain received from pqvfsgbipmv001b - 10.130.43.85 failed hostname verification check. Certificate contained pqvfsgbipmv001b.int.oracleindustry.com but check expected pqvfsgbipmv001b>
    <Mar 19, 2015 7:19:38 AM GMT+00:00> <Warning> <Security> <BEA-090504> <Certificate chain received from pqvfsgbipmv001a - 10.130.43.84 failed hostname verification check. Certificate contained pqvfsgbipmv001a.int.oracleindustry.com but check expected pqvfsgbipmv001a>
    <Mar 19, 2015 7:19:39 AM GMT+00:00> <Error> <oracle.wsm.resources.policymanager> <WSM-02120> <Unable to connect to the policy access service.
    oracle.wsm.policymanager.PolicyManagerException: WSM-02120 : Unable to connect to the policy access service.
      at oracle.wsm.policymanager.BeanFactory.getInitialContext(BeanFactory.java:753)
      at oracle.wsm.policymanager.BeanFactory.getJndiObj(BeanFactory.java:780)
      at oracle.wsm.policymanager.BeanFactory.lookupJndiObj(BeanFactory.java:1061)
      at oracle.wsm.policymanager.BeanFactory.getDocumentManagerBeanEJB(BeanFactory.java:700)
      at oracle.wsm.policymanager.BeanFactory.getBeanEJB(BeanFactory.java:544)
      at oracle.wsm.policymanager.BeanFactory.getBean(BeanFactory.java:433)
      at oracle.wsm.config.ConfigurationManager$1.run(ConfigurationManager.java:1539)
      at oracle.wsm.config.ConfigurationManager.getBean(ConfigurationManager.java:1535)
      at oracle.wsm.config.ConfigurationManager.access$900(ConfigurationManager.java:109)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configureBean(ConfigurationManager.java:624)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configure(ConfigurationManager.java:568)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:520)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:407)
      at oracle.wsm.config.ConfigurationManager.initializeAccessors(ConfigurationManager.java:1874)
      at oracle.wsm.config.ConfigurationManager.reset(ConfigurationManager.java:2039)
      at oracle.wsm.config.ConfigurationManager.getRepositoryAccessor(ConfigurationManager.java:1671)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:164)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:162)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl.<init>(PolicyAccessorImpl.java:160)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.<init>(PolicyCacheImpl.java:346)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.getInstance(PolicyCacheImpl.java:81)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:65)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:88)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.createSOAPBindingInterceptorChain(SuperServerInterceptorPipeline.java:287)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.createAndRegisterPolicyPipeline(AbstractSuperInterceptorPipeline.java:98)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.getPolicyPipeline(AbstractSuperInterceptorPipeline.java:85)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.forcePolicyLoad(SuperServerInterceptorPipeline.java:194)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.<init>(SuperServerInterceptorPipeline.java:72)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.createServerPipeline(GenericProviderInterceptorPipeline.java:133)
      at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.<init>(AbstractProviderInterceptorPipeline.java:122)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.<init>(GenericProviderInterceptorPipeline.java:63)
      at oracle.j2ee.ws.server.provider.GenericProviderPlatform.createProviderInterceptorPipeline(GenericProviderPlatform.java:211)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:111)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:80)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.configureProviderManagement(ProviderProcessor.java:353)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.init(ProviderProcessor.java:199)
      at oracle.j2ee.ws.server.provider.ProviderServlet.initializeProcessor(ProviderServlet.java:619)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:302)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:232)
      at javax.servlet.GenericServlet.init(GenericServlet.java:242)
      at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
      at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
      at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
      at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
      at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1984)
      at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1958)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1877)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3174)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1527)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:489)
      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:672)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:44)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:187)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:379)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3s://pqvfsgbipmv001a,pqvfsgbipmv001b:16001: Destination unreachable; nested exception is:
      javax.net.ssl.SSLKeyException: [Security:090504]Certificate chain received from pqvfsgbipmv001a - 10.130.43.84 failed hostname verification check. Certificate contained pqvfsgbipmv001a.int.oracleindustry.com but check expected pqvfsgbipmv001a; No available router to destination]
      at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
      at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:792)
      at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:368)
      at weblogic.jndi.Environment.getContext(Environment.java:315)
      at weblogic.jndi.Environment.getContext(Environment.java:285)
      at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
      at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
      at javax.naming.InitialContext.init(InitialContext.java:223)
      at javax.naming.InitialContext.<init>(InitialContext.java:197)
      at oracle.wsm.policymanager.BeanFactory.getInitialContext(BeanFactory.java:746)
      at oracle.wsm.policymanager.BeanFactory.getJndiObj(BeanFactory.java:780)
      at oracle.wsm.policymanager.BeanFactory.lookupJndiObj(BeanFactory.java:1061)
      at oracle.wsm.policymanager.BeanFactory.getDocumentManagerBeanEJB(BeanFactory.java:700)
      at oracle.wsm.policymanager.BeanFactory.getBeanEJB(BeanFactory.java:544)
      at oracle.wsm.policymanager.BeanFactory.getBean(BeanFactory.java:433)
      at oracle.wsm.config.ConfigurationManager$1.run(ConfigurationManager.java:1539)
      at oracle.wsm.config.ConfigurationManager.getBean(ConfigurationManager.java:1535)
      at oracle.wsm.config.ConfigurationManager.access$900(ConfigurationManager.java:109)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configureBean(ConfigurationManager.java:624)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configure(ConfigurationManager.java:568)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:520)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:407)
      at oracle.wsm.config.ConfigurationManager.initializeAccessors(ConfigurationManager.java:1874)
      at oracle.wsm.config.ConfigurationManager.reset(ConfigurationManager.java:2037)
      at oracle.wsm.config.ConfigurationManager.getRepositoryAccessor(ConfigurationManager.java:1671)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:164)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:162)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl.<init>(PolicyAccessorImpl.java:160)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.<init>(PolicyCacheImpl.java:346)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.getInstance(PolicyCacheImpl.java:81)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:65)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:88)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.createSOAPBindingInterceptorChain(SuperServerInterceptorPipeline.java:287)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.createAndRegisterPolicyPipeline(AbstractSuperInterceptorPipeline.java:98)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.getPolicyPipeline(AbstractSuperInterceptorPipeline.java:85)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.forcePolicyLoad(SuperServerInterceptorPipeline.java:194)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.<init>(SuperServerInterceptorPipeline.java:71)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.createServerPipeline(GenericProviderInterceptorPipeline.java:133)
      at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.<init>(AbstractProviderInterceptorPipeline.java:122)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.<init>(GenericProviderInterceptorPipeline.java:103)
      at oracle.j2ee.ws.server.provider.GenericProviderPlatform.createProviderInterceptorPipeline(GenericProviderPlatform.java:211)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:101)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:80)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.configureProviderManagement(ProviderProcessor.java:353)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.init(ProviderProcessor.java:198)
      at oracle.j2ee.ws.server.provider.ProviderServlet.initializeProcessor(ProviderServlet.java:619)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:302)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:231)
      at javax.servlet.GenericServlet.init(GenericServlet.java:241)
      at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
      at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
      at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
      at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
      at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1984)
      at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1958)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1877)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3173)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1527)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
      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:671)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:44)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:187)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:379)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: java.net.ConnectException: t3s://pqvfsgbipmv001a,pqvfsgbipmv001b:16001: Destination unreachable; nested exception is:
      javax.net.ssl.SSLKeyException: [Security:090504]Certificate chain received from pqvfsgbipmv001a - 10.130.43.84 failed hostname verification check. Certificate contained pqvfsgbipmv001a.int.oracleindustry.com but check expected pqvfsgbipmv001a; No available router to destination
      at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
      at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
      at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
      at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:353)
      at weblogic.jndi.Environment.getContext(Environment.java:315)
      at weblogic.jndi.Environment.getContext(Environment.java:285)
      at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
      at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
      at javax.naming.InitialContext.init(InitialContext.java:223)
      at javax.naming.InitialContext.<init>(InitialContext.java:197)
      at oracle.wsm.policymanager.BeanFactory.getInitialContext(BeanFactory.java:746)
      at oracle.wsm.policymanager.BeanFactory.getJndiObj(BeanFactory.java:780)
      at oracle.wsm.policymanager.BeanFactory.lookupJndiObj(BeanFactory.java:1061)
      at oracle.wsm.policymanager.BeanFactory.getDocumentManagerBeanEJB(BeanFactory.java:700)
      at oracle.wsm.policymanager.BeanFactory.getBeanEJB(BeanFactory.java:544)
      at oracle.wsm.policymanager.BeanFactory.getBean(BeanFactory.java:433)
      at oracle.wsm.config.ConfigurationManager$1.run(ConfigurationManager.java:1539)
      at oracle.wsm.config.ConfigurationManager.getBean(ConfigurationManager.java:1535)
      at oracle.wsm.config.ConfigurationManager.access$900(ConfigurationManager.java:109)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configureBean(ConfigurationManager.java:624)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configure(ConfigurationManager.java:568)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:520)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:407)
      at oracle.wsm.config.ConfigurationManager.initializeAccessors(ConfigurationManager.java:1874)
      at oracle.wsm.config.ConfigurationManager.reset(ConfigurationManager.java:2037)
      at oracle.wsm.config.ConfigurationManager.getRepositoryAccessor(ConfigurationManager.java:1671)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:164)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:162)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl.<init>(PolicyAccessorImpl.java:160)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.<init>(PolicyCacheImpl.java:346)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.getInstance(PolicyCacheImpl.java:81)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:65)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:88)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.createSOAPBindingInterceptorChain(SuperServerInterceptorPipeline.java:287)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.createAndRegisterPolicyPipeline(AbstractSuperInterceptorPipeline.java:98)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.getPolicyPipeline(AbstractSuperInterceptorPipeline.java:85)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.forcePolicyLoad(SuperServerInterceptorPipeline.java:194)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.<init>(SuperServerInterceptorPipeline.java:71)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.createServerPipeline(GenericProviderInterceptorPipeline.java:133)
      at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.<init>(AbstractProviderInterceptorPipeline.java:122)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.<init>(GenericProviderInterceptorPipeline.java:103)
      at oracle.j2ee.ws.server.provider.GenericProviderPlatform.createProviderInterceptorPipeline(GenericProviderPlatform.java:211)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:101)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:80)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.configureProviderManagement(ProviderProcessor.java:353)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.init(ProviderProcessor.java:198)
      at oracle.j2ee.ws.server.provider.ProviderServlet.initializeProcessor(ProviderServlet.java:619)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:302)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:231)
      at javax.servlet.GenericServlet.init(GenericServlet.java:241)
      at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
      at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
      at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
      at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
      at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1984)
      at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1958)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1877)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3173)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1527)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
      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:671)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:44)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:187)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:379)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: java.rmi.ConnectException: Destination unreachable; nested exception is:
      javax.net.ssl.SSLKeyException: [Security:090504]Certificate chain received from pqvfsgbipmv001a - 10.130.43.84 failed hostname verification check. Certificate contained pqvfsgbipmv001a.int.oracleindustry.com but check expected pqvfsgbipmv001a; No available router to destination
      at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
      at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
      at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:262)
      at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:199)
      at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
      at weblogic.rjvm.RJVMFinder.findOrCreateRemoteCluster(RJVMFinder.java:316)
      at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:205)
      at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
      at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
      at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:353)
      at weblogic.jndi.Environment.getContext(Environment.java:315)
      at weblogic.jndi.Environment.getContext(Environment.java:285)
      at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
      at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
      at javax.naming.InitialContext.init(InitialContext.java:223)
      at javax.naming.InitialContext.<init>(InitialContext.java:198)
      at oracle.wsm.policymanager.BeanFactory.getInitialContext(BeanFactory.java:746)
      at oracle.wsm.policymanager.BeanFactory.getJndiObj(BeanFactory.java:780)
      at oracle.wsm.policymanager.BeanFactory.lookupJndiObj(BeanFactory.java:1061)
      at oracle.wsm.policymanager.BeanFactory.getDocumentManagerBeanEJB(BeanFactory.java:700)
      at oracle.wsm.policymanager.BeanFactory.getBeanEJB(BeanFactory.java:544)
      at oracle.wsm.policymanager.BeanFactory.getBean(BeanFactory.java:433)
      at oracle.wsm.config.ConfigurationManager$1.run(ConfigurationManager.java:1539)
      at oracle.wsm.config.ConfigurationManager.getBean(ConfigurationManager.java:1535)
      at oracle.wsm.config.ConfigurationManager.access$900(ConfigurationManager.java:109)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configureBean(ConfigurationManager.java:624)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configure(ConfigurationManager.java:568)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:520)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:407)
      at oracle.wsm.config.ConfigurationManager.initializeAccessors(ConfigurationManager.java:1874)
      at oracle.wsm.config.ConfigurationManager.reset(ConfigurationManager.java:2039)
      at oracle.wsm.config.ConfigurationManager.getRepositoryAccessor(ConfigurationManager.java:1671)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:164)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:162)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl.<init>(PolicyAccessorImpl.java:160)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.<init>(PolicyCacheImpl.java:346)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.getInstance(PolicyCacheImpl.java:81)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:65)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:88)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.createSOAPBindingInterceptorChain(SuperServerInterceptorPipeline.java:287)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.createAndRegisterPolicyPipeline(AbstractSuperInterceptorPipeline.java:98)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.getPolicyPipeline(AbstractSuperInterceptorPipeline.java:85)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.forcePolicyLoad(SuperServerInterceptorPipeline.java:194)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.<init>(SuperServerInterceptorPipeline.java:72)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.createServerPipeline(GenericProviderInterceptorPipeline.java:133)
      at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.<init>(AbstractProviderInterceptorPipeline.java:122)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.<init>(GenericProviderInterceptorPipeline.java:63)
      at oracle.j2ee.ws.server.provider.GenericProviderPlatform.createProviderInterceptorPipeline(GenericProviderPlatform.java:211)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:111)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:80)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.configureProviderManagement(ProviderProcessor.java:353)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.init(ProviderProcessor.java:199)
      at oracle.j2ee.ws.server.provider.ProviderServlet.initializeProcessor(ProviderServlet.java:619)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:302)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:232)
      at javax.servlet.GenericServlet.init(GenericServlet.java:242)
      at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
      at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
      at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
      at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
      at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1984)
      at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1958)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1877)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3174)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1527)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:489)
      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:672)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:44)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:187)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:379)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    >
    <Mar 19, 2015 7:19:39 AM GMT+00:00> <Error> <oracle.wsm.resources.policymanager> <WSM-02120> <Unable to connect to the policy access service.
    oracle.wsm.policymanager.PolicyManagerException: WSM-02120 : Unable to connect to the policy access service.
      at oracle.wsm.policymanager.BeanFactory.getInitialContext(BeanFactory.java:753)
      at oracle.wsm.policymanager.BeanFactory.getJndiObj(BeanFactory.java:780)
      at oracle.wsm.policymanager.BeanFactory.lookupJndiObj(BeanFactory.java:1061)
      at oracle.wsm.policymanager.BeanFactory.getUsageTrackerBeanEJB(BeanFactory.java:952)
      at oracle.wsm.policymanager.BeanFactory.getBeanEJB(BeanFactory.java:550)
      at oracle.wsm.policymanager.BeanFactory.getBean(BeanFactory.java:433)
      at oracle.wsm.config.ConfigurationManager$1.run(ConfigurationManager.java:1539)
      at oracle.wsm.config.ConfigurationManager.getBean(ConfigurationManager.java:1535)
      at oracle.wsm.config.ConfigurationManager.access$900(ConfigurationManager.java:109)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configureBean(ConfigurationManager.java:627)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configure(ConfigurationManager.java:568)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:520)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:407)
      at oracle.wsm.config.ConfigurationManager.initializeAccessors(ConfigurationManager.java:1874)
      at oracle.wsm.config.ConfigurationManager.reset(ConfigurationManager.java:2039)
      at oracle.wsm.config.ConfigurationManager.getRepositoryAccessor(ConfigurationManager.java:1671)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:164)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:162)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl.<init>(PolicyAccessorImpl.java:160)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.<init>(PolicyCacheImpl.java:346)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.getInstance(PolicyCacheImpl.java:81)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:65)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:88)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.createSOAPBindingInterceptorChain(SuperServerInterceptorPipeline.java:287)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.createAndRegisterPolicyPipeline(AbstractSuperInterceptorPipeline.java:98)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.getPolicyPipeline(AbstractSuperInterceptorPipeline.java:85)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.forcePolicyLoad(SuperServerInterceptorPipeline.java:194)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.<init>(SuperServerInterceptorPipeline.java:72)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.createServerPipeline(GenericProviderInterceptorPipeline.java:133)
      at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.<init>(AbstractProviderInterceptorPipeline.java:122)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.<init>(GenericProviderInterceptorPipeline.java:63)
      at oracle.j2ee.ws.server.provider.GenericProviderPlatform.createProviderInterceptorPipeline(GenericProviderPlatform.java:211)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:111)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:80)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.configureProviderManagement(ProviderProcessor.java:353)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.init(ProviderProcessor.java:199)
      at oracle.j2ee.ws.server.provider.ProviderServlet.initializeProcessor(ProviderServlet.java:619)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:302)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:232)
      at javax.servlet.GenericServlet.init(GenericServlet.java:242)
      at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
      at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
      at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
      at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
      at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1984)
      at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1958)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1877)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3174)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1527)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:489)
      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:672)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:44)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:187)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:379)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3s://pqvfsgbipmv001a,pqvfsgbipmv001b:16001: Destination unreachable; nested exception is:
      javax.net.ssl.SSLKeyException: [Security:090504]Certificate chain received from pqvfsgbipmv001a - 10.130.43.84 failed hostname verification check. Certificate contained pqvfsgbipmv001a.int.oracleindustry.com but check expected pqvfsgbipmv001a; No available router to desti

    Actual error is, 
    'CheckoutAndOpenInNative' component, version '2013_02_19 (rev 11430) 11.1.7.121', provides checkoutandopeninnative:11gR1-1.0.0 feature
    <Mar 19, 2015 7:19:47 AM GMT+00:00> <Error> <oracle.ucm.idccs> <UCM-CS-050021> <Oracle WebCenter Content failed to initialize inside its servlet environment.>
    <Mar 19, 2015 7:19:47 AM GMT+00:00> <Error> <oracle.ucm.idccs> <UCM-CS-000001> <general exception
    intradoc.common.ServiceException: !csResourceUtilsFileIOError!csResourceUtilsFileReadError,activestate.hda
      at intradoc.resource.ResourceUtils.serializeDataBinderWithEncoding(ResourceUtils.java:311)
      at intradoc.resource.ResourceUtils.serializeDataBinder(ResourceUtils.java:64)
      at intradoc.server.ActiveState.serializeData(ActiveState.java:221)
      at intradoc.server.ActiveState.load(ActiveState.java:58)
      at intradoc.server.IdcSystemLoader.finishInit(IdcSystemLoader.java:438)
      at intradoc.server.IdcSystemLoader.init(IdcSystemLoader.java:335)
      at intradoc.server.IdcServerManager.init(IdcServerManager.java:120)
      at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:625)
      at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:456)
    <Mar 19, 2015 7:19:49 AM GMT+00:00> <Error> <ServletContext-> <BEA-000000> <There is an initialization failure during start up of UCM.>
    <Mar 19, 2015 7:19:49 AM GMT+00:00> <Error> <ServletContext-> <BEA-000000> <Could not start server of type 'server' at default relative web root URL 'cs'.
    javax.servlet.ServletException: Could not start up IDC server deployment.
      at idcservlet.ServletUtils.initializeContentServer(ServletUtils.java:1284)
      at idcservlet.ServletUtils.startAndConfigureServer(ServletUtils.java:547)
      at idcservlet.ServletUtils.initializeAllServers(ServletUtils.java:460)
      at idcservlet.IdcFilter.initContentServer(IdcFilter.java:181)
      at idcservlet.IdcFilter.init(IdcFilter.java:156)
      Truncated. see log file for complete stacktrace
    Caused By: java.io.IOException: Oracle WebCenter Content failed to initialize inside its servlet environment.
      at intradoc.idcwls.IdcIntegrateWrapper.initializeServer(IdcIntegrateWrapper.java:139)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      Truncated. see log file for complete stacktrace
    Caused By: intradoc.common.ServiceException: !csResourceUtilsFileIOError!csResourceUtilsFileReadError,activestate.hda
      at intradoc.resource.ResourceUtils.serializeDataBinderWithEncoding(ResourceUtils.java:311)
      at intradoc.resource.ResourceUtils.serializeDataBinder(ResourceUtils.java:64)
      at intradoc.server.ActiveState.serializeData(ActiveState.java:221)
      at intradoc.server.ActiveState.load(ActiveState.java:58)
      at intradoc.server.IdcSystemLoader.finishInit(IdcSystemLoader.java:438)
      Truncated. see log file for complete stacktrace
    Caused By: java.io.IOException: !syUnableToCreateDateFormat,M/d{/yy}{ h:mm[:ss]{ a}}\!mAM\,PM\!tGMT0!syUnableToParseTimeZone
      at intradoc.data.DataSerializeUtils.determineParameterizedLocalization(DataSerializeUtils.java:373)
      at intradoc.serialize.DataBinderSerializer.receiveEx(DataBinderSerializer.java:501)
      at intradoc.data.DataSerializeUtils.receiveEx(DataSerializeUtils.java:87)
      at intradoc.data.DataBinder.receiveEx(DataBinder.java:2079)
      at intradoc.resource.ResourceUtils.serializeDataBinderWithEncoding(ResourceUtils.java:290)
      Truncated. see log file for complete stacktrace
    Caused By: intradoc.common.ParseStringException: !syUnableToParseTimeZone
      at intradoc.common.IdcDateFormat.optimizeFormat(IdcDateFormat.java:692)
      at intradoc.common.IdcDateFormat.initEx(IdcDateFormat.java:291)
      at intradoc.common.IdcDateFormat.initWithDefaultTimezone(IdcDateFormat.java:187)
      at intradoc.common.IdcDateFormat.init(IdcDateFormat.java:151)
      at intradoc.data.DataSerializeUtils.determineParameterizedLocalization(DataSerializeUtils.java:364)
      Truncated. see log file for complete stacktrace
    >

  • Security Error when starting the server - WPLS 7.0

    Security Error when starting the server - WPLS 7.0
    what may be the reason ...
    console :
    BUILD SUCCESSFUL
    Total time: 3 seconds
    Starting WebLogic Server...
    <May 30, 2005 4:22:15 PM IST> <Notice> <Management> <140005> <Loading configuration C:\cpDomain\.\config.xml>
    <May 30, 2005 4:22:18 PM IST> <Info> <Logging> <000000> <FileLogger Opened at C:\cpDomain\portalServer\weblogi
    c.portalServer.log>
    <May 30, 2005 4:22:21 PM IST> <Info> <Security> <090516> <The RoleMapper provider has preexisting LDAP data.>
    <May 30, 2005 4:22:21 PM IST> <Info> <Security> <090516> <The Authorizer provider has preexisting LDAP data.>
    <May 30, 2005 4:22:21 PM IST> <Info> <Security> <090143> <The weblogic keystore provider DefaultKeyStore in re
    alm cprealm cannot be used for private keys because its configured private key keystore file wlDefaultKeyStore
    .jks does not exist.>
    <May 30, 2005 4:22:21 PM IST> <Info> <Security> <090142> <The weblogic keystore provider DefaultKeyStore in re
    alm cprealm cannot be used for trusted (root) CAs because its trusted (root) CA keystore was not configured.>
    <May 30, 2005 4:22:21 PM IST> <Notice> <Security> <090082> <Security initializing using realm cprealm.>
    <May 30, 2005 4:22:21 PM IST> <Critical> <WebLogicServer> <000364> <Server failed during initialization. Excep
    tion:java.lang.SecurityException: Authentication for user weblogic denied
    java.lang.SecurityException: Authentication for user weblogic denied
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doBootAuthorization(SecurityServiceMan
    agerDelegateImpl.java:411)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDeleg
    ateImpl.java:539)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:917)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    >
    <May 30, 2005 4:22:21 PM IST> <Emergency> <WebLogicServer> <000342> <Unable to initialize the server: Fatal in
    itialization exception
    Throwable: java.lang.SecurityException: Authentication for user weblogic denied
    java.lang.SecurityException: Authentication for user weblogic denied
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doBootAuthorization(SecurityServiceMan
    agerDelegateImpl.java:411)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDeleg
    ateImpl.java:539)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:917)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    >
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.SecurityException: Authentication for user weblogic denied
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doBootAuthorization(SecurityServiceMan
    agerDelegateImpl.java:411)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDeleg
    ateImpl.java:539)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:917)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    Reason: Fatal initialization exception
    Throwable: java.lang.SecurityException: Authentication for user weblogic denied
    java.lang.SecurityException: Authentication for user weblogic denied
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doBootAuthorization(SecurityServiceMan
    agerDelegateImpl.java:411)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDeleg
    ateImpl.java:539)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:917)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    C:\cpDomain\bin>
    Thanks
    Thanks & Regards,
    Siva VP,
    [email protected]

    Looks like you cannot connect to LDAP. Are you configured correctly?

  • "Not an executable or is a link" errors when starting Messaging Server

    "Not an executable or is a link" errors when starting Messaging Server
    <P>
    If Calendar Server 3.x has been installed to the same server root
    as Messaging server, it is possible that the command 'NscpMail start'
    to restart the server will return a string of errors:
    # /etc/NscpMail start
    19971207145610:Dispatch:Notification:Local Module
    (Account-Handler) is not a n executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Local Module
    (Account-Manager) is not a n executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Local Module
    (AutoReply-Handler) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Local Module
    (Configuration-Manager) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Local Module
    (Error-Handler) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Local Module
    (Mailbox-Deliver) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Local Module
    (Program-Deliver) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Local Module
    (SMTP-Deliver) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Local Module
    (SMTP-Router) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Local Module
    (UNIX-Deliver) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Network Module
    (Finger-Server) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Network Module
    (IMAP4-Server) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Network Module
    (POP3-Server) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Network Module
    (SMTP-Accept) is not an executable or is a link.
    Module not loaded.
    Startup Problem:
    Module Error-Handler is required for proper operation.
    Netscape Messaging Server Exiting!
    The Calendar server 3.x installation may have changed the permissions
    on [server-root]/bin directory from 755 to 750. Simply issue the
    command (as root) 'chmod 755 [server-root]/bin' and then start
    the server with the 'NscpMail start' command, and it should start
    without a problem.

    "Not an executable or is a link" errors when starting Messaging Server
    <P>
    If Calendar Server 3.x has been installed to the same server root
    as Messaging server, it is possible that the command 'NscpMail start'
    to restart the server will return a string of errors:
    # /etc/NscpMail start
    19971207145610:Dispatch:Notification:Local Module
    (Account-Handler) is not a n executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Local Module
    (Account-Manager) is not a n executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Local Module
    (AutoReply-Handler) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Local Module
    (Configuration-Manager) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Local Module
    (Error-Handler) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Local Module
    (Mailbox-Deliver) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Local Module
    (Program-Deliver) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Local Module
    (SMTP-Deliver) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Local Module
    (SMTP-Router) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Local Module
    (UNIX-Deliver) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Network Module
    (Finger-Server) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Network Module
    (IMAP4-Server) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Network Module
    (POP3-Server) is not an executable or is a link.
    Module not loaded.
    19971207145610:Dispatch:Notification:Network Module
    (SMTP-Accept) is not an executable or is a link.
    Module not loaded.
    Startup Problem:
    Module Error-Handler is required for proper operation.
    Netscape Messaging Server Exiting!
    The Calendar server 3.x installation may have changed the permissions
    on [server-root]/bin directory from 755 to 750. Simply issue the
    command (as root) 'chmod 755 [server-root]/bin' and then start
    the server with the 'NscpMail start' command, and it should start
    without a problem.

  • Communication error with the opmn server local port

    Working on 64-bit R12.0.6 on AIX 5L
    Application services are not being started properly. They are being started with status 2(sometimes with 4).
    Autocinfig is being successfully completed.
    Please help me how I can get rid of this error. Following are some of the environment setting details:
    ons.conf
    nodes=appaix02.us.oracle.com:15007
    opmn.xml
    <opmn xmlns="http://www.oracle.com/ias-instance">
    <notification-server>
    <port local="15006" remote="15007" request="15005"/>
    opmn.log
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    ons.log
    07/01/11 13:12:02 [4] ONS server initiated
    07/01/11 13:12:52 [4] Logging disabled
    07/01/11 13:12:53 [4] ONS server initiated
    07/01/11 13:13:04 [4] Logging disabled
    07/01/11 13:13:04 [4] ONS server initiated
    07/01/11 13:13:17 [4] Logging disabled
    07/01/11 13:13:28 [4] ONS server initiated
    07/01/11 13:13:40 [4] Logging disabled
    07/01/11 13:13:41 [4] ONS server initiated
    07/01/11 13:14:20 [4] Logging disabled
    07/01/11 13:14:21 [4] ONS server initiated
    07/01/11 13:14:29 [4] Logging disabled
    07/01/11 13:14:29 [4] ONS server initiated
    07/01/11 13:14:34 [4] Logging disabled
    07/01/11 13:14:34 [4] ONS server initiated
    07/01/11 13:15:53 [4] Logging disabled
    adopmnctl.txt
    10/08/10-23:30:43 :: adopmnctl.sh version 120.4.12000000.3
    10/08/10-23:30:43 :: adopmnctl.sh: Stopping Oracle Process Manager (OPMN) and t
    he managed processes
    opmnctl: stopping opmn and all managed processes...
    10/09/10-11:13:41 :: adopmnctl.sh version 120.4.12000000.3
    10/09/10-11:13:41 :: adopmnctl.sh: Starting Oracle Process Manager (OPMN)
    opmnctl: opmn start failed.
    10/09/10-11:15:09 :: adopmnctl.sh: exiting with status 2
    adformsctl.txt
    opmnctl: stopping opmn managed processes...
    10/09/10-11:18:11 :: adformsctl.sh version 120.12.12000000.5
    10/09/10-11:18:11 :: adformsctl.sh: starting OPMN if it is not running
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    opmnctl: opmn start failed.
    Please help.

    "A point to add"
    I just noticed that following message is being continously receiving in the database alert_log:
    Sat Oct 9 16:04:52 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:05:32 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:06:30 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:07:10 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:09:35 2010
    Incremental checkpoint up to RBA [0x1d.1f9928.0], current log tail at RBA [0x1d.1f9a79.0]
    Sat Oct 9 16:11:52 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:29:40 2010
    Incremental checkpoint up to RBA [0x1d.1f9b87.0], current log tail at RBA [0x1d.1f9bf4.0]
    ~
    Please help.

  • Error when Starting OIS server

    When I was trying to start OIS, I got the following error.
    start_ois_server_nptl
    Using NPTL Threading Library.
    OIS Server started with pid: 20964
    [root@localhost ~]# bind: ??????
    Identity server: Error: bind
    Starting OIS server Watchdog.....
    OIS Server Watchdog cannot run, because there is no OIS Server to watch.

    Stop the existing IS & AS as root or kill the (ois_server,aaa_server) process manually since the pid, pid_watchdog process are catch hold by root user. Logon as normal oracle user and issue the command start_ois_sever_nptl.

  • Getting error while starting the server.

    I am getting the following error while starting the server. Please help
    trc file: "C:\SAP\JP1\JC00\work\dev_jstart", trc level: 1, release: "710"
    sysno      00
    sid        JP1
    systemid   560 (PC with Windows NT)
    relno      7100
    patchlevel 0
    patchno    0
    intno      20063500
    make       multithreaded, Unicode, optimized
    profile    C:\SAP\JP1\SYS\profile\JP1_JC00_EmpMXMobile
    pid        2240
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, JM
    arguments :
      arg[ 0] : C:\SAP\JP1\SYS\exe\run\jstart.exe
      arg[ 1] : pf=C:\SAP\JP1\SYS\profile\JP1_JC00_EmpMXMobile

    F [Thr 3540] Tue Sep 04 20:55:33 2007
    F  [Thr 3540] SfCJdkConfig::get: JDK home directory is set by profile
    F  [Thr 3540]      Java home: C:\SAP\JP1\SYS\exe\run\sapjvm_5
    F  [Thr 3540] SfCJdkConfig::get: Java VM type is set by profile
    F  [Thr 3540]      Java VM type: server
    F  ********************************************************************************
    F  Java SDK properties (C:\SAP\JP1\JC00\work\jstart.jdk)
    F    root directory    : C:\SAP\JP1\SYS\exe\run\sapjvm_5
    F    vendor            : SAP AG
    F    version           : 1.5.0_07-b00
    F    cpu               : x86
    F    java vm type      : server
    F    jvm library name  : jvm.dll
    F    library path      : C:\SAP\JP1\SYS\exe\run\sapjvm_5\jre\bin\server;C:\SAP\JP1\SYS\exe\run\sapjvm_5\jre\bin
    F    executable path   : C:\SAP\JP1\SYS\exe\run\sapjvm_5\bin
    F  ********************************************************************************
    I  [Thr 3540] MtxInit: 30002 0 2
    F  [Thr 3540] JsfCreateShm: ShmCreate(79, 4096, ATTACH) failed (rc = 3 SHM segment doesn't exist)...
    F  [Thr 3540] SfCInstanceManager::newState: starting run level 1.
    F  [Thr 3540] *** ERROR => SfICreateFiElem: FiInit(JSF-FI-BRSESS, 1, 32) failed (rc = 6 invalid argument) [jsfxxshm.c   1909]
    F  [Thr 3540] *** ERROR => SfEInternalError: SfCInstanceManager::createDynShm: JsfCreateDynShm failed (rc = 1 general error)  [sfxxinst.hpp 349]
    SAP (R) - R/3(TM) Callstack, Version 1.0
    Copyright (C) SAP AG. All rights reserved.
    Callstack without Exception:
    App       : jstart.exe (pid=2240)
    When      : 9/4/2007 20:55:34.296
    Threads   : 2
    Computer Name       : EMPMXMOBILE
    User Name           : SYSTEM
    Number of Processors: 2
    Processor Type: x86 Family 6 Model 15 Stepping 6
    Windows Version     : 5.1 Current Build: 2600
    Stack Dump for Thread Id dd4
    --> Stack Back Trace <--
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    0006f784 00000000 7c8025cb 00000000 00000604 00000000 ntdll!KiFastSystemCallRet
    0006f7fc 00000000 004385ac 00000000 00000604 00000000 kernel32!WaitForSingleObject
    0006f820 00000000 0044aeee 00000000 0044af27 00000000 jstart!_STL::basic_ostream<wchar_t,_STL::char_traits<wchar_t> >::operator<<
    0006fa40 00000000 7c9106eb 00000000 78134d85 00000000 jstart!_STL::basic_ostream<wchar_t,_STL::char_traits<wchar_t> >::operator<<
    005b36b8 00000000 00000000 00000000 00000029 00000000 ntdll!RtlAllocateHeap
    Stack Dump for Thread Id dd8
    --> Stack Back Trace <--
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    0172feac 00000000 7c8314a6 00000000 00000674 00000000 ntdll!KiFastSystemCallRet
    0172ff74 00000000 781329b9 00000000 00000000 00000000 jstart!FcaConnection_fcaCloseOutput
    0172ffac 00000000 78132a45 00000000 7c910738 00000000 MSVCR80!endthreadex
    0172ffec 00000000 00000000 00000000 781329df 00000000 MSVCR80!endthreadex

    F [Thr 3540] Tue Sep 04 20:55:34 2007
    F  [Thr 3540] SfCOptions::doExit: goodbye... (exitcode 1, retcode 1)

    Hi Viji,
                It seem's some memory(RAM) problem is strucking, can you try to shut down the OS and try to start the server?
    Regards,
    Hari.

Maybe you are looking for

  • How do I stop firefox from remembering my passwords?

    I want firefox not to remember the my passwords in this computer as I will not be using this computer anymore. How do I stop password remembering feature>

  • CS4 Bridge - Black stroke around image in Web Gallery

    More specifically, I'm using the LightRoom Flash Gallery selection as that provides just the structure that I want/need. To match my website (still in construction) I've altered the colors in Bridge's controls. Separately, I've added a frame around e

  • "My Windows 7 Dell will see Airport network but will not connect"

    "My Windows 7 Dell will see Airport network but will not connect" Can anyone help me out with this? Thanks,

  • ITunes Will Not Open Until Restart

    Sometimes iTunes doesn't start (after docking or after double clicking). I know if I restart that it will work fine, but don't want to have to restart just to load the application. Is it a cache issue or is it possible that another file is running in

  • How to return to root node immediately

    Hi, In my repository manager, there're 2 kinds of navigation: folder-based and navigation-based. The user can change navigation type at runtime, while navigating inside a folder. I plan to add a command ( extends AbstractCommand ) in the context menu