Issues Starting OMS

I have had grid control, agent, and weblogic installed and running just fine for almost the last year. Yesterday we had some space issues. So I was removing *.log (not the online/redo files) and a bunch of old *.trc files. I'm not sure if I accidentally removed a file that needed to be there, because now I'm having issues. When I go to the grid control page I get:
Backend WLS or EM application seems to be down
Ok. So I check the status of opmn:
C:\app\oracle\Middleware\oms11g\BIN> emctl status oms
Oracle Enterprise Manager 11g Release 1 Grid Control
Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
WebTier is Up
Oracle Management Server is Down
Alright, So try to start it:
C:\app\oracle\Middleware\oms11g\BIN>emctl start oms
Oracle Enterprise Manager 11g Release 1 Grid Control
Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
Windows service OracleManagementServer_EMGC_OMS1_1 failed to be started
Oracle Management Server is Down
Please check C:/app/Oracle/gc_inst/em/EMGC_OMS1\sysman\log\emctl.log for error details
When I check the emctl status details: I get the port numbers and this:
OMS is not configured with SLB or virtual hostname
In the log file C:/app/Oracle/gc_inst/em/EMGC_OMS1\sysman\log\emctl.log
[Thread-2] INFO wls.OMSController run.1159 - <ERR>java.util.MissingResourceException: Can't find bundle for base name wsmManageHelp, locale en_US
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1521)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1260)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at java.util.ResourceBundle.getBundle(ResourceBundle.java:715)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at weblogic.management.scripting.utils.ScriptCommandsHelp.addHelpCommandGroup(ScriptCommandsHelp.java:564)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at weblogic.management.scripting.InformationHandler.addHelpCommandGroup(InformationHandler.java:1591)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at weblogic.management.scripting.WLScriptContext.addHelpCommandGroup(WLScriptContext.java:1063)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at java.lang.reflect.Method.invoke(Method.java:597)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.core.PyReflectedFunction.__call__(Unknown Source)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.core.PyMethod.__call__(Unknown Source)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.core.PyObject.__call__(Unknown Source)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.core.PyObject.invoke(Unknown Source)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.pycode._pyx2.addHelpCommandGroup$21(<iostream>:440)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.pycode._pyx2.call_function(<iostream>)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.core.PyTableCode.call(Unknown Source)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.core.PyTableCode.call(Unknown Source)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.core.PyFunction.__call__(Unknown Source)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.pycode._pyx33.wsm_init_help$1(C:\app\oracle\MIDDLE~1\ORACLE~1\common\wlst\wsmManage.py:22)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.pycode._pyx33.call_function(C:\app\oracle\MIDDLE~1\ORACLE~1\common\wlst\wsmManage.py)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.core.PyTableCode.call(Unknown Source)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.core.PyTableCode.call(Unknown Source)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.core.PyFunction.__call__(Unknown Source)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.pycode._pyx33.f$0(C:\app\oracle\MIDDLE~1\ORACLE~1\common\wlst\wsmManage.py:184)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.pycode._pyx33.call_function(C:\app\oracle\MIDDLE~1\ORACLE~1\common\wlst\wsmManage.py)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.core.PyTableCode.call(Unknown Source)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.core.PyCode.call(Unknown Source)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.core.Py.runCode(Unknown Source)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.core.__builtin__.execfile_flags(Unknown Source)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at org.python.util.PythonInterpreter.execfile(Unknown Source)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at weblogic.management.scripting.utils.WLSTInterpreter.execPyFiles(WLSTInterpreter.java:353)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at weblogic.management.scripting.utils.WLSTInterpreter.execDefaultUserModules(WLSTInterpreter.java:339)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at weblogic.management.scripting.utils.WLSTInterpreter.setModules(WLSTInterpreter.java:173)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at weblogic.management.scripting.utils.WLSTInterpreter.<init>(WLSTInterpreter.java:135)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at weblogic.management.scripting.WLST.main(WLST.java:90)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at java.lang.reflect.Method.invoke(Method.java:597)
[Thread-2] INFO wls.OMSController run.1159 - <ERR>     at weblogic.WLST.main(WLST.java:29)
When I check the Event Viewer log:
Log Name: Application
Source: OracleManagementServer_EMGC_OMS1_1
Date: 2/16/2012 11:02:28 AM
Event ID: 4
Task Category: (2)
Level: Error
Keywords: Classic
User: N/A
Computer:
Description:
The description for Event ID 4 from source OracleManagementServer_EMGC_OMS1_1 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
02/16/12 11:02:28 central exited with retCode 1.
the message resource is present but the message is not found in the string/message table
I'm not sure why I can't get this to start. Please help.

OEMCTL für Windows NT: Version 9.2.0.1.0 Production
the OS ist win2003 SE
the Oracle VErsion is 9.2.0.7Check your ORACLE_HOME. You may be in the wrong one.

Similar Messages

  • Error while starting OMS during installation of Enterprise Manager12c

    Hello Guys,
    I am trying to install Oracle Enterprise Manager 12c(64bit) on OEL5.2(64bit), but after successfully going through all
    the per-requisites of the installation; the installation fails at 89% "Start Oracle Management Service" phase and
    at "Agent Configuration Assistant" phase.
    Error is "Error Starting server EMGC_OMS1: weblogic.nodemanager.NMException: Exception while starting server 'EMGC_OMS1'"
    Tried to resolve the certificate issue in the log following the MOS [ID 1320530.1] - Ignoring the trusted CA certificate warnings when connecting to Node Manager using WLST nmConnect() but the command keytool failed with java exception.
    I am using two VMs for the setup:-
    Oracle Management Repository :=
    Server Name = OEM12c-OMR-01.example.com
    Operating system = OEL5.5(64bit)
    Database = Oracle Database 11g Enterprise (64bit)
    Database SID     = OMR
    Ram          = 8 GB
    HDD          = 100 GB
    Oracle Management Repository :=
    Server Name      = OEM12c-OMS-01.example.com
    Operating system = OEL5.2(64bit)
    Ram          = 8 GB
    HDD          = 100 GB
    OEM Installer log:=
    INFO: oracle.sysman.top.oms:BaseConfiguration:invoke:Starting BaseConfiguration invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=9:microstep=0
    INFO: oracle.sysman.top.oms:Fetcing ports from teh static ports file: /home/oracle/software/oracle/middleware/.gcinstall_temp/staticports.ini
    INFO: oracle.sysman.top.oms:Starting OMS ...
    INFO: oracle.sysman.top.oms:Executing command: /home/oracle/software/oracle/middleware/oms/bin/emctl start oms
    INFO: oracle.sysman.top.oms:Oracle Enterprise Manager Cloud Control 12c Release 12.1.0.1.0
    INFO: oracle.sysman.top.oms:Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.
    INFO: oracle.sysman.top.oms:Starting WebTier...
    INFO: oracle.sysman.top.oms:WebTier Successfully Started
    INFO: oracle.sysman.top.oms:Starting Oracle Management Server...
    INFO: oracle.sysman.top.oms:Oracle Management Server Could Not Be Started
    INFO: oracle.sysman.top.oms:Oracle Management Server is Down
    INFO: oracle.sysman.top.oms:Please check /home/oracle/software/oracle/middleware/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log for error details
    SEVERE: oracle.sysman.top.oms:Starting of OMS failed.
    INFO: oracle.sysman.top.oms:The plug-in Start Oracle Management Service has failed its optional perform method
    INFO: oracle.sysman.top.oms:About to execute plug-in Start Oracle Management Service
    INFO: oracle.sysman.top.oms:The plug-in Start Oracle Management Service is running
    INFO: oracle.sysman.top.oms:Internal PlugIn Class: oracle.sysman.oms.StartOMS
    INFO: oracle.sysman.top.oms:Classpath = /home/oracle/software/oracle/middleware/oms/sysman/jlib/omsConfig.jar:/home/oracle/software/oracle/middleware/oms/jdbc/lib/ojdbc6.jar:/home/oracle/software/oracle/middleware/oms/sysman/jlib/emcore_client.jar:/home/oracle/software/oracle/middleware/oms/../modules/com.bea.core.apache.log4j_1.2.13.jar:/home/oracle/software/oracle/middleware/oms/jlib/rcucommon.jar:/home/oracle/software/oracle/middleware/oms/jdbc/lib/ojdbc6.jar:/home/oracle/software/oracle/middleware/oms/sysman/jlib/emagentSDK.jar:/home/oracle/software/oracle/middleware/oms/../oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar:/home/oracle/software/oracle/middleware/oms/../oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/home/oracle/software/oracle/middleware/oms/../oracle_common/modules/oracle.xdk_11.1.0/xml.jar:/home/oracle/software/oracle/middleware/oms/../oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/home/oracle/software/oracle/middleware/oms/../oracle_common/modules/oracle.dms_11.1.1/dms.jar:/home/oracle/software/oracle/middleware/oms/../oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/home/oracle/software/oracle/middleware/oms/jlib/rcu.jar
    INFO: oracle.sysman.top.oms:BaseConfiguration:invoke:Starting BaseConfiguration invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=9:microstep=0
    INFO: oracle.sysman.top.oms:Fetcing ports from teh static ports file: /home/oracle/software/oracle/middleware/.gcinstall_temp/staticports.ini
    INFO: oracle.sysman.top.oms:Starting OMS ...
    INFO: oracle.sysman.top.oms:Executing command: /home/oracle/software/oracle/middleware/oms/bin/emctl start oms
    INFO: oracle.sysman.top.oms:Oracle Enterprise Manager Cloud Control 12c Release 12.1.0.1.0
    INFO: oracle.sysman.top.oms:Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.
    INFO: oracle.sysman.top.oms:Starting WebTier...
    INFO: oracle.sysman.top.oms:WebTier Successfully Started
    INFO: oracle.sysman.top.oms:Starting Oracle Management Server...
    INFO: oracle.sysman.top.oms:Oracle Management Server Could Not Be Started
    INFO: oracle.sysman.top.oms:Oracle Management Server is Down
    INFO: oracle.sysman.top.oms:Please check /home/oracle/software/oracle/middleware/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log for error details
    SEVERE: oracle.sysman.top.oms:Starting of OMS failed.
    INFO: oracle.sysman.top.oms:The plug-in Start Oracle Management Service has failed its optional perform method
    /home/oracle/software/oracle/middleware/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log :=
    2012-06-03 21:19:28,986 [main] DEBUG wls.OMSController main.199 - Log location is /home/oracle/software/oracle/middleware/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log
    2012-06-03 21:19:28,989 [main] INFO wls.OMSController startOMS.828 - admin start is false
    2012-06-03 21:19:28,989 [main] INFO wls.OMSController startOMS.829 - is service is false
    2012-06-03 21:19:29,005 [main] INFO wls.OMSController getEnvProps.476 - Setting trust store system properties: -Dweblogic.security.TrustKeyStore=DemoTrust -Dweblogic.security.SSL.ignoreHostnameVerification=true -Djava.security.egd=file:///dev/./urandom
    2012-06-03 21:19:29,006 [main] INFO wls.OMSController startOMS.848 - Starting WebTier...
    2012-06-03 21:19:29,010 [main] INFO util.WebTierUtil execCmd.407 - Running the command: /home/oracle/software/oracle/middleware/gc_inst/WebTierIH1/bin/opmnctl stopall
    2012-06-03 21:19:34,028 [main] INFO util.WebTierUtil getProcessResult.467 - opmnctl cmd output: opmnctl stopall: stopping opmn and all managed processes...
    2012-06-03 21:19:34,029 [main] INFO util.WebTierUtil getProcessResult.475 - opmnctl cmd error:
    2012-06-03 21:19:34,029 [main] INFO util.WebTierUtil getProcessResult.479 - opmnctl cmd exited with code 0
    2012-06-03 21:19:34,030 [main] INFO util.WebTierUtil execCmd.407 - Running the command: /home/oracle/software/oracle/middleware/gc_inst/WebTierIH1/bin/opmnctl startall
    2012-06-03 21:19:40,300 [main] INFO util.WebTierUtil getProcessResult.467 - opmnctl cmd output: opmnctl startall: starting opmn and all managed processes...
    2012-06-03 21:19:40,301 [main] INFO util.WebTierUtil getProcessResult.475 - opmnctl cmd error:
    2012-06-03 21:19:40,301 [main] INFO util.WebTierUtil getProcessResult.479 - opmnctl cmd exited with code 0
    2012-06-03 21:19:40,302 [main] INFO wls.OMSController startOMS.859 - WebTier Successfully Started
    2012-06-03 21:19:40,302 [main] INFO wls.OMSController startOMS.886 - wlst command is /home/oracle/software/oracle/middleware/oracle_common/common/bin/wlst.sh /home/oracle/software/oracle/middleware/oms/bin/startOMS.py
    2012-06-03 21:19:40,302 [main] INFO wls.OMSController startOMS.887 - Executing the wlst command for startOMS...
    2012-06-03 21:19:40,303 [main] INFO wls.OMSController startOMS.891 - optional admin start is false
    2012-06-03 21:19:40,303 [main] INFO wls.OMSController startOMS.892 - optional pbsonly start is false
    2012-06-03 21:19:40,353 [Thread-1] INFO wls.OMSController run.1744 - <OUT>CLASSPATH=/home/oracle/software/oracle/middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/oracle/software/oracle/middleware/jdk16/jdk/lib/tools.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/server/lib/weblogic.jar:/home/oracle/software/oracle/middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/server/lib/webservices.jar:/home/oracle/software/oracle/middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/home/oracle/software/oracle/middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/home/oracle/software/oracle/middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/oracle/software/oracle/middleware/jdk16/jdk/lib/tools.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/server/lib/weblogic.jar:/home/oracle/software/oracle/middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/server/lib/webservices.jar:/home/oracle/software/oracle/middleware/modules//wlst/resources/igfwlsthelp.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/jps-wlst.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/jrf-wlst.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/oamap_help.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/oamAuthnProvider.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/ossoiap_help.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/ossoiap.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/ovdwlsthelp.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/sslconfigwlst.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/wsm-wlst.jar
    2012-06-03 21:19:40,354 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:19:40,354 [Thread-1] INFO wls.OMSController run.1744 - <OUT>PATH=/home/oracle/software/oracle/middleware/wlserver_10.3/server/bin:/home/oracle/software/oracle/middleware/modules/org.apache.ant_1.7.1/bin:/home/oracle/software/oracle/middleware/jdk16/jdk/jre/bin:/home/oracle/software/oracle/middleware/jdk16/jdk/bin:/home/oracle/software/oracle/middleware/oms/bin:/home/oracle/software/oracle/middleware/oms/jdk/bin:/home/oracle/software/oracle/middleware/oms/perl/bin:/home/oracle/software/oracle/middleware/wlserver_10.3/server/bin:/home/oracle/software/oracle/middleware/modules/org.apache.ant_1.7.1/bin:/home/oracle/software/oracle/middleware/jdk16/jdk/jre/bin:/home/oracle/software/oracle/middleware/jdk16/jdk/bin:/usr/bin:/usr/ccs/bin:/usr/bin:/usr/ccs/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin:/OEM12c/install:/OEM12c/install:/bin:/usr/bin
    2012-06-03 21:19:40,354 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:19:40,355 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Your environment has been set.
    2012-06-03 21:19:40,355 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:19:40,356 [Thread-1] INFO wls.OMSController run.1744 - <OUT>CLASSPATH=/home/oracle/software/oracle/middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/oracle/software/oracle/middleware/jdk16/jdk/lib/tools.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/server/lib/weblogic.jar:/home/oracle/software/oracle/middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/server/lib/webservices.jar:/home/oracle/software/oracle/middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/home/oracle/software/oracle/middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/home/oracle/software/oracle/middlewarehe.ant_1.7.1/lib/ant-all.jar:/home/oracle/software/oracle/middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/home/oracle/software/oracle/middleware/oms/sysman/jlib/emagentSDK.jar:/home/oracle/software/oracle/middleware/oms/sysman/jlib/emCORE.jar:/home/oracle/software/oracle/middleware/oracle_common/modules/oracle.http_client_11.1.1.jar:/home/oracle/software/oracle/middleware/oracle_common/modules/oracle.pki_11.1.1/oraclepki.jar:/home/oracle/software/oracle/middlewarerces/ossoiap_help.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/ossoiap.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/ovdwlsthelp.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/sslconfigwlst.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/wsm-wlst.jar:/home/oracle/software/oracle/middleware/utils/config/10.3/config-launch.jar::/home/oracle/software/oracle/middleware/wlserver_10.3/common/derby/lib/derbynet.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/common/derby/lib/derbytools.jar::
    2012-06-03 21:19:41,231 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:19:41,232 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Initializing WebLogic Scripting Tool (WLST) ...
    2012-06-03 21:19:41,232 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:19:44,452 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Welcome to WebLogic Server Administration Scripting Shell
    2012-06-03 21:19:44,452 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:19:44,453 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Type help() for help on available commands
    2012-06-03 21:19:44,453 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:19:44,525 [Thread-1] INFO wls.OMSController run.1744 - <OUT>nm home is /home/oracle/software/oracle/middleware/gc_inst/NodeManager/emnodemanager
    2012-06-03 21:19:44,527 [Thread-1] INFO wls.OMSController run.1744 - <OUT>is_admin_host is TRUE
    2012-06-03 21:19:44,527 [Thread-1] INFO wls.OMSController run.1744 - <OUT>admin_start is FALSE
    2012-06-03 21:19:44,528 [Thread-1] INFO wls.OMSController run.1744 - <OUT>admin_only_start is NONE
    2012-06-03 21:19:44,958 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Connecting to Node Manager ...
    2012-06-03 21:19:45,127 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Jun 3, 2012 9:19:45 PM IST> <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>
    2012-06-03 21:19:46,368 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Jun 3, 2012 9:19:46 PM IST> <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.>
    2012-06-03 21:19:46,376 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Jun 3, 2012 9:19:46 PM IST> <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.>
    2012-06-03 21:19:46,384 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Jun 3, 2012 9:19:46 PM IST> <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.>
    2012-06-03 21:19:46,386 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Jun 3, 2012 9:19:46 PM IST> <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.>
    2012-06-03 21:19:46,391 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Jun 3, 2012 9:19:46 PM IST> <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.>
    2012-06-03 21:19:46,393 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Jun 3, 2012 9:19:46 PM IST> <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.>
    2012-06-03 21:19:46,397 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Jun 3, 2012 9:19:46 PM IST> <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.>
    2012-06-03 21:19:46,412 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Jun 3, 2012 9:19:46 PM IST> <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.>
    2012-06-03 21:19:46,417 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Jun 3, 2012 9:19:46 PM IST> <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.>
    2012-06-03 21:19:46,584 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Successfully Connected to Node Manager.
    2012-06-03 21:19:46,585 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of node manager:
    2012-06-03 21:19:46,585 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Currently connected to Node Manager to monitor the domain GCDomain.
    2012-06-03 21:19:46,585 [Thread-1] INFO wls.OMSController run.1744 - <OUT>current status of EMGC_ADMINSERVER:
    2012-06-03 21:19:46,586 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:19:46,586 [Thread-1] INFO wls.OMSController run.1744 - <OUT>RUNNING
    2012-06-03 21:19:46,586 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:19:46,586 [Thread-1] INFO wls.OMSController run.1744 - <OUT>current status of EMGC_OMS1:
    2012-06-03 21:19:46,587 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:19:46,587 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-06-03 21:19:46,587 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:19:46,587 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Starting server EMGC_OMS1
    2012-06-03 21:19:46,587 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Starting server EMGC_OMS1 ...
    2012-06-03 21:37:51,702 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Error Starting server EMGC_OMS1: weblogic.nodemanager.NMException: Exception while starting server 'EMGC_OMS1'
    2012-06-03 21:37:51,702 [Thread-1] INFO wls.OMSController run.1744 - <OUT>new status of EMGC_OMS1:
    2012-06-03 21:37:51,703 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:37:51,703 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-06-03 21:37:51,704 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:37:51,704 [Thread-1] INFO wls.OMSController run.1744 - <OUT>wait until EMGC_OMS1 becomes RUNNING
    2012-06-03 21:37:51,704 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:37:51,704 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-06-03 21:37:51,705 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:37:51,705 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-06-03 21:38:01,708 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-06-03 21:38:01,709 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:38:01,709 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-06-03 21:38:01,709 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:38:01,709 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-06-03 21:38:11,711 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-06-03 21:38:11,712 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:38:11,712 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-06-03 21:38:11,712 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:38:11,713 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-06-03 21:38:21,714 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-06-03 21:38:21,715 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:38:21,715 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-06-03 21:38:21,715 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:38:21,715 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-06-03 21:38:31,717 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-06-03 21:38:31,718 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:38:31,718 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-06-03 21:38:31,718 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:38:31,718 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-06-03 21:38:41,719 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-06-03 21:38:41,720 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:38:41,720 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-06-03 21:38:41,720 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:38:41,720 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-06-03 21:38:51,722 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-06-03 21:38:51,723 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:38:51,723 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-06-03 21:38:51,724 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:38:51,724 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-06-03 21:39:01,725 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-06-03 21:39:01,726 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:39:01,727 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-06-03 21:39:41,739 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:39:41,739 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-06-03 21:39:51,741 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-06-03 21:39:51,742 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:39:51,742 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-06-03 21:40:01,746 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:40:01,746 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-06-03 21:40:11,748 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-06-03 21:40:11,749 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:40:11,749 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-06-03 21:40:41,758 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:40:41,758 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-06-03 21:40:51,759 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-06-03 21:40:51,760 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:40:51,760 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-06-03 21:40:51,760 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-03 21:40:51,760 [Thread-1] INFO wls.OMSController run.1744 - <OUT>timed out waiting for EMGC_OMS1 to be RUNNING
    2012-06-03 21:40:51,761 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of node manager:
    2012-06-03 21:40:51,761 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Currently connected to Node Manager to monitor the domain GCDomain.
    2012-06-03 21:40:51,761 [Thread-1] INFO wls.OMSController run.1744 - <OUT>1
    2012-06-03 21:40:51,761 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Successfully disconnected from Node Manager.
    2012-06-03 21:40:51,762 [Thread-1] INFO wls.OMSController run.1744 - <OUT>END
    2012-06-03 21:40:51,762 [Thread-2] INFO wls.OMSController run.1744 - <ERR>END
    2012-06-03 21:40:51,777 [main] INFO wls.OMSController processCmd.1392 - wlst process is finished
    2012-06-03 21:40:51,778 [main] INFO wls.OMSController processCmd.1394 - wlst process exited with code 1
    2012-06-03 21:40:51,778 [main] INFO wls.OMSController processCmd.1396 - wlst outstream joined
    2012-06-03 21:40:51,778 [main] INFO wls.OMSController processCmd.1398 - wlst errstream joined
    2012-06-03 21:40:51,778 [main] INFO wls.OMSController processCmd.1406 - process exited with code 1
    2012-06-03 21:40:51,781 [main] DEBUG oms.StatusOMSCmd processStatusOMS.159 - HTTP port in emgc property file: 7203
    2012-06-03 21:40:51,781 [main] DEBUG oms.StatusOMSCmd processStatusOMS.160 - HTTPS port in emgc property file: 7302
    2012-06-03 21:40:51,781 [main] DEBUG oms.StatusOMSCmd processStatusOMS.166 - Webtier HTTP port in emgc property file: 7789
    2012-06-03 21:40:51,781 [main] DEBUG oms.StatusOMSCmd processStatusOMS.167 - Webtier HTTPS port in emgc property file: 7801
    2012-06-03 21:40:51,781 [main] DEBUG oms.StatusOMSCmd processStatusOMS.186 - Using https port.
    2012-06-03 21:40:51,782 [main] DEBUG oms.StatusOMSCmd processStatusOMS.203 - Using webtier https port.
    2012-06-03 21:40:51,908 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.341 - Attempting to connect to https://OEM12c-OMS-01.example.com:7302/em/faces/logon/core-uifwk-console-login
    2012-06-03 21:40:51,924 [main] INFO oms.StatusOMSCmd processStatusOMS.294 - Failed to connect to em login page
    2012-06-03 21:40:51,924 [main] INFO oms.StatusOMSCmd processStatusOMS.295 - Connection refused
    2012-06-03 21:40:51,924 [main] INFO oms.StatusOMSCmd processStatusOMS.296 - Connection exception when trying to hit OMS page. OMS is down
    2012-06-03 21:40:51,924 [main] INFO wls.OMSController statusOMS.1354 - statusOMS finished with result: 8
    2012-06-03 21:40:51,924 [main] INFO wls.OMSController startOMS.940 - startOMS finished with result: 1
    2012-06-03 21:40:51,925 [main] DEBUG oms.StatusOMSCmd processStatusOMS.159 - HTTP port in emgc property file: 7203
    2012-06-03 21:40:51,925 [main] DEBUG oms.StatusOMSCmd processStatusOMS.160 - HTTPS port in emgc property file: 7302
    2012-06-03 21:40:51,925 [main] DEBUG oms.StatusOMSCmd processStatusOMS.166 - Webtier HTTP port in emgc property file: 7789
    2012-06-03 21:40:51,925 [main] DEBUG oms.StatusOMSCmd processStatusOMS.167 - Webtier HTTPS port in emgc property file: 7801
    2012-06-03 21:40:51,926 [main] DEBUG oms.StatusOMSCmd processStatusOMS.186 - Using https port.
    2012-06-03 21:40:51,926 [main] DEBUG oms.StatusOMSCmd processStatusOMS.203 - Using webtier https port.
    2012-06-03 21:40:51,926 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.341 - Attempting to connect to https://OEM12c-OMS-01.example.com:7302/em/faces/logon/core-uifwk-console-login
    2012-06-03 21:40:51,927 [main] INFO oms.StatusOMSCmd processStatusOMS.294 - Failed to connect to em login page
    2012-06-03 21:40:51,927 [main] INFO oms.StatusOMSCmd processStatusOMS.295 - Connection refused
    2012-06-03 21:40:51,927 [main] INFO oms.StatusOMSCmd processStatusOMS.296 - Connection exception when trying to hit OMS page. OMS is down
    2012-06-03 21:40:51,943 [main] INFO wls.OMSController statusOMS.1354 - statusOMS finished with result: 8
    Thanks & Regards
    Edited by: 938626 on Jun 5, 2012 12:06 AM
    Edited by: 938626 on Jun 5, 2012 12:15 AM

    Hi Akanksha,
    Did more digging abt the issue and finally got the OMS server to actually start even after the certificate issue but after that when the script tries to access login page it gets a 404 error and stops the OMS server.
    I guess raising an SR is my only way out.....
    [oracle@OEM12c-OMS-01 bin]$ ./emctl start oms
    Oracle Enterprise Manager Cloud Control 12c Release 12.1.0.1.0
    Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.
    Starting WebTier...
    WebTier Successfully Started
    Starting Oracle Management Server...
    Oracle Management Server is Down
    # tail -f /home/oracle/software/oracle/middleware/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log
    ==========================
    2012-06-06 10:11:38,742 [main] DEBUG wls.OMSController main.199 - Log location is /home/oracle/software/oracle/middleware/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log
    2012-06-06 10:11:38,746 [main] INFO wls.OMSController startOMS.828 - admin start is false
    2012-06-06 10:11:38,746 [main] INFO wls.OMSController startOMS.829 - is service is false
    2012-06-06 10:11:38,953 [main] INFO wls.OMSController getEnvProps.476 - Setting trust store system properties: -Dweblogic.security.TrustKeyStore=DemoTrust -Dweblogic.security.SSL.ignoreHostnameVerification=true -Djava.security.egd=file:///dev/./urandom
    2012-06-06 10:11:38,954 [main] INFO wls.OMSController startOMS.848 - Starting WebTier...
    2012-06-06 10:11:39,001 [main] INFO util.WebTierUtil execCmd.407 - Running the command: /home/oracle/software/oracle/middleware/gc_inst/WebTierIH1/bin/opmnctl stopall
    2012-06-06 10:11:46,289 [main] INFO util.WebTierUtil getProcessResult.467 - opmnctl cmd output: opmnctl stopall: stopping opmn and all managed processes...
    2012-06-06 10:11:46,290 [main] INFO util.WebTierUtil getProcessResult.475 - opmnctl cmd error:
    2012-06-06 10:11:46,293 [main] INFO util.WebTierUtil getProcessResult.479 - opmnctl cmd exited with code 0
    2012-06-06 10:11:46,295 [main] INFO util.WebTierUtil execCmd.407 - Running the command: /home/oracle/software/oracle/middleware/gc_inst/WebTierIH1/bin/opmnctl startall
    2012-06-06 10:11:55,079 [main] INFO util.WebTierUtil getProcessResult.467 - opmnctl cmd output: opmnctl startall: starting opmn and all managed processes...
    2012-06-06 10:11:55,092 [main] INFO util.WebTierUtil getProcessResult.475 - opmnctl cmd error:
    2012-06-06 10:11:55,093 [main] INFO util.WebTierUtil getProcessResult.479 - opmnctl cmd exited with code 0
    2012-06-06 10:11:55,094 [main] INFO wls.OMSController startOMS.859 - WebTier Successfully Started
    2012-06-06 10:11:55,095 [main] INFO wls.OMSController startOMS.886 - wlst command is /home/oracle/software/oracle/middleware/oracle_common/common/bin/wlst.sh /home/oracle/software/oracle/middleware/oms/bin/startOMS.py
    2012-06-06 10:11:55,096 [main] INFO wls.OMSController startOMS.887 - Executing the wlst command for startOMS...
    2012-06-06 10:11:55,097 [main] INFO wls.OMSController startOMS.891 - optional admin start is false
    2012-06-06 10:11:55,098 [main] INFO wls.OMSController startOMS.892 - optional pbsonly start is false
    2012-06-06 10:11:55,277 [Thread-1] INFO wls.OMSController run.1744 - <OUT>CLASSPATH=/home/oracle/software/oracle/middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/oracle/software/oracle/middleware/jdk16/jdk/lib/tools.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/server/lib/weblogic.jar:/home/oracle/software/oracle/middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/server/lib/webservices.jar:/home/oracle/software/oracle/middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/home/oracle/software/oracle/middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/home/oracle/software/oracle/middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/oracle/software/oracle/middleware/jdk16/jdk/lib/tools.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/home/oracle/software/oracle/middleware/wlserver_wlst.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/oamap_help.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/oamAuthnProvider.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/ossoiap_help.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/ossoiap.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/ovdwlsthelp.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/sslconfigwlst.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/wsm-wlst.jar
    2012-06-06 10:11:55,278 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-06 10:11:55,278 [Thread-1] INFO wls.OMSController run.1744 - <OUT>PATH=/home/oracle/software/oracle/middleware/wlserver_10.3/server/bin:/home/oracle/software/oracle/middleware/modules/org.apache.ant_1.7.1/bin:/home/oracle/software/oracle/middleware/jdk16/jdk/jre/bin:/home/oracle/software/oracle/middleware/jdk16/jdk/bin:/home/oracle/software/oracle/middleware/oms/bin:/home/oracle/software/oracle/middleware/oms/jdk/bin:/home/oracle/software/oracle/middleware/oms/perl/bin:/home/oracle/software/oracle/middleware/wlserver_10.3/server/bin:/home/oracle/software/oracle/middleware/modules/org.apache.ant_1.7.1/bin:/home/oracle/software/oracle/middleware/jdk16/jdk/jre/bin:/home/oracle/software/oracle/middleware/jdk16/jdk/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/oracle/bin:/bin:/usr/bin
    2012-06-06 10:11:55,279 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-06 10:11:55,284 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Your environment has been set.
    2012-06-06 10:11:55,288 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-06 10:11:55,289 [Thread-1] INFO wls.OMSController run.1744 - <OUT>CLASSPATH=/home/oracle/software/oracle/middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/oracle/software/oracle/middleware/jdk16/jdk/lib/tools.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/server/lib/weblogic.jar:/home/oracle/software/oracle/middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/server/lib/webservices.jar:/home/oracle/software/oracle/middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/home/oracle/software/oracle/middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/home/oracle/software/oracle/middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/oracle/software/oracle/middleware/jdk16/jdk/lib/tools.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/server/lib/weblogic.jar:/home/oracle/software/oracle/middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/server/lib/webservices.jar:/home/oracle/software/oracle/middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/home/oracle/software/oracle/middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/home/oracle/software/oracle/middleware/oms/sysman/jlib/emagentSDK.jar:/home/oracle/software/oracle/middleware/oms/sysman/jlib/emCORE.jar:/home/oracle/software/oracle/middleware/oracle_common/modules/oracle.http_client_11.1.1.jar:/home/oracle/software/oracle/middleware/oracle_common/modules/oracle.pki_wlst.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/oamap_help.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/oamAuthnProvider.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/ossoiap_help.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/ossoiap.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/ovdwlsthelp.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/sslconfigwlst.jar:/home/oracle/software/oracle/middleware/oracle_common/common/wlst/resources/wsm-wlst.jar:/home/oracle/software/oracle/middleware/utils/config/10.3/config-launch.jar::/home/oracle/software/oracle/middleware/wlserver_10.3/common/derby/lib/derbynet.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/home/oracle/software/oracle/middleware/wlserver_10.3/common/derby/lib/derbytools.jar::
    2012-06-06 10:12:01,592 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-06 10:12:01,593 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Initializing WebLogic Scripting Tool (WLST) ...
    2012-06-06 10:12:01,598 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-06 10:12:18,456 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Welcome to WebLogic Server Administration Scripting Shell
    2012-06-06 10:12:18,457 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-06 10:12:18,457 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Type help() for help on available commands
    2012-06-06 10:12:18,458 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-06 10:12:18,671 [Thread-1] INFO wls.OMSController run.1744 - <OUT>nm home is /home/oracle/software/oracle/middleware/gc_inst/NodeManager/emnodemanager
    2012-06-06 10:12:18,675 [Thread-1] INFO wls.OMSController run.1744 - <OUT>is_admin_host is TRUE
    2012-06-06 10:12:18,675 [Thread-1] INFO wls.OMSController run.1744 - <OUT>admin_start is FALSE
    2012-06-06 10:12:18,676 [Thread-1] INFO wls.OMSController run.1744 - <OUT>admin_only_start is NONE
    2012-06-06 10:12:20,113 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Connecting to Node Manager ...
    2012-06-06 10:12:20,743 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Jun 6, 2012 10:12:20 AM IST> <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>
    2012-06-06 10:12:24,198 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Jun 6, 2012 10:12:24 AM IST> <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.>
    2012-06-06 10:12:24,236 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Jun 6, 2012 10:12:24 AM IST> <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.>
    2012-06-06 10:12:24,280 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Jun 6, 2012 10:12:24 AM IST> <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.>
    2012-06-06 10:12:24,284 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Jun 6, 2012 10:12:24 AM IST> <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.>
    2012-06-06 10:12:24,306 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Jun 6, 2012 10:12:24 AM IST> <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.>
    2012-06-06 10:12:24,342 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Jun 6, 2012 10:12:24 AM IST> <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.>
    2012-06-06 10:12:24,356 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Jun 6, 2012 10:12:24 AM IST> <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.>
    2012-06-06 10:12:24,419 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Jun 6, 2012 10:12:24 AM IST> <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.>
    2012-06-06 10:12:24,439 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Jun 6, 2012 10:12:24 AM IST> <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.>
    2012-06-06 10:12:25,049 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Successfully Connected to Node Manager.
    2012-06-06 10:12:25,051 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of node manager:
    2012-06-06 10:12:25,052 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Currently connected to Node Manager to monitor the domain GCDomain.
    2012-06-06 10:12:25,052 [Thread-1] INFO wls.OMSController run.1744 - <OUT>current status of EMGC_ADMINSERVER:
    2012-06-06 10:12:25,053 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-06 10:12:25,053 [Thread-1] INFO wls.OMSController run.1744 - <OUT>RUNNING
    2012-06-06 10:12:25,054 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-06 10:12:25,054 [Thread-1] INFO wls.OMSController run.1744 - <OUT>current status of EMGC_OMS1:
    2012-06-06 10:12:25,057 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-06 10:12:25,057 [Thread-1] INFO wls.OMSController run.1744 - <OUT>RUNNING
    2012-06-06 10:12:25,057 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-06-06 10:12:25,057 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of node manager:
    2012-06-06 10:12:25,058 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Currently connected to Node Manager to monitor the domain GCDomain.
    2012-06-06 10:12:25,058 [Thread-1] INFO wls.OMSController run.1744 - <OUT>1
    2012-06-06 10:12:25,059 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Successfully disconnected from Node Manager.
    2012-06-06 10:12:25,060 [Thread-1] INFO wls.OMSController run.1744 - <OUT>END
    2012-06-06 10:12:25,061 [Thread-2] INFO wls.OMSController run.1744 - <ERR>END
    2012-06-06 10:12:25,081 [main] INFO wls.OMSController processCmd.1392 - wlst process is finished
    2012-06-06 10:12:25,082 [main] INFO wls.OMSController processCmd.1394 - wlst process exited with code 2
    2012-06-06 10:12:25,082 [main] INFO wls.OMSController processCmd.1396 - wlst outstream joined
    2012-06-06 10:12:25,083 [main] INFO wls.OMSController processCmd.1398 - wlst errstream joined
    2012-06-06 10:12:25,083 [main] INFO wls.OMSController processCmd.1406 - process exited with code 2
    2012-06-06 10:12:25,124 [main] DEBUG oms.StatusOMSCmd processStatusOMS.159 - HTTP port in emgc property file: 7203
    2012-06-06 10:12:25,125 [main] DEBUG oms.StatusOMSCmd processStatusOMS.160 - HTTPS port in emgc property file: 7302
    2012-06-06 10:12:25,125 [main] DEBUG oms.StatusOMSCmd processStatusOMS.166 - Webtier HTTP port in emgc property file: 7790
    2012-06-06 10:12:25,125 [main] DEBUG oms.StatusOMSCmd processStatusOMS.167 - Webtier HTTPS port in emgc property file: 7803
    2012-06-06 10:12:25,125 [main] DEBUG oms.StatusOMSCmd processStatusOMS.186 - Using https port.
    2012-06-06 10:12:25,126 [main] DEBUG oms.StatusOMSCmd processStatusOMS.203 - Using webtier https port.
    2012-06-06 10:12:25,497 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.341 - Attempting to connect to https://OEM12c-OMS-01.example.com:7302/em/faces/logon/core-uifwk-console-login
    2012-06-06 10:12:26,986 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.341 - Attempting to connect to https://OEM12c-OMS-01.example.com:7803/empbs/check
    2012-06-06 10:12:27,007 [main] DEBUG oms.StatusOMSCmd processStatusOMS.240 - console page status code is 404
    2012-06-06 10:12:27,050 [main] DEBUG oms.StatusOMSCmd processStatusOMS.242 - pbs page status code is 200
    2012-06-06 10:12:27,051 [main] DEBUG oms.StatusOMSCmd processStatusOMS.245 - console header is null
    2012-06-06 10:12:27,051 [main] DEBUG oms.StatusOMSCmd processStatusOMS.247 - pbs header is null
    2012-06-06 10:12:27,051 [main] DEBUG oms.StatusOMSCmd processStatusOMS.287 - Encountered error while hitting page. Status code is 404
    2012-06-06 10:12:27,051 [main] INFO oms.StatusOMSCmd processStatusOMS.294 - Failed to connect to em login page
    2012-06-06 10:12:27,052 [main] INFO oms.StatusOMSCmd processStatusOMS.295 - Encountered error while hitting page. Status codes are 404 for console and 200 for PBS
    2012-06-06 10:12:27,052 [main] INFO oms.StatusOMSCmd processStatusOMS.296 - Connection exception when trying to hit OMS page. OMS is down
    2012-06-06 10:12:27,052 [main] INFO wls.OMSController statusOMS.1354 - statusOMS finished with result: 8
    2012-06-06 10:12:27,052 [main] INFO wls.OMSController startOMS.940 - startOMS finished with result: 2
    2012-06-06 10:12:27,053 [main] DEBUG oms.StatusOMSCmd processStatusOMS.159 - HTTP port in emgc property file: 7203
    2012-06-06 10:12:27,054 [main] DEBUG oms.StatusOMSCmd processStatusOMS.160 - HTTPS port in emgc property file: 7302
    2012-06-06 10:12:27,054 [main] DEBUG oms.StatusOMSCmd processStatusOMS.166 - Webtier HTTP port in emgc property file: 7790
    2012-06-06 10:12:27,054 [main] DEBUG oms.StatusOMSCmd processStatusOMS.167 - Webtier HTTPS port in emgc property file: 7803
    2012-06-06 10:12:27,055 [main] DEBUG oms.StatusOMSCmd processStatusOMS.186 - Using https port.
    2012-06-06 10:12:27,055 [main] DEBUG oms.StatusOMSCmd processStatusOMS.203 - Using webtier https port.
    2012-06-06 10:12:27,056 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.341 - Attempting to connect to https://OEM12c-OMS-01.example.com:7302/em/faces/logon/core-uifwk-console-login
    2012-06-06 10:12:27,074 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.341 - Attempting to connect to https://OEM12c-OMS-01.example.com:7803/empbs/check
    2012-06-06 10:12:27,102 [main] DEBUG oms.StatusOMSCmd processStatusOMS.240 - console page status code is 404
    2012-06-06 10:12:27,104 [main] DEBUG oms.StatusOMSCmd processStatusOMS.242 - pbs page status code is 200
    2012-06-06 10:12:27,108 [main] DEBUG oms.StatusOMSCmd processStatusOMS.245 - console header is null
    2012-06-06 10:12:27,108 [main] DEBUG oms.StatusOMSCmd processStatusOMS.247 - pbs header is null
    2012-06-06 10:12:27,108 [main] DEBUG oms.StatusOMSCmd processStatusOMS.287 - Encountered error while hitting page. Status code is 404
    2012-06-06 10:12:27,109 [main] INFO oms.StatusOMSCmd processStatusOMS.294 - Failed to connect to em login page
    2012-06-06 10:12:27,109 [main] INFO oms.StatusOMSCmd processStatusOMS.295 - Encountered error while hitting page. Status codes are 404 for console and 200 for PBS
    2012-06-06 10:12:27,109 [main] INFO oms.StatusOMSCmd processStatusOMS.296 - Connection exception when trying to hit OMS page. OMS is down
    2012-06-06 10:12:27,647 [main] INFO wls.OMSController statusOMS.1354 - statusOMS finished with result: 8
    Regards,
    Lokesh

  • Can't start OMS (GC 11g)

    Hi guys!
    Today I can't start GC:
    Oracle Management Server is Down
    [oracle@oem ohs1]$ /opt/oracle/mware/oms11g/bin/emctl start oms
    Oracle Enterprise Manager 11g Release 1 Grid Control
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    Starting WebTier...
    WebTier Successfully Started
    Starting Oracle Management Server...
    Error Occurred: startOMS failed. Check error and log files.In emctl.log:
    2011-05-12 15:43:49,481 [Thread-1] INFO  wls.OMSController run.1094 - <OUT>Failed to connect to node manager after starting it
    2011-05-12 15:43:49,481 [Thread-1] INFO  wls.OMSController run.1094 - <OUT>Failed to start node manager
    2011-05-12 15:43:49,482 [Thread-1] INFO  wls.OMSController run.1094 - <OUT>Exception:  exceptions.SystemExit  value:
    2011-05-12 15:43:49,483 [Thread-1] INFO  wls.OMSController run.1094 - <OUT>
    2011-05-12 15:43:49,484 [Thread-1] INFO  wls.OMSController run.1094 - <OUT>_END_
    2011-05-12 15:43:49,484 [Thread-2] INFO  wls.OMSController run.1094 - <ERR>_END_
    2011-05-12 15:43:50,101 [main] INFO  wls.OMSController processCmd.988 - wlst process is finished
    2011-05-12 15:43:50,101 [main] INFO  wls.OMSController processCmd.990 - wlst process exited with code 125
    2011-05-12 15:43:50,101 [main] INFO  wls.OMSController processCmd.992 - wlst outstream joined
    2011-05-12 15:43:50,102 [main] INFO  wls.OMSController processCmd.994 - wlst errstream joined
    2011-05-12 15:43:50,103 [main] DEBUG oms.StatusOMSCmd processStatusOMS.138 - HTTP port in emgc property file: 7202
    2011-05-12 15:43:50,104 [main] DEBUG oms.StatusOMSCmd processStatusOMS.139 - HTTPS port in emgc property file: 7301
    2011-05-12 15:43:50,104 [main] DEBUG oms.StatusOMSCmd processStatusOMS.155 - Using http port.
    2011-05-12 15:43:50,167 [main] DEBUG oms.StatusOMSCmd processStatusOMS.195 - Attempting to connect to http://oem.host.local:7202/em/console/logon/logon
    2011-05-12 15:43:50,189 [main] INFO  oms.StatusOMSCmd processStatusOMS.233 - Failed to connect to em login page
    2011-05-12 15:43:50,189 [main] INFO  oms.StatusOMSCmd processStatusOMS.234 - Connection refused
    2011-05-12 15:43:50,189 [main] INFO  wls.OMSController statusOMS.950 - statusOMS finished with result: 8
    2011-05-12 15:43:50,189 [main] ERROR wls.OMSController main.258 - OMSController failed for start oms
    2011-05-12 15:43:50,191 [main] ERROR wls.OMSController main.259 - OMSController Error: startOMS failed. Check error and log files.
    java.lang.Exception: startOMS failed. Check error and log files.
            at oracle.sysman.emctl.wls.OMSController.startOMS(OMSController.java:599)
            at oracle.sysman.emctl.wls.OMSController.main(OMSController.java:213)Thanks in advance!
    Sincerely,
    Pavel.

    I solved this issue:
    file nodemanager.domains didn't exist in $OWS_HOME/emnodemanager, but existed in $OWS_HOME/nodemanager. I did cp and oms start successfully. Who dropped this file I don't know :(
    Sincerely,
    Pavel.

  • My issue started as ACR grayed out in Bridge using PS CC. No option in preference to open in Camera Raw.

    My issue started as ACR grayed out in Bridge using PS CC. No option in preferences to open in Camera Raw. After browsing this forum I downloaded the most recent ACR and installed. Now Bridge stalls on the "building crieria" screen. There is a message to purge the cache but that screen stalls as well. I have force quite multiple times and re-started. Any suggestions?

    As far as i know, photoshop cs2 and adobe bridge 1 (cs2) could not open jpegs or tiffs into camera raw, only camera raw files.
    I believe photoshop cs3 was the first version to allow jpegs to be opened in camera raw.
    Are you sure you had photoshop cs2 before?
    If on the other hand, you can't open camera raw files that you used to be able to open, then you probably just need to update the camera raw plugin to version 3.7
    windows
    Adobe - Photoshop : For Windows : Camera Raw 3.7 update
    mac
    Adobe - Photoshop : For Macintosh : Camera Raw 3.7 update

  • Not able to start oms server

    Hi,
    I am using EM11GCR1. My OMS server was working fine. But now, when I give the following command to start, it does not start.
    emctl start oms
    Oracle Enterprise Manager 11g Release 1 Grid Control
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Starting WebTier...
    WebTier Successfully Started
    Starting Oracle Management Server...
    Oracle Management Server is Down
    Note:
    I have tried out the sequence of stopping/starting, listener control, bring down/bringing up database, agent. But it does not help out.
    The system has enough memory also.
    What could have been wrong and where I need to debug? This was a running setup.
    Thanks,
    Guru

    Pls goto $OMS_HOME/sysman/log
    and check log/trace files there,post the error message repotred.
    Thanks...

  • Starting oms on Windows XP

    After installing Oracle 9.2 I figure that oms is not currently running, because when I run the Enterprise Manager Console and try to login with sysman/oem_temp on
    cp48842-a.mshome.net, I get "Unable to connect the management server".
    I open "Services" in the control panel and I see lots of Oracle services (such as OracleOraHome92HTTPServer), but not the oms.
    I have the following interaction with my computer in an attempt to start oms, find out what's wrong, and prove that he heard of oms:
    [BEGIN]
    C:>oemctl start blahblah
    "Component unknown. Supported Components: {OMS | PAGING }"
    C:>oemctl start oms
    Ongeldige servicenaam. --this means: Invalid servicename
    Typ NET HELPMSG 2185 voor meer hulp
    C:> NET HELPMSG 2185
    [translation:]
    EXPLANATION
    You tried to start a service which is not configured on this system.
    ACTION
    Check spelling of servicename or check with option Services in Servermanagement the configurationsettings of the service
    C:>oemctl ping blahblah
    "Component unknown. Supported Components: {OMS }"
    C:>oemctl ping oms
    OEMCTL for Windows NT: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Could not connect to the OMS: possible error in the configuration file.
    [END]
    Please help me.
    Btw, in the above text NT is mentioned while I have XP, is that normal?
    In C:\oracle\ora92\sysman\config, I did NOT have a file named "omsconfig.properties". I created it with the following text:
    TRACING.ENABLED=TRUE
    LOGGING.ENABLED=TRUE
    TRACING.LEVEL=2
    However, no log file is created.

    I just went through this installation - it is a totally seperate installation from the database...put your intall disc back in and look for the Management Server option (on mine it was the third installation type).
    Then run the configuration assistant.
    Then be sure to manually start the service in your service manager the first time and you should then be able to log in. The service has an obvious name...

  • Plug-in Mismatch while starting OMS

    Hi All,
    While starting the OMS using command "emctl start oms" fails by throwing an error stating.
    Plugin mismatch with repository. What might be the cause for this? Any ideas?
    Thanks,
    Wern

    Yes, this generally happens if there is some inconsistency b/w the plugins available b/w OMS & Repository.
    You can get this information using the following command & query:
    + On OMS side:
    emcli list_plugins_on_server
    + On Repository side:
    SELECT epv.display_name, epv.plugin_id, epv.version FROM em_plugin_version epv, em_current_deployed_plugin ecp
    WHERE epv.plugin_type NOT IN ( 'BUILT_IN_TARGET_TYPE' , 'INSTALL_HOME') AND ecp.dest_type='2' AND epv.plugin_version_id = ecp.plugin_version_id;
    Best Regards,
    Venkat

  • Error while Starting OMS

    I am getting following error while starting OMS
    Starting WebTier...
    WebTier Could Not Be Started
    Error Occurred: WebTier Could Not Be Started
    Any workaround?
    Thanks

    Hi,
    First check in logs found at $OMS_HOME/sysman/log and $OMS_HOME/opmn/log directories and post the error.

  • Unable to start OMS

    Hi,
    When trying to start OMS, am getting the following error. PFB the emctl.log
    2012-02-07 03:54:44,807 [main] DEBUG wls.OMSController main.199 - Log location is /ds1/home/emagent/Oracle/Middleware/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log
    2012-02-07 03:54:44,809 [main] INFO wls.OMSController startOMS.828 - admin start is false
    2012-02-07 03:54:44,809 [main] INFO wls.OMSController startOMS.829 - is service is false
    2012-02-07 03:54:44,825 [main] INFO wls.OMSController getEnvProps.476 - Setting trust store system properties: -Dweblogic.security.TrustKeyStore=DemoTrust -Dweblogic.security.SSL.ignoreHostnameVerification=true -Djava.security.egd=file:///dev/./urandom
    2012-02-07 03:54:44,825 [main] INFO wls.OMSController startOMS.848 - Starting WebTier...
    2012-02-07 03:54:44,829 [main] INFO util.WebTierUtil execCmd.407 - Running the command: /ds1/home/emagent/Oracle/Middleware/gc_inst/WebTierIH1/bin/opmnctl stopall
    2012-02-07 03:54:48,154 [main] INFO util.WebTierUtil getProcessResult.467 - opmnctl cmd output: opmnctl stopall: stopping opmn and all managed processes...
    2012-02-07 03:54:48,155 [main] INFO util.WebTierUtil getProcessResult.475 - opmnctl cmd error:
    2012-02-07 03:54:48,155 [main] INFO util.WebTierUtil getProcessResult.479 - opmnctl cmd exited with code 0
    2012-02-07 03:54:48,156 [main] INFO util.WebTierUtil execCmd.407 - Running the command: /ds1/home/emagent/Oracle/Middleware/gc_inst/WebTierIH1/bin/opmnctl startall
    2012-02-07 03:54:54,918 [main] INFO util.WebTierUtil getProcessResult.467 - opmnctl cmd output: opmnctl startall: starting opmn and all managed processes...
    2012-02-07 03:54:54,918 [main] INFO util.WebTierUtil getProcessResult.475 - opmnctl cmd error:
    2012-02-07 03:54:54,918 [main] INFO util.WebTierUtil getProcessResult.479 - opmnctl cmd exited with code 0
    2012-02-07 03:54:54,919 [main] INFO wls.OMSController startOMS.859 - WebTier Successfully Started
    2012-02-07 03:54:54,919 [main] INFO wls.OMSController startOMS.886 - wlst command is /ds1/home/emagent/Oracle/Middleware/oracle_common/common/bin/wlst.sh /ds1/home/emagent/Oracle/Middleware/oms/bin/startOMS.py
    2012-02-07 03:54:54,920 [main] INFO wls.OMSController startOMS.887 - Executing the wlst command for startOMS...
    2012-02-07 03:54:54,920 [main] INFO wls.OMSController startOMS.891 - optional admin start is false
    2012-02-07 03:54:54,920 [main] INFO wls.OMSController startOMS.892 - optional pbsonly start is false
    2012-02-07 03:54:55,891 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Your environment has been set.
    2012-02-07 03:55:00,474 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:55:00,474 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Initializing WebLogic Scripting Tool (WLST) ...
    2012-02-07 03:55:00,474 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:55:08,934 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Welcome to WebLogic Server Administration Scripting Shell
    2012-02-07 03:55:08,935 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:55:08,935 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Type help() for help on available commands
    2012-02-07 03:55:08,935 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:55:09,020 [Thread-1] INFO wls.OMSController run.1744 - <OUT>nm home is /ds1/home/emagent/Oracle/Middleware/gc_inst/NodeManager/emnodemanager
    2012-02-07 03:55:09,022 [Thread-1] INFO wls.OMSController run.1744 - <OUT>is_admin_host is TRUE
    2012-02-07 03:55:09,022 [Thread-1] INFO wls.OMSController run.1744 - <OUT>admin_start is FALSE
    2012-02-07 03:55:09,023 [Thread-1] INFO wls.OMSController run.1744 - <OUT>admin_only_start is NONE
    2012-02-07 03:55:10,450 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Connecting to Node Manager ...
    2012-02-07 03:55:10,642 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Feb 7, 2012 3:55:10 AM PST> <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>
    2012-02-07 03:55:14,346 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Feb 7, 2012 3:55:14 AM PST> <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.>
    2012-02-07 03:55:14,352 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Feb 7, 2012 3:55:14 AM PST> <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.>
    2012-02-07 03:55:14,356 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Feb 7, 2012 3:55:14 AM PST> <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.>
    2012-02-07 03:55:14,358 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Feb 7, 2012 3:55:14 AM PST> <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.>
    2012-02-07 03:55:14,361 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Feb 7, 2012 3:55:14 AM PST> <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.>
    2012-02-07 03:55:14,362 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Feb 7, 2012 3:55:14 AM PST> <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.>
    2012-02-07 03:55:14,373 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Feb 7, 2012 3:55:14 AM PST> <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.>
    2012-02-07 03:55:14,381 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Feb 7, 2012 3:55:14 AM PST> <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.>
    2012-02-07 03:55:14,386 [Thread-1] INFO wls.OMSController run.1744 - <OUT><Feb 7, 2012 3:55:14 AM PST> <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.>
    2012-02-07 03:55:14,756 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Successfully Connected to Node Manager.
    2012-02-07 03:55:14,757 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of node manager:
    2012-02-07 03:55:14,757 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Currently connected to Node Manager to monitor the domain GCDomain.
    2012-02-07 03:55:14,758 [Thread-1] INFO wls.OMSController run.1744 - <OUT>current status of EMGC_ADMINSERVER:
    2012-02-07 03:55:14,759 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:55:14,759 [Thread-1] INFO wls.OMSController run.1744 - <OUT>RUNNING
    2012-02-07 03:55:14,759 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:55:14,760 [Thread-1] INFO wls.OMSController run.1744 - <OUT>current status of EMGC_OMS1:
    2012-02-07 03:55:14,761 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:55:14,761 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:55:14,761 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:55:14,761 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Starting server EMGC_OMS1
    2012-02-07 03:55:14,762 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Starting server EMGC_OMS1 ...
    2012-02-07 03:55:17,970 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Error Starting server EMGC_OMS1: weblogic.nodemanager.NMException: Exception while starting server 'EMGC_OMS1'
    2012-02-07 03:55:17,970 [Thread-1] INFO wls.OMSController run.1744 - <OUT>new status of EMGC_OMS1:
    2012-02-07 03:55:17,970 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:55:17,970 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:55:17,970 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:55:17,971 [Thread-1] INFO wls.OMSController run.1744 - <OUT>wait until EMGC_OMS1 becomes RUNNING
    2012-02-07 03:55:17,971 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:55:17,971 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:55:17,971 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:55:17,971 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-02-07 03:55:27,977 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-02-07 03:55:27,977 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:55:27,977 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:55:27,977 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:55:27,977 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-02-07 03:55:37,989 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-02-07 03:55:37,989 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:55:37,990 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:55:37,990 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:55:37,990 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-02-07 03:55:47,993 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-02-07 03:55:47,993 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:55:47,994 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:55:47,994 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:55:47,994 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-02-07 03:55:57,996 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-02-07 03:55:57,997 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:55:57,997 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:55:57,997 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:55:57,997 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-02-07 03:56:08,000 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-02-07 03:56:08,000 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:56:08,000 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:56:08,001 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:56:08,001 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-02-07 03:56:18,013 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-02-07 03:56:18,013 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:56:18,013 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:56:18,013 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:56:18,013 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-02-07 03:56:28,025 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-02-07 03:56:28,025 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:56:28,025 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:56:28,025 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:56:28,026 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-02-07 03:56:38,038 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-02-07 03:56:38,038 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:56:38,038 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:56:38,039 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:56:38,039 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-02-07 03:56:48,051 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-02-07 03:56:48,051 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:56:48,052 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:56:48,052 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:56:48,052 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-02-07 03:56:58,064 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-02-07 03:56:58,065 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:56:58,065 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:56:58,065 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:56:58,065 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-02-07 03:56:58,535 [main] DEBUG wls.OMSController main.199 - Log location is /ds1/home/emagent/Oracle/Middleware/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log
    2012-02-07 03:56:58,537 [main] INFO wls.OMSController printWebTierStatus.1453 - Checking status of WebTier. WebTier host: slc00tao.us.oracle.com upload port: 4890
    2012-02-07 03:56:58,780 [main] DEBUG wls.OMSController main.199 - Log location is /ds1/home/emagent/Oracle/Middleware/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log
    2012-02-07 03:56:58,782 [main] INFO wls.OMSController printWebTierStatus.1453 - Checking status of WebTier. WebTier host: slc00tao.us.oracle.com upload port: 4890
    2012-02-07 03:56:59,476 [main] DEBUG wls.OMSController main.199 - Log location is /ds1/home/emagent/Oracle/Middleware/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log
    2012-02-07 03:56:59,480 [main] INFO wls.OMSController printWebTierStatus.1453 - Checking status of WebTier. WebTier host: slc00tao.us.oracle.com upload port: 4890
    2012-02-07 03:56:59,546 [main] DEBUG wls.OMSController printWebTierStatus.1464 - rspCode when accessing over webtier upload port: 200
    2012-02-07 03:56:59,549 [main] DEBUG oms.StatusOMSCmd processStatusOMS.158 - HTTP port in emgc property file: 7203
    2012-02-07 03:56:59,549 [main] DEBUG oms.StatusOMSCmd processStatusOMS.159 - HTTPS port in emgc property file: 7302
    2012-02-07 03:56:59,549 [main] DEBUG oms.StatusOMSCmd processStatusOMS.165 - Webtier HTTP port in emgc property file: 7789
    2012-02-07 03:56:59,550 [main] DEBUG oms.StatusOMSCmd processStatusOMS.166 - Webtier HTTPS port in emgc property file: 7801
    2012-02-07 03:56:59,550 [main] DEBUG oms.StatusOMSCmd processStatusOMS.185 - Using https port.
    2012-02-07 03:56:59,551 [main] DEBUG oms.StatusOMSCmd processStatusOMS.202 - Using webtier https port.
    2012-02-07 03:56:59,602 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.332 - Attempting to connect to https://slc00tao.us.oracle.com:7302/em/faces/logon/core-uifwk-console-login
    2012-02-07 03:56:59,853 [main] INFO oms.StatusOMSCmd processStatusOMS.293 - Failed to connect to em login page
    2012-02-07 03:56:59,853 [main] INFO oms.StatusOMSCmd processStatusOMS.294 - Connection refused
    2012-02-07 03:56:59,853 [main] INFO oms.StatusOMSCmd processStatusOMS.295 - Connection exception when trying to hit OMS page. OMS is down
    2012-02-07 03:56:59,875 [main] INFO wls.OMSController statusOMS.1354 - statusOMS finished with result: 8
    2012-02-07 03:57:00,388 [main] DEBUG wls.OMSController printWebTierStatus.1464 - rspCode when accessing over webtier upload port: 200
    2012-02-07 03:57:00,390 [main] DEBUG oms.StatusOMSCmd processStatusOMS.158 - HTTP port in emgc property file: 7203
    2012-02-07 03:57:00,391 [main] DEBUG oms.StatusOMSCmd processStatusOMS.159 - HTTPS port in emgc property file: 7302
    2012-02-07 03:57:00,391 [main] DEBUG oms.StatusOMSCmd processStatusOMS.165 - Webtier HTTP port in emgc property file: 7789
    2012-02-07 03:57:00,392 [main] DEBUG oms.StatusOMSCmd processStatusOMS.166 - Webtier HTTPS port in emgc property file: 7801
    2012-02-07 03:57:00,392 [main] DEBUG oms.StatusOMSCmd processStatusOMS.185 - Using https port.
    2012-02-07 03:57:00,392 [main] DEBUG oms.StatusOMSCmd processStatusOMS.202 - Using webtier https port.
    2012-02-07 03:57:00,399 [main] DEBUG wls.OMSController printWebTierStatus.1464 - rspCode when accessing over webtier upload port: 200
    2012-02-07 03:57:00,401 [main] DEBUG oms.StatusOMSCmd processStatusOMS.158 - HTTP port in emgc property file: 7203
    2012-02-07 03:57:00,402 [main] DEBUG oms.StatusOMSCmd processStatusOMS.159 - HTTPS port in emgc property file: 7302
    2012-02-07 03:57:00,402 [main] DEBUG oms.StatusOMSCmd processStatusOMS.165 - Webtier HTTP port in emgc property file: 7789
    2012-02-07 03:57:00,403 [main] DEBUG oms.StatusOMSCmd processStatusOMS.166 - Webtier HTTPS port in emgc property file: 7801
    2012-02-07 03:57:00,403 [main] DEBUG oms.StatusOMSCmd processStatusOMS.185 - Using https port.
    2012-02-07 03:57:00,403 [main] DEBUG oms.StatusOMSCmd processStatusOMS.202 - Using webtier https port.
    2012-02-07 03:57:00,685 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.332 - Attempting to connect to https://slc00tao.us.oracle.com:7302/em/faces/logon/core-uifwk-console-login
    2012-02-07 03:57:00,687 [main] INFO oms.StatusOMSCmd processStatusOMS.293 - Failed to connect to em login page
    2012-02-07 03:57:00,688 [main] INFO oms.StatusOMSCmd processStatusOMS.294 - Connection refused
    2012-02-07 03:57:00,688 [main] INFO oms.StatusOMSCmd processStatusOMS.295 - Connection exception when trying to hit OMS page. OMS is down
    2012-02-07 03:57:00,709 [main] INFO wls.OMSController statusOMS.1354 - statusOMS finished with result: 8
    2012-02-07 03:57:00,753 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.332 - Attempting to connect to https://slc00tao.us.oracle.com:7302/em/faces/logon/core-uifwk-console-login
    2012-02-07 03:57:01,005 [main] INFO oms.StatusOMSCmd processStatusOMS.293 - Failed to connect to em login page
    2012-02-07 03:57:01,005 [main] INFO oms.StatusOMSCmd processStatusOMS.294 - Connection refused
    2012-02-07 03:57:01,005 [main] INFO oms.StatusOMSCmd processStatusOMS.295 - Connection exception when trying to hit OMS page. OMS is down
    2012-02-07 03:57:01,025 [main] INFO wls.OMSController statusOMS.1354 - statusOMS finished with result: 8
    2012-02-07 03:57:08,077 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-02-07 03:57:08,077 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:57:08,077 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:57:08,077 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:57:08,078 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-02-07 03:57:18,090 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-02-07 03:57:18,090 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:57:18,090 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:57:18,091 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:57:18,091 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-02-07 03:57:28,102 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-02-07 03:57:28,103 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:57:28,103 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:57:28,103 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:57:28,103 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-02-07 03:57:38,106 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-02-07 03:57:38,107 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:57:38,107 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:57:38,107 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:57:38,107 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-02-07 03:57:48,120 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-02-07 03:57:48,120 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:57:48,120 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:57:48,120 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:57:48,121 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-02-07 03:57:58,132 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-02-07 03:57:58,133 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:57:58,133 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:57:58,133 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:57:58,133 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-02-07 03:58:08,156 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-02-07 03:58:08,156 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:58:08,156 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:58:08,156 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:58:08,156 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-02-07 03:58:18,165 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-02-07 03:58:18,166 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:58:18,166 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-02-07 03:58:18,166 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-02-07 03:58:18,166 [Thread-1] INFO wls.OMSController run.1744 - <OUT>timed out waiting for EMGC_OMS1 to be RUNNING
    2012-02-07 03:58:18,166 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of node manager:
    2012-02-07 03:58:18,166 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Currently connected to Node Manager to monitor the domain GCDomain.
    2012-02-07 03:58:18,167 [Thread-1] INFO wls.OMSController run.1744 - <OUT>1
    2012-02-07 03:58:18,167 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Successfully disconnected from Node Manager.
    2012-02-07 03:58:18,167 [Thread-1] INFO wls.OMSController run.1744 - <OUT>END
    2012-02-07 03:58:18,167 [Thread-2] INFO wls.OMSController run.1744 - <ERR>END
    2012-02-07 03:58:18,202 [main] INFO wls.OMSController processCmd.1392 - wlst process is finished
    2012-02-07 03:58:18,202 [main] INFO wls.OMSController processCmd.1394 - wlst process exited with code 1
    2012-02-07 03:58:18,203 [main] INFO wls.OMSController processCmd.1396 - wlst outstream joined
    2012-02-07 03:58:18,203 [main] INFO wls.OMSController processCmd.1398 - wlst errstream joined
    2012-02-07 03:58:18,203 [main] INFO wls.OMSController processCmd.1406 - process exited with code 1
    2012-02-07 03:58:18,206 [main] DEBUG oms.StatusOMSCmd processStatusOMS.158 - HTTP port in emgc property file: 7203
    2012-02-07 03:58:18,206 [main] DEBUG oms.StatusOMSCmd processStatusOMS.159 - HTTPS port in emgc property file: 7302
    2012-02-07 03:58:18,206 [main] DEBUG oms.StatusOMSCmd processStatusOMS.165 - Webtier HTTP port in emgc property file: 7789
    2012-02-07 03:58:18,206 [main] DEBUG oms.StatusOMSCmd processStatusOMS.166 - Webtier HTTPS port in emgc property file: 7801
    2012-02-07 03:58:18,206 [main] DEBUG oms.StatusOMSCmd processStatusOMS.185 - Using https port.
    2012-02-07 03:58:18,206 [main] DEBUG oms.StatusOMSCmd processStatusOMS.202 - Using webtier https port.
    2012-02-07 03:58:18,335 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.332 - Attempting to connect to https://slc00tao.us.oracle.com:7302/em/faces/logon/core-uifwk-console-login
    2012-02-07 03:58:18,351 [main] INFO oms.StatusOMSCmd processStatusOMS.293 - Failed to connect to em login page
    2012-02-07 03:58:18,351 [main] INFO oms.StatusOMSCmd processStatusOMS.294 - Connection refused
    2012-02-07 03:58:18,351 [main] INFO oms.StatusOMSCmd processStatusOMS.295 - Connection exception when trying to hit OMS page. OMS is down
    2012-02-07 03:58:18,351 [main] INFO wls.OMSController statusOMS.1354 - statusOMS finished with result: 8
    2012-02-07 03:58:18,351 [main] INFO wls.OMSController startOMS.940 - startOMS finished with result: 1
    2012-02-07 03:58:18,352 [main] DEBUG oms.StatusOMSCmd processStatusOMS.158 - HTTP port in emgc property file: 7203
    2012-02-07 03:58:18,352 [main] DEBUG oms.StatusOMSCmd processStatusOMS.159 - HTTPS port in emgc property file: 7302
    2012-02-07 03:58:18,352 [main] DEBUG oms.StatusOMSCmd processStatusOMS.165 - Webtier HTTP port in emgc property file: 7789
    2012-02-07 03:58:18,352 [main] DEBUG oms.StatusOMSCmd processStatusOMS.166 - Webtier HTTPS port in emgc property file: 7801
    2012-02-07 03:58:18,352 [main] DEBUG oms.StatusOMSCmd processStatusOMS.185 - Using https port.
    2012-02-07 03:58:18,353 [main] DEBUG oms.StatusOMSCmd processStatusOMS.202 - Using webtier https port.
    2012-02-07 03:58:18,353 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.332 - Attempting to connect to https://slc00tao.us.oracle.com:7302/em/faces/logon/core-uifwk-console-login
    2012-02-07 03:58:18,355 [main] INFO oms.StatusOMSCmd processStatusOMS.293 - Failed to connect to em login page
    2012-02-07 03:58:18,355 [main] INFO oms.StatusOMSCmd processStatusOMS.294 - Connection refused
    2012-02-07 03:58:18,355 [main] INFO oms.StatusOMSCmd processStatusOMS.295 - Connection exception when trying to hit OMS page. OMS is down
    2012-02-07 03:58:18,367 [main] INFO wls.OMSController statusOMS.1354 - statusOMS finished with result: 8
    Any thoughts on this would be appreciated
    Thanks in advance

    Thanks so much Courtney for the response
    Yes it was up before. I tried to undeploy the plugin and after that when I tried to deploy the plugin again, am getting this...
    (1) My Listener is up and am able to connect to the DB
    (2) I gave emctl oms stop -force but still its not working
    Any other pointers will be very helpful
    *[emagent]$ emctl stop oms -force*
    Oracle Enterprise Manager Cloud Control 12c Release 12.1.0.1.0
    Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
    Stopping WebTier...
    WebTier Successfully Stopped
    Stopping Oracle Management Server...
    Oracle Management Server Already Stopped
    Oracle Management Server is Down
    *[emagent]$ lsnrctl status*
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=slc00tao.us.oracle.com)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 05-DEC-2011 05:46:34
    Uptime 64 days 14 hr. 17 min. 31 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /etc/listener.ora
    Listener Log File /ds1/home/oracle/Oracle/Database/product/11.2.0/dbhome_1/log/diag/tnslsnr/slc00tao/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=slc00tao.us.oracle.com)(PORT=1521)))
    Services Summary...
    Service "em12gc.oracle.com" has 1 instance(s).
    Instance "em12gc", status READY, has 1 handler(s) for this service...
    Service "em12gcXDB.oracle.com" has 1 instance(s).
    Instance "em12gc", status READY, has 1 handler(s) for this service...
    The command completed successfully
    Thanks
    Edited by: 902558 on Feb 7, 2012 9:09 PM
    Edited by: 902558 on Feb 7, 2012 9:10 PM

  • "oemctl start oms".

    Hello all,
    - I recently installed oracle 9.2.0.1.0 on linux and I created a database that is working ok. Oracle Enterprise Manager Console is working fine, but I'm having problems to start "oms". I have a repository created as well.
    Below is the infomation that the system gives to me:
    $ ./oemctl start oms
    OEMCTL for Linux: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server...............
    Timed out trying to start the OMS.
    Please check the file /opt/oracle/product/9.2.0.1.0/sysman/log/oms.nohup for more details.
    Terminated
    - Then I checked the log:
    Starting the management server at Sun Jan 1 11:56:33 BRST 2006
    OEMCTL for Linux: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server...
    Error starting Oracle Management Server. ORBSingleton: access deniedjava.lang.SecurityException: ORBSingleton: access denied
    at com.sun.corba.se.internal.corba.ORBSingleton.connect(ORBSingleton.java:309)
    at oracle.sysman.vxn.VxnNamingContext.<init>(VxnNamingContext.java:285)
    at oracle.sysman.vxn.VxnNamingContext.getNewContext(VxnNamingContext.java:222)
    at oracle.sysman.vxn.VxnNamingService.getInitialContext(VxnNamingService.java:1072)
    at oracle.sysman.vxn.VxnNamingService.enableBootstrap(VxnNamingService.java:1080)
    at oracle.sysman.vxn.VxnNamingService.init(VxnNamingService.java:238)
    at oracle.sysman.vxn.VxnNamingService.getNamingService(VxnNamingService.java:103)
    at oracle.sysman.vxn.VxnNamingService.getNamingService(VxnNamingService.java:112)
    at oracle.sysman.vxa.VxaAppServer.initServer(VxaAppServer.java:3417)
    at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3048)
    OMS exited on Sun Jan 1 11:56:35 BRST 2006 with return value 56
    Could not start management server. Initialization failure
    \nManagement server startup failed. Check the file /opt/oracle/product/9.2.0.1.0/sysman/log/oms.nohup for details
    Thanks for all,
    Marcello.

    Hi Sikago,
    I´ve re-installed the OMS through "EMCA" as San asked to do, but after that, the errors are always the same, as following:
    - file /opt/oracle/product/9.2.0.1.0/sysman/log/oms.nohup
    Starting the management server at Sun Jan 1 11:56:33 BRST 2006
    OEMCTL for Linux: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server...
    Error starting Oracle Management Server. ORBSingleton: access deniedjava.lang.SecurityException: ORBSingleton: access denied
    at com.sun.corba.se.internal.corba.ORBSingleton.connect(ORBSingleton.java:309)
    at oracle.sysman.vxn.VxnNamingContext.<init>(VxnNamingContext.java:285)
    at oracle.sysman.vxn.VxnNamingContext.getNewContext(VxnNamingContext.java:222)
    at oracle.sysman.vxn.VxnNamingService.getInitialContext(VxnNamingService.java:1072)
    at oracle.sysman.vxn.VxnNamingService.enableBootstrap(VxnNamingService.java:1080)
    at oracle.sysman.vxn.VxnNamingService.init(VxnNamingService.java:238)
    at oracle.sysman.vxn.VxnNamingService.getNamingService(VxnNamingService.java:103)
    at oracle.sysman.vxn.VxnNamingService.getNamingService(VxnNamingService.java:112)
    at oracle.sysman.vxa.VxaAppServer.initServer(VxaAppServer.java:3417)
    at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3048)
    OMS exited on Sun Jan 1 11:56:35 BRST 2006 with return value 56
    Could not start management server. Initialization failure
    \nManagement server startup failed. Check the file /opt/oracle/product/9.2.0.1.0/sysman/log/oms.nohup for details
    - To install OMS I have to edit the files bellow:
    filename - /opt/oracle/product/9.2.0.1.0/bin/emca
    line 59 - JRE="jre $JRENATIVEOPTION -nojit"
    to JRE="jre $JRENATIVEOPTION "
    line 62 - JRE="$ORACLE_OEM_JAVARUNTIME/bin/java $JRENATIVEOPTION -nojit"
    to JRE="$ORACLE_OEM_JAVARUNTIME/bin/java $JRENATIVEOPTION "
    filename - /opt/oracle/product/9.2.0.1.0/bin/oemctl
    line 82 - JRE="jre $JRENATIVEOPTION -nojit -mx128m "
    to JRE="jre $JRENATIVEOPTION -mx128m "
    The installation process was fine, but now OMS doesn´t start.
    Thanks for help.
    Marcello

  • Problem while starting OMS (bin/emctl start oms)

    Hi,
    We are running oracle GC 10gr4(it's Release4 and not Release2 like below) since 1 year. It's working great, without having any problem ( even if the installation was a pain.....)
    I rebooted my Linux RedHat ES4 this morning and now when im trying to start the OMS (oms10g/bin/emctl start oms) I have this short error msg:
    -Unexpected error occurred. Check error and log files.
    here is my first step after I rebooted the server
    $ /home/oracle/grid10gr2/oms10g/opmn/bin/opmnctl startall
    opmnctl: starting opmn and all managed processes...
    Second Step
    $ /home/oracle/grid10gr2/oms10g/bin/emctl start oms
    Oracle Enterprise Manager 10g Release 4 Grid Control
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    opmnctl: opmn is already running
    Starting HTTP Server ...
    Starting Oracle Management Server ...
    Checking Oracle Management Server Status ...
    Oracle Management Server is not functioning because of the following reason:
    Unexpected error occurred. Check error and log files.
    I can start the Database well with sqlplus `/ as sysdba`
    it's just that I can't start anymore the oms. I have a lot of available space. I worked all the day to fix this but i dont find any solution is someone have a clue?
    Thx in advance!!

    Yes I just just tried the cmd and I Got:
    Oracle Enterprise Manager 10g Release 4 Grid Control 10.2.0.4.0.
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Starting agent ........ started.
    looks like the only thing that's starting is the Agent when im trying gcstartup start.
    Thx

  • Emctl start oms gives: WebTier Could Not Be Started

    Hi All,
    GridControl has crashed, restart:
    $ cat /etc/oratab
    POEMGC:/oracle/app/oracle/product/11.1.0/db_1:N
    *:/oracle/Oracle/Middleware/oms11g:N
    *:/oracle/Oracle/Middleware/agent11g:N
    $ cd /oracle/Oracle/Middleware/oms11g
    $ ./emctl start oms
    Oracle Enterprise Manager 11g Release 1 Grid Control
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Starting WebTier...
    WebTier Could Not Be Started
    Error Occurred: WebTier Could Not Be Started
    Please check /oracle/Oracle/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log for error details
    WARNING: Limit of open file descriptors is found to be 2048.
    For proper functioning of OMS, please set "ulimit -n" to be at least 4096.
    Fixed the open file restriction (HP-UX srnpi1 B.11.23 U ia64). But after that:
    $ emctl start oms
    Oracle Enterprise Manager 11g Release 1 Grid Control
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Starting WebTier...
    WebTier Could Not Be Started
    Error Occurred: WebTier Could Not Be Started
    Please check /oracle/Oracle/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log for error details
    /oracle/Oracle/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log gives:
    2011-07-19 09:22:22,527 [main] DEBUG wls.OMSController main.171 - Log location is /oracle/Oracle/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log
    2011-07-19 09:22:22,531 [main] INFO wls.OMSController startOMS.495 - admin start is false
    2011-07-19 09:22:22,531 [main] INFO wls.OMSController startOMS.496 - is service is false
    2011-07-19 09:22:22,555 [main] INFO wls.OMSController getEnvProps.354 - Setting trust store system properties: -Dweblogic.security.TrustKeyStore=DemoTrust -Dweblogic.security.SSL.ignoreHostnameVerification=true -Djava.security.egd=file:///dev/urandom
    2011-07-19 09:22:22,556 [main] INFO wls.OMSController startOMS.517 - Starting WebTier...
    2011-07-19 09:22:22,561 [main] INFO util.WebTierUtil execCmd.134 - Running the command: /oracle/Oracle/gc_inst/WebTierIH1/bin/opmnctl stopall
    2011-07-19 09:22:23,950 [main] INFO util.WebTierUtil getProcessResult.196 - opmnctl cmd output: opmnctl stopall: stopping opmn and all managed processes...
    2011-07-19 09:22:23,951 [main] INFO util.WebTierUtil getProcessResult.204 - opmnctl cmd error:
    2011-07-19 09:22:23,952 [main] INFO util.WebTierUtil getProcessResult.208 - opmnctl cmd exited with code 0
    2011-07-19 09:22:23,956 [main] INFO util.WebTierUtil execCmd.134 - Running the command: /oracle/Oracle/gc_inst/WebTierIH1/bin/opmnctl startall
    2011-07-19 09:22:35,327 [main] INFO util.WebTierUtil getProcessResult.196 - opmnctl cmd output: opmnctl startall: starting opmn and all managed processes...
    opmnctl startall: opmn failed to start.
    2011-07-19 09:22:35,329 [main] INFO util.WebTierUtil getProcessResult.204 - opmnctl cmd error:
    2011-07-19 09:22:35,329 [main] INFO util.WebTierUtil getProcessResult.208 - opmnctl cmd exited with code 2
    2011-07-19 09:22:35,330 [main] INFO wls.OMSController startOMS.533 - WebTier Could Not Be Started
    2011-07-19 09:22:35,332 [main] ERROR wls.OMSController main.262 - OMSController failed for start oms
    2011-07-19 09:22:35,334 [main] ERROR wls.OMSController main.263 - OMSController Error: WebTier Could Not Be Started
    java.lang.Exception: WebTier Could Not Be Started
    at oracle.sysman.emctl.wls.OMSController.startOMS(OMSController.java:534)
    at oracle.sysman.emctl.wls.OMSController.main(OMSController.java:217)
    Checked all logs I could find, Googled, Metalinked, etc. I can not find an error which gives me a clue what to do. Any tips ? Where would you start ? What would you check ?
    Regards and thanks,
    Bas

    $ touch /tmp/now
    $ cd /oracle/Oracle/Middleware/oms11g
    $ cd bin
    $ ./emctl start oms
    Oracle Enterprise Manager 11g Release 1 Grid Control
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Starting WebTier...
    WebTier Could Not Be Started
    Error Occurred: WebTier Could Not Be Started
    Please check /oracle/Oracle/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log for error details
    $ find $ORACLE_HOME -type f -newer /tmp/now
    $ find /oracle -type f -newer /tmp/now
    /oracle/.sh_history
    /oracle/Oracle/Middleware/agent11g/sysman/emd/agntstmp.txt
    /oracle/Oracle/Middleware/agent11g/sysman/log/emagent.trc
    /oracle/Oracle/Middleware/agent11g/sysman/log/emagentfetchlet.log
    /oracle/Oracle/Middleware/agent11g/sysman/log/emagentfetchlet.trc
    /oracle/Oracle/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log
    /oracle/Oracle/gc_inst/WebTierIH1/diagnostics/logs/OPMN/opmn/opmn.log
    /oracle/Oracle/gc_inst/WebTierIH1/config/OPMN/opmn/.formfactor
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_cjq0_10368.trc
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_cjq0_10368.trm
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_j001_23518.trc
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_j001_23518.trm
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_j000_23516.trc
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_j000_23516.trm
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_m000_23535.trc
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_m000_23535.trm
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_j002_23615.trc
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_j002_23615.trm
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_j003_23617.trc
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_j003_23617.trm
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_j000_23640.trc
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_j000_23640.trm
    /oracle/app/oracle/diag/tnslsnr/srnpi1/listener/trace/listener.log
    /oracle/app/oracle/diag/tnslsnr/srnpi1/listener/alert/log.xml
    /oracle/app/oracle/flash_recovery_area/POEMGC/control02.ctl
    /oracle/app/oracle/flash_recovery_area/POEMGC/flashback/o1_mf_714tw673_.flb
    /oracle/app/oracle/flash_recovery_area/POEMGC/redo03.log
    /oracle/app/oracle/oradata/POEMGC/system01.dbf
    /oracle/app/oracle/oradata/POEMGC/undotbs01.dbf
    /oracle/app/oracle/oradata/POEMGC/control01.ctl
    /oracle/app/oracle/oradata/POEMGC/redo03.log
    /oracle/app/oracle/oradata/POEMGC/mgmt.dbf
    /oracle/control.local/POEMGC/control00.ctl
    Ignoring:
    .sh_history
    /oracle/Oracle/Middleware/agent11g/*
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/ (ASYNC_CONFIG errors)
    /oracle/app/oracle/diag/tnslsnr/srnpi1/listener/*
    /oracle/app/oracle/flash_recovery_area/POEMGC/*
    /oracle/app/oracle/oradata/POEMGC/*
    /oracle/control.local/POEMGC/control00.ctl
    /oracle/Oracle/gc_inst* seems interesting:
    emctl.log: gives same message as in the beginning of this thread.
    .formfactor: some random string, 29 bytes ?
    opmn.log: ends with:
    [2011-07-19T14:33:16][opmn][TRACE:1][667][OPMN]Request 2 Started.  Command: /stop
    [2011-07-19T14:33:16][opmn][TRACE:1][668][OPMN][code:pm-requests]Request 2 Completed. Command: /stop
    [2011-07-19T14:33:16][opmn][NOTIFICATION:1][676][OPMN][code:pm-internal]OPMN server stopped.  Request handling disabled.
    [2011-07-19T14:33:16][opmn][TRACE:1][667][OPMN][code:pm-requests]Request 3 Started.  Command: /shutdown
    [2011-07-19T14:33:16][opmn][TRACE:1][668][OPMN][code:pm-requests]Request 3 Completed. Command: /shutdown
    [2011-07-19T14:33:46][opmn][NOTIFICATION:1][90][OPMN][code:ons-internal]ONS server initiated
    [2011-07-19T14:33:46][opmn][NOTIFICATION:1][522][OPMN][code:pm-internal]PM state directory exists: /oracle/Oracle/gc_inst/WebTierIH1/config/OPMN/opmn/states
    [2011-07-19T14:33:46][opmn][NOTIFICATION:1][675][OPMN][code:pm-internal]OPMN server ready.  Request handling enabled.
    Thanks !                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Oracle Grid control 11gR1 : emctl start oms gives OMS version 11.1.0.1.0 is

    Hi, I have installed grid control 11gR1 on OEL 5.6 64 bit env. The repository db is oracle 11.1.0.7.0 with WLS 10.3.2
    My install of the Grid contol was a fresh install on a db and weblogic. Whenever i start the emctl start oms, i get the following error
    OMS version 11.1.0.1.0 is not compatible with repository version 10.2.0.4.0 Repository needs to be upgraded
    Eventhough my db is 11, which is the emctl giving the above error? Its starting the EMGC admin and OMS server ( i can see them running in weblogic console), but my EM console is not coming up, saying either WLS or OMS is down.
    i have tried to recreate repos db, droped and created it, but no luck.
    Appreciate any pointers. Also, if there is a sequence of steps to follow the grid contol uninstall and install, pls let me know.

    thx for the post. I had a successful install and I then logged on to the EM console and configured it to monitor the db instances. After a few days, the server restarted and after which i wasn't able to start the OMS and hence unable to logon to EM console.

  • HT1199 my computer displays grey screen and apple logo for 10 minutes or more during start up and shut down. sometimes it refuses to shut down . this issues started after installing OS lion. what do i do?

    my computer displays grey screen and apple logo for 10 minutes or more during start up and shut down. sometimes it refuses to shut down . this issues started after installing OS lion. what do i do?

    I don't think it's exactly an incomplete installation brody, but most likely in-correct permissions somewhere along the line that either happened, or became magnified during the upgrade. Also, it could be corruption as well.
    First thing to do, is boot up holding down Shift key to do a safe-boot so we an clean up any corrupted OS caches, after that do another reboot, but go to the Lion recovery, and scan the HD for errors, repair any if you find them, and then try to do a Repair Permissions job.
    That should fix the issue, if not, we can start doing a PRAM reset  and SMC for good measure.

  • Starting OMS cause an Error

    Hello together,
    I have got an misterious error and I have no idea whats the problem.
    When starting the OMS (via windows service or via cmd "oemctl start oms") I got the following error in the oms.nohup file:
    OEMCTL für Windows NT: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. Alle Rechte vorbehalten.
    Oracle Management Server wird hochgefahren...oracle.sysman.vxn.VxnBootstrapException:
    VXA-2028 :
    Anmeldung bei OMS-Repository nicht möglich.
         at oracle.sysman.vxa.VxaAppServer.startServices(VxaAppServer.java:1596)
         at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3144)
    I activated the tracing in the omsconfig.properties, but in the oms.log.o I don't have additional information:
    [main][2007-10-24:13:55:54:177] OEMCTL für Windows NT: Version 9.2.0.1.0 Production
    [main][2007-10-24:13:55:54:177] Copyright (c) 1998, 2002, Oracle Corporation. Alle Rechte vorbehalten.
    [main][2007-10-24:13:55:54:177] Oracle Management Server wird hochgefahren...
    [main][2007-10-24:13:55:54:177] wait time 10000,ntries 12, starting: true
    [main][2007-10-24:13:55:54:224] Exception! null
    oracle.sysman.vxn.VxnBootstrapException:
    VXA-2028 :
    Anmeldung bei OMS-Repository nicht möglich.
         at oracle.sysman.vxa.VxaAppServer.startServices(VxaAppServer.java:1596)
         at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3144)
    [main][2007-10-24:13:55:54:240] In stopServices(), numservices = 0
    [main][2007-10-24:13:55:54:240] Exiting Naming Service.
    [VxxAux-Finalizer][2007-10-24:13:55:54:240] ******* doFinalization :oracle.sysman.vdb.VdbSessionFactory
    Connecting to the OMS repository OEMREP via sqlplus is successful !
    the OS ist win2003 SE
    the Oracle VErsion is 9.2.0.7
    Has anyone an idea what could cause the problem?
    Thanks and Kind Regards
    Stefan

    OEMCTL für Windows NT: Version 9.2.0.1.0 Production
    the OS ist win2003 SE
    the Oracle VErsion is 9.2.0.7Check your ORACLE_HOME. You may be in the wrong one.

Maybe you are looking for

  • HT201304 How do I set password for all in app purchases?

    How do I set password for all in app purchases? xx

  • Clob/blob in java-code stored in database

    Hi! I want to write some java-code (CREATE OR REPLACE AND RESOLVE JAVA SOURCE NAMED...) where I want to return an image as blob. For doing that I have to initialize the blob in the java-code -correct? I see many examples like oracle.sql.BLOB.createTe

  • Acrobat 10 won't start

    On a Win7pro/64 machine I've been trying to upgrade form Acrobat 9 to 10. I uninstalled 9, installed 10, and at first got the dialog "internal error occured" then another dialog with a runtime error. I'm installing from an education licensing disk wh

  • Business Content Datasources -Do i need a down time?

    Hello friends, quick question folks I am going live in Production soon.I would like to know if i need to know if i need to request downtime in R3.     Master Data 1) 0PM_MAINTPOS_ATTR     0PM_MAINTPOS_TEXT     Transactional Data 2) 0CO_OM_CCA_3     

  • Pacman tells me I need to update updated packages

    Recently, I updated my system using the -Syu switch. However, when I run a full system upgrade now, I am told that I still need to install the programs that were installed previously. Example A: [matt@myhost ~]$ sudo pacman -Syu Password: :: Synchron