Wlst weblogic.nodemanager.NMException wls92

Hi all,
I have got a problem connecting to Nodemanager with wlst.
The System is wls920 on windows2003Server.
Connecting to adminserver works with wlst.
Here's the call:
nmConnect('addi', 'weblogic', 'localhost', '5555', 'testdomain', 'c:/win32app/bea/user_projects/domains/testdomain')
The Errormessage and the dumpstack(the smileys aren't wanted):
Connecting to Node Manager ...
Traceback (innermost last):
File "<console>", line 1, in ?
File "<iostream>", line 1379, in nmConnect
WLSTException: "Error occured while performing nmConnect : Cannot connect to Node Manager.Access to domain 'testdomain' for user 'addi' d
enied Use dumpStack() to view the full stacktrace"
wls:/offline> dumpStack()
This Exception occured at Thu Mar 29 08:37:36 GMT+01:00 2007.
weblogic.nodemanager.NMException: Access to domain 'testdomain' for user 'addi' denied
at weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClient.java:265)
at weblogic.nodemanager.client.NMServerClient.connect(NMServerClient.java:229)
at weblogic.nodemanager.client.NMServerClient.checkConnected(NMServerClient.java:172)
at weblogic.nodemanager.client.NMServerClient.checkConnected(NMServerClient.java:178)
at weblogic.nodemanager.client.NMServerClient.getVersion(NMServerClient.java:48)
at weblogic.management.scripting.NodeManagerService.verifyConnection(NodeManagerService.java:176)
at weblogic.management.scripting.NodeManagerService.nmConnect(NodeManagerService.java:169)
at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source
        at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
        at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
        at org.python.core.PyMethod.__call__(PyMethod.java:96)
        at org.python.core.PyObject.__call__(PyObject.java:248)
        at org.python.core.PyObject.invoke(PyObject.java:2016)
        at org.python.pycode._pyx4.nmConnect$83(<iostream>:1366)
        at org.python.pycode._pyx4.call_function(ILorg.python.core.PyFrame;)Lorg.python.core.PyObject;(<iostream>:???)
        at org.python.core.PyTableCode.call(PyTableCode.java:208)
        at org.python.core.PyTableCode.call(PyTableCode.java:404)
        at org.python.core.PyFunction.__call__(PyFunction.java:184)
        at org.python.core.PyObject.__call__(PyObject.java:248)
        at org.python.pycode._pyx23.f$0(<console>:1)
        at org.python.pycode._pyx23.call_function(ILorg.python.core.PyFrame;)Lorg.python.core.PyObject;(<console>:???)
        at org.python.core.PyTableCode.call(PyTableCode.java:208)
        at org.python.core.PyCode.call(PyCode.java:14)
        at org.python.core.Py.runCode(Py.java:1135)
        at org.python.core.Py.exec(Py.java:1157)
        at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:148)
        at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter.java:89)
        at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java:70)
        at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java:44)
weblogic.nodemanager.NMException: Access to domain 'testdomain' for user 'addi' denied[/i]
I am sure about the right username and password. This is serious, because most of our production scripts need the nodemanager connection.
So every help is appreciated.
Thanks and kind regards,
tomsch

I got the same problem...but seems it has the different stackDump output from the previous thread. I did the same recommended resolution but still getting the same error. Am running WLS 9.2 in a Solaris 8 box.
Appreciate any advise.Here's the debug output of my wlst.sh:
==============================================
wls:/offline> nmConnect('system', 'weblogic', '167.26.71.112','7001','app1','/applications/poc1/domains/app1','ssh','true')
Connecting to Node Manager ...
DEBUG: ShellClient: Executing shell command: ssh -o PasswordAuthentication=no 167.26.71.112 wlscontrol.sh -d app1 -r \'/applications/poc1/domains/app1\' VERSION
DEBUG: ShellClient: STDERR: warning: Configuration option PasswordAuthentication is deprecated.
DEBUG: ShellClient: STDERR: ################################################################
DEBUG: ShellClient: STDERR:
DEBUG: ShellClient: STDERR:
DEBUG: ShellClient: STDERR: ACCESS TO THIS PROPRIETARY SYSTEM BY AN UNAUTHORIZED USER IS PROHIBITED,
DEBUG: ShellClient: STDERR: MAY RESULT IN CIVIL LIABILITIES AND MAY BE A CRIMINAL OFFENCE.
DEBUG: ShellClient: STDERR: USAGE OF THIS SYSTEM IS MONITORED.
DEBUG: ShellClient: STDERR:
DEBUG: ShellClient: STDERR:
DEBUG: ShellClient: STDERR: L'ACC?S ? CE SYST?ME EXCLUSIF PAR UN UTILISATEUR NON AUTORIS? EST INTERDIT
DEBUG: ShellClient: STDERR: ET PEUT DONNER LIEU ? UNE RESPONSABILIT? CIVILE ET CONSTITUER UN ACTE CRIMINEL.
DEBUG: ShellClient: STDERR: L'UTILISATION DU PR?SENT SYST?ME EST SURVEILL?E.
DEBUG: ShellClient: STDERR:
DEBUG: ShellClient: STDERR:
DEBUG: ShellClient: STDERR: ################################################################
DEBUG: ShellClient: STDERR:
DEBUG: ShellClient: STDOUT: NodeManager version 9.0.0
Traceback (innermost last):
File "<console>", line 1, in ?
File "<iostream>", line 1379, in nmConnect
WLSTException: 'Error occured while performing nmConnect : Cannot connect to Node Manager. Use dumpStack() to view the full stacktrace'
wls:/offline> dumpStack()
This Exception occured at Tue Apr 10 12:25:56 EDT 2007.
weblogic.nodemanager.NMException:
at weblogic.nodemanager.client.ShellClient.checkResponse(ShellClient.java:388)
at weblogic.nodemanager.client.ShellClient.getVersion(ShellClient.java:64)
at weblogic.management.scripting.NodeManagerService.verifyConnection(NodeManagerService.java:176)
at weblogic.management.scripting.NodeManagerService.nmConnect(NodeManagerService.java:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
at org.python.core.PyMethod.__call__(PyMethod.java:96)
at org.python.core.PyObject.__call__(PyObject.java:248)
at org.python.core.PyObject.invoke(PyObject.java:2016)
at org.python.pycode._pyx4.nmConnect$83(<iostream>:1366)
at org.python.pycode._pyx4.call_function(<iostream>)
at org.python.core.PyTableCode.call(PyTableCode.java:208)
at org.python.core.PyTableCode.call(PyTableCode.java:404)
at org.python.core.PyFunction.__call__(PyFunction.java:184)
at org.python.core.PyObject.__call__(PyObject.java:248)
at org.python.pycode._pyx27.f$0(<console>:1)
at org.python.pycode._pyx27.call_function(<console>)
at org.python.core.PyTableCode.call(PyTableCode.java:208)
at org.python.core.PyCode.call(PyCode.java:14)
at org.python.core.Py.runCode(Py.java:1135)
at org.python.core.Py.exec(Py.java:1157)
at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:148)
at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter.java:89)
at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java:70)
at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java:44)
at weblogic.management.scripting.WLST.main(WLST.java:157)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at weblogic.WLST.main(WLST.java:29)
weblogic.nodemanager.NMException:

Similar Messages

  • After clone R12.2.3 getting this "Error Starting server oacore_server1: weblogic.nodemanager.NMException: Exception while starting server 'oacore_server1'  ERROR: Unable to start up the managed server oacore_server1

    The oacore_server1 is not coming up .rest all came up fine .Has anybody faced such issue .Need urgent help .
    Thanks
    Sambit

    <Aug 7, 2014 11:42:24 AM> <INFO> <NodeManager> <Server output log file is '/cvtstapps/acvtst/oracle/fs1/FMW_Home/user_projects/domains/EBS_domain_cvtst/servers/oacore_server1/logs/oacore_server1.out'>
    <Aug 7, 2014 11:42:25 AM EDT> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Aug 7, 2014 11:42:25 AM EDT> <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>
    <Aug 7, 2014 11:42:26 AM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 23.25-b01 from Oracle Corporation>
    <Aug 7, 2014 11:42:27 AM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for BUG13729611 Fri Apr 05 02:11:03 CDT 2013
    WebLogic Server 10.3.6.0.4 PSU Patch for BUG16083651 Thu Mar 28 15:24:29 IST 2013
    WebLogic Server Temporary Patch for BUG14597598 Mon Feb 04 14:04:12 IST 2013
    WebLogic Server Temporary Patch for BUG13572948 Fri Sep 07 11:42:39 IST 2012
    WebLogic Server Temporary Patch for ${CRS} Mon Jul 30 16:45:20 EDT 2012
    WebLogic Server Temporary Patch for ${CRS} Mon Jul 30 16:45:20 EDT 2012
    WebLogic Server Temporary Patch for BUG13845626 Tue Mar 20 17:35:12 IST 2012
    WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050 >
    <Aug 7, 2014 11:42:34 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Aug 7, 2014 11:42:34 AM EDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Aug 7, 2014 11:42:34 AM EDT> <Notice> <Log Management> <BEA-170019> <The server log file /cvtstapps/acvtst/oracle/fs1/FMW_Home/user_projects/domains/EBS_domain_cvtst/servers/oacore_server1/logs/oacore_server1.log is opened. All server side log events will be written to this file.>
    <Aug 7, 2014 11:42:45 AM EDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Aug 7, 2014 11:42:52 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Aug 7, 2014 11:42:52 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Aug 7, 2014 11:43:02 AM EDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'EBSDataSource' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
      at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:327)
      at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
      at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
      Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.resourcepool.ResourceSystemException:
    Could not connect to 'oracle.jdbc.OracleDriver'.
    The returned message is: ORA-01017: invalid username/password; logon denied
    It is likely that the login or password is not valid.
    It is also possible that something else is invalid in
    the configuration or that the database is not available.
      at weblogic.jdbc.common.internal.JDBCUtil.parseException(JDBCUtil.java:301)
      at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:383)
      at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:241)
      at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1319)
      at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1236)
      Truncated. see log file for complete stacktrace
    >
    =======================
    Event preStart received
    Application Name is = oacore
    s_StartupPropFile = /cvtstapps/acvtst/oracle/fs1/FMW_Home/Oracle_EBS-app1/applications/oacore/APP-INF/node_info.txt
    actualWlsPropFile = /cvtstapps/acvtst/oracle/fs1/inst/apps/cvtst_ebizapplsb01/appl/admin/oacore_wls.properties
    =======================
    <Aug 7, 2014 11:44:17 AM EDT> <Warning> <HTTP> <BEA-101299> <The servlet-mapping for servlet-name "JSPClassServlet" will override the default mapping for *.jsp. This can lead to a show code vulnerability.>
    <Aug 7, 2014 11:44:18 AM EDT> <Emergency> <Deployer> <BEA-149259> <Server 'oacore_server1' in cluster 'oacore_cluster1' is being brought up in administration state due to failed deployments.>
    <Aug 7, 2014 11:44:19 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_federation:protocol_profiles_rollup" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:19 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_federation:protocol_profiles_events_rollup" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:19 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_federation:protocol_profiles_protocol_phase_events_rollup" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:19 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "weblogic_j2eeserver:jvm_runtime" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:19 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "weblogic_j2eeserver:jvm_compilation_time" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:19 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "weblogic_j2eeserver:jvm_memory_usage" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:19 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "weblogic_j2eeserver:jvm_class_loading" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:19 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "weblogic_j2eeserver:jvm_threads" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:20 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "portal:portal_page_engine_response_codes_delta" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:20 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "portal:portal_page_engine_response_codes" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:20 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "portal:portal_page_engine" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:20 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_soainfra:total_faults" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:20 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_oim:overall" has no key column.  It will not be collected.>
    Setting WLS POOL.....
    javax.naming.NameNotFoundException: While trying to lookup 'jdbc.cvtst' didn't find subcontext 'jdbc'. Resolved ''; remaining name 'jdbc/cvtst'
      at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
      at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)
      at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
      at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
      at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
      at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:412)
      at javax.naming.InitialContext.lookup(InitialContext.java:411)
      at oracle.apps.fnd.security.DBConnObjWLSDSPool.setDataSourceFactory(DBConnObjWLSDSPool.java:303)
      at oracle.apps.fnd.security.DBConnObjWLSDSPool.borrowObjectX(DBConnObjWLSDSPool.java:170)
      at oracle.apps.fnd.security.DBConnObjPool.borrowObject(DBConnObjPool.java:597)
      at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:354)
      at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1758)
      at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2425)
      at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2362)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2218)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2028)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1816)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1829)
      at oracle.apps.fnd.common.Context.getJDBCConnection(Context.java:1492)
      at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:170)
      at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1500)
      at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:362)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(Unknown Source)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(Unknown Source)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(Unknown Source)
      at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1294)
      at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1149)
      at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1118)
      at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1085)
      at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1072)
      at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)
      at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:611)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:588)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:542)
      at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:304)
      at oracle.apps.fnd.common.StaticContext.getInstance(StaticContext.java:143)
      at oracle.apps.fnd.common.StaticContext.getInstance(StaticContext.java:128)
      at oracle.apps.fnd.common.StaticContext.getLog(StaticContext.java:241)
      at oracle.apps.fnd.common.StaticContext.getAppsLog(StaticContext.java:251)
      at oracle.apps.fnd.common.AppsLog.getAnonymousLog(AppsLog.java:564)
      at oracle.apps.jtf.cache.appsimpl.AppsCacheLogger.<clinit>(AppsCacheLogger.java:45)
      at oracle.apps.jtf.cache.appsimpl.AppsCacheEnvironment.getCacheLogger(Unknown Source)
      at oracle.apps.jtf.cache.CacheManager.initCache(CacheManager.java:727)
      at oracle.apps.jtf.cache.CacheManager.<clinit>(CacheManager.java:390)
      at oracle.apps.fnd.cache.Cache.setCacheFullName(Unknown Source)
      at oracle.apps.fnd.cache.Cache.initCache(Unknown Source)
      at oracle.apps.fnd.cache.Cache.<init>(Unknown Source)
      at oracle.apps.fnd.cache.AppsCache.<init>(Unknown Source)
      at oracle.apps.fnd.cache.AolCaches.getCache(Unknown Source)
      at oracle.apps.fnd.profiles.Profiles.<clinit>(Profiles.java:241)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.init(Unknown Source)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.<init>(Unknown Source)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
      at oracle.apps.fnd.common.AppsContext.instantiateProfileStore(AppsContext.java:4086)
      at oracle.apps.fnd.common.AppsContext.makeProfileStore(AppsContext.java:799)
      at oracle.apps.fnd.common.Context.setProfileStore(Context.java:802)
      at oracle.apps.fnd.common.Context.setProfileStore(Context.java:784)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:582)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:542)
      at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:304)
      at oracle.apps.fnd.oam.runtime.em.EBSAdminMXBeanImpl.<init>(EBSAdminMXBeanImpl.java:43)
      at oracle.apps.fnd.oam.runtime.em.OAMMBeanRegistration.contextInitialized(OAMMBeanRegistration.java:41)
      at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1870)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3163)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Setting WLS POOL.....
    javax.naming.NameNotFoundException: While trying to lookup 'jdbc.cvtst' didn't find subcontext 'jdbc'. Resolved ''; remaining name 'jdbc/cvtst'
      at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
      at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)
      at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
      at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
      at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
      at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:412)
      at javax.naming.InitialContext.lookup(InitialContext.java:411)
      at oracle.apps.fnd.security.DBConnObjWLSDSPool.setDataSourceFactory(DBConnObjWLSDSPool.java:303)
      at oracle.apps.fnd.security.DBConnObjWLSDSPool.borrowObjectX(DBConnObjWLSDSPool.java:170)
      at oracle.apps.fnd.security.DBConnObjPool.borrowObject(DBConnObjPool.java:597)
      at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:354)
      at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1758)
      at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2425)
      at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2362)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2218)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2028)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1816)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1829)
      at oracle.apps.fnd.common.Context.getJDBCConnection(Context.java:1492)
      at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:170)
      at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1500)
      at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:362)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(Unknown Source)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(Unknown Source)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(Unknown Source)
      at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1294)
      at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1149)
      at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1118)
      at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1085)
      at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1072)
      at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)
      at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:611)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:588)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:542)
      at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:304)
      at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:276)
      at oracle.apps.fnd.common.WebAppsContext.setHijackSession(WebAppsContext.java:5785)
      at oracle.apps.fnd.common.WebAppsContext.<clinit>(WebAppsContext.java:796)
      at oracle.apps.jtf.cache.ArchitectureWrapper.createAppsContextWithDBCFile(Unknown Source)
      at oracle.apps.jtf.cache.ArchitectureWrapper.createDefaultAppsContext(Unknown Source)
      at oracle.apps.jtf.cache.ArchitectureWrapper.getNoSessionDBConnection(Unknown Source)
      at oracle.apps.jtf.cache.TransactionScopeWrapper.getConnection(Unknown Source)
      at oracle.apps.jtf.prefab.SystemPolicy.loadSystemPolicy(SystemPolicy.java:679)
      at oracle.apps.jtf.prefab.SystemPolicy.load(SystemPolicy.java:660)
      at oracle.apps.jtf.prefab.SystemPolicy.getWebServerHostPolicyFromDB(SystemPolicy.java:461)
      at oracle.apps.jtf.cache.appsimpl.AppsCacheFrameworkConfig.getHostNames(AppsCacheFrameworkConfig.java:329)
      at oracle.apps.jtf.cache.CacheManager.initCache(CacheManager.java:742)
      at oracle.apps.jtf.cache.CacheManager.<clinit>(CacheManager.java:390)
      at oracle.apps.fnd.cache.Cache.setCacheFullName(Unknown Source)
      at oracle.apps.fnd.cache.Cache.initCache(Unknown Source)
      at oracle.apps.fnd.cache.Cache.<init>(Unknown Source)
      at oracle.apps.fnd.cache.AppsCache.<init>(Unknown Source)
      at oracle.apps.fnd.cache.AolCaches.getCache(Unknown Source)
      at oracle.apps.fnd.profiles.Profiles.<clinit>(Profiles.java:241)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.init(Unknown Source)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.<init>(Unknown Source)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
      at oracle.apps.fnd.common.AppsContext.instantiateProfileStore(AppsContext.java:4086)
      at oracle.apps.fnd.common.AppsContext.makeProfileStore(AppsContext.java:799)
      at oracle.apps.fnd.common.Context.setProfileStore(Context.java:802)
      at oracle.apps.fnd.common.Context.setProfileStore(Context.java:784)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:582)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:542)
      at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:304)
      at oracle.apps.fnd.oam.runtime.em.EBSAdminMXBeanImpl.<init>(EBSAdminMXBeanImpl.java:43)
      at oracle.apps.fnd.oam.runtime.em.OAMMBeanRegistration.contextInitialized(OAMMBeanRegistration.java:41)
      at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1870)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3163)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Exception in static block of jtf.cache.CacheManager. Stack trace is: java.lang.ExceptionInInitializerError
      at oracle.apps.jtf.cache.ArchitectureWrapper.createAppsContextWithDBCFile(Unknown Source)
      at oracle.apps.jtf.cache.ArchitectureWrapper.createDefaultAppsContext(Unknown Source)
      at oracle.apps.jtf.cache.ArchitectureWrapper.getNoSessionDBConnection(Unknown Source)
      at oracle.apps.jtf.cache.TransactionScopeWrapper.getConnection(Unknown Source)
      at oracle.apps.jtf.prefab.SystemPolicy.loadSystemPolicy(SystemPolicy.java:679)
      at oracle.apps.jtf.prefab.SystemPolicy.load(SystemPolicy.java:660)
      at oracle.apps.jtf.prefab.SystemPolicy.getWebServerHostPolicyFromDB(SystemPolicy.java:461)
      at oracle.apps.jtf.cache.appsimpl.AppsCacheFrameworkConfig.getHostNames(AppsCacheFrameworkConfig.java:329)
      at oracle.apps.jtf.cache.CacheManager.initCache(CacheManager.java:742)
      at oracle.apps.jtf.cache.CacheManager.<clinit>(CacheManager.java:390)
      at oracle.apps.fnd.cache.Cache.setCacheFullName(Unknown Source)
      at oracle.apps.fnd.cache.Cache.initCache(Unknown Source)
      at oracle.apps.fnd.cache.Cache.<init>(Unknown Source)
      at oracle.apps.fnd.cache.AppsCache.<init>(Unknown Source)
      at oracle.apps.fnd.cache.AolCaches.getCache(Unknown Source)
      at oracle.apps.fnd.profiles.Profiles.<clinit>(Profiles.java:241)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.init(Unknown Source)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.<init>(Unknown Source)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
      at oracle.apps.fnd.common.AppsContext.instantiateProfileStore(AppsContext.java:4086)
      at oracle.apps.fnd.common.AppsContext.makeProfileStore(AppsContext.java:799)
      at oracle.apps.fnd.common.Context.setProfileStore(Context.java:802)
      at oracle.apps.fnd.common.Context.setProfileStore(Context.java:784)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:582)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:542)
      at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:304)
      at oracle.apps.fnd.oam.runtime.em.EBSAdminMXBeanImpl.<init>(EBSAdminMXBeanImpl.java:43)
      at oracle.apps.fnd.oam.runtime.em.OAMMBeanRegistration.contextInitialized(OAMMBeanRegistration.java:41)
      at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1870)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3163)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: java.lang.NullPointerException
      at oracle.apps.fnd.common.WebAppsContext.setHijackSession(WebAppsContext.java:5808)
      at oracle.apps.fnd.common.WebAppsContext.<clinit>(WebAppsContext.java:796)
      ... 68 more
    Setting WLS POOL.....
    javax.naming.NameNotFoundException: While trying to lookup 'jdbc.cvtst' didn't find subcontext 'jdbc'. Resolved ''; remaining name 'jdbc/cvtst'
      at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
      at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)
      at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
      at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
      at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
      at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:412)
      at javax.naming.InitialContext.lookup(InitialContext.java:411)
      at oracle.apps.fnd.security.DBConnObjWLSDSPool.setDataSourceFactory(DBConnObjWLSDSPool.java:303)
      at oracle.apps.fnd.security.DBConnObjWLSDSPool.borrowObjectX(DBConnObjWLSDSPool.java:170)
      at oracle.apps.fnd.security.DBConnObjPool.borrowObject(DBConnObjPool.java:597)
      at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:354)
      at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1758)
      at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2425)
      at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2362)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2218)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2028)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1816)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1829)
      at oracle.apps.fnd.common.Context.getJDBCConnection(Context.java:1492)
      at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:170)
      at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1500)
      at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:362)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(Unknown Source)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(Unknown Source)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(Unknown Source)
      at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1294)
      at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1149)
      at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1118)
      at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1085)
      at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1072)
      at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)
      at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:611)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:588)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:542)
      at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:304)
      at oracle.apps.fnd.oam.runtime.em.EBSAdminMXBeanImpl.<init>(EBSAdminMXBeanImpl.java:43)
      at oracle.apps.fnd.oam.runtime.em.OAMMBeanRegistration.contextInitialized(OAMMBeanRegistration.java:41)
      at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1870)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3163)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    <Aug 7, 2014 11:44:21 AM EDT> <Error> <ServletContext-/OA_HTML> <BEA-000000> <oracle.apps.fnd.security.AppsServletFilter.SecureResponseWrapper ERROR initializing cookie security attributes
    java.lang.NoClassDefFoundError: Could not initialize class oracle.apps.fnd.common.WebAppsContext
      at oracle.apps.fnd.security.AppsServletFilter$SecureResponseWrapper.init(AppsServletFilter.java:661)
      at oracle.apps.fnd.security.AppsServletFilter.init(AppsServletFilter.java:159)
      at oracle.apps.fnd.security.LeakDetectionFilter.init(LeakDetectionFilter.java:69)
      at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:343)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      Truncated. see log file for complete stacktrace
    >
    <Aug 7, 2014 11:44:21 AM EDT> <Error> <ServletContext-/OA_HTML> <BEA-000000> <AppsFilter initialization failed ::
    java.lang.RuntimeException: Cookie security attributes calculation
      at oracle.apps.fnd.security.AppsServletFilter$SecureResponseWrapper.init(AppsServletFilter.java:700)
      at oracle.apps.fnd.security.AppsServletFilter.init(AppsServletFilter.java:159)
      at oracle.apps.fnd.security.LeakDetectionFilter.init(LeakDetectionFilter.java:69)
      at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:343)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: Could not initialize class oracle.apps.fnd.common.WebAppsContext
      at oracle.apps.fnd.security.AppsServletFilter$SecureResponseWrapper.init(AppsServletFilter.java:661)
      at oracle.apps.fnd.security.AppsServletFilter.init(AppsServletFilter.java:159)
      at oracle.apps.fnd.security.LeakDetectionFilter.init(LeakDetectionFilter.java:69)
      at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:343)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      Truncated. see log file for complete stacktrace
    >
    <Aug 7, 2014 11:44:21 AM EDT> <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: oracle.apps.jtf.cabo.interceptor.JTFWrapperFilter.
    java.lang.NullPointerException
      at oracle.apps.jtf.cabo.interceptor.JTFWrapperFilter.init(JTFWrapperFilter.java:81)
      at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:343)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:96)
      Truncated. see log file for complete stacktrace
    >
    <Aug 7, 2014 11:45:04 AM EDT> <Error> <com.bea.portlet.i18n.PortletServerLogger> <BEA-000000> <[/OA_HTML] Error calling config handler setters using [/WEB-INF/portlet.xml] and [/WEB-INF/oracle-portlet.xml].
    java.lang.NullPointerException
      at oracle.apps.fnd.framework.jps.OAPortletAppConfigHandler.generatePortlets(OAPortletAppConfigHandler.java:475)
      at oracle.apps.fnd.framework.jps.OAPortletAppConfigHandler.generatePortletApp(OAPortletAppConfigHandler.java:283)
      at oracle.apps.fnd.framework.jps.OAPortletAppConfigHandler.setPortletFile(OAPortletAppConfigHandler.java:147)
      at com.bea.portlet.container.AppDeployer.initConfigHandler(AppDeployer.java:371)
      at com.bea.portlet.container.AppDeployer.<init>(AppDeployer.java:130)
      at com.bea.portlet.container.AppDeployer.getAppDeployer(AppDeployer.java:148)
      at com.bea.portlet.container.AppContainer.ensureRedeploy(AppContainer.java:498)
      at com.bea.wsrp.producer.adapter.javaportlet.JavaPortletAdapter.ensureRedeploy(JavaPortletAdapter.java:142)
      at com.bea.wsrp.producer.container.init.PortalInitializer.init(PortalInitializer.java:18)
      at com.bea.wsrp.producer.container.ProducerEndPoint.init(ProducerEndPoint.java:191)
      at com.bea.wsrp.producer.container.ProducerEndPoint.initialize(ProducerEndPoint.java:126)
      at com.bea.wsrp.producer.container.ProducerServlet.reinitInternal(ProducerServlet.java:101)
      at com.bea.wsrp.producer.container.ProducerServlet.initInternal(ProducerServlet.java:83)
      at com.bea.wsrp.producer.container.ProducerServlet.access$200(ProducerServlet.java:54)
      at com.bea.wsrp.producer.container.ProducerServlet$ServletLifecycleListenerImpl.init(ProducerServlet.java:1203)
      at com.bea.netuix.util.ServletLifecycleListener.initOrReinitInternal(ServletLifecycleListener.java:131)
      at com.bea.netuix.util.ServletLifecycleService.addServletLifecycleListener(ServletLifecycleService.java:252)
      at com.bea.netuix.util.ServletLifecycleService.addServletLifecycleListener(ServletLifecycleService.java:182)
      at com.bea.wsrp.producer.container.ProducerServlet.init(ProducerServlet.java:78)
      at javax.servlet.GenericServlet.init(GenericServlet.java:241)
      at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
      at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
      at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
      at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
      at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1983)
      at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1957)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1876)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3163)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    >
    =======================
    Event postStart received
    System.getProperty weblogic.ext.dirs = /cvtstapps/acvtst/oracle/fs1/FMW_Home/patch_wls1036/profiles/default/sysext_manifest_classpath
    System.getProperty JTFDBCFILE = /cvtstapps/acvtst/oracle/fs1/inst/apps/cvtst_ebizapplsb01/appl/fnd/12.0.0/secure/cvtst.dbc
    =======================
    <Aug 7, 2014 11:45:06 AM EDT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Aug 7, 2014 11:45:06 AM EDT> <Notice> <Cluster> <BEA-000197> <Listening for announcements from cluster using unicast cluster messaging>
    <Aug 7, 2014 11:45:06 AM EDT> <Notice> <Cluster> <BEA-000133> <Waiting to synchronize with other running members of oacore_cluster1.>
    <Aug 7, 2014 11:45:36 AM EDT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 172.16.111.98:7228 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Aug 7, 2014 11:45:36 AM EDT> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "oacore_server1" for domain "EBS_domain_cvtst" running in Production Mode>
    <Aug 7, 2014 11:45:37 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Aug 7, 2014 11:45:37 AM EDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in ADMIN mode>
    <Aug 7, 2014 11:47:46 AM EDT> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by weblogic>
    <Aug 7, 2014 11:47:46 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    <Aug 7, 2014 11:47:46 AM EDT> <Notice> <Server> <BEA-002607> <Channel "Default" listening on 172.16.111.98:7228 was shutdown.>
    <Aug 7, 2014 11:47:48 AM> <FINEST> <NodeManager> <Waiting for the process to die: 20103>
    <Aug 7, 2014 11:47:48 AM> <INFO> <NodeManager> <Server was shut down normally>
    <Aug 7, 2014 11:47:48 AM> <FINEST> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>

  • Errors while starting admin server using WLST and NodeManager

    Hi I am trying to start admin server using WLST and NodeManager. I started nodemanager and WLST successfully. but when I am trying to nmConnect() command I am getting below errors. Please any one tell me where am I going wrong? I copied dumpStack() optput as well..
    thanks
    manohar
    C:\oracle\Middleware\wlserver_10.3\server\bin>
    C:\oracle\Middleware\wlserver_10.3\server\bin>java weblogic.WLST
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    wls:/offline> nmConnect('weblogic','weblogic','localhost','5556')
    Connecting to Node Manager ...
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted 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 certificat
    e list raised a certificate parsing exception PKIX: Unsupported OID in the Algor
    ithmIdentifier object: 1.2.840.113549.1.1.11.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted 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 certificat
    e list raised a certificate parsing exception PKIX: Unsupported OID in the Algor
    ithmIdentifier object: 1.2.840.113549.1.1.11.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted 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.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.
    \,LTD.,C=JP". The loading of the trusted certificate list raised a certificate p
    arsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.84
    0.113549.1.1.11.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted 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: Un
    supported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 123, in nmConnect
    File "<iostream>", line 646, in raiseWLSTException
    WLSTException: Error occured while performing nmConnect : Cannot connect to Node
    Manager. : I/O error while reading domain directory
    Use dumpStack() to view the full stacktrace
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline> dumpStack()
    This Exception occurred at Tue May 03 10:45:03 EDT 2011.
    weblogic.nodemanager.NMException: I/O error while reading domain directory
    at weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClie
    nt.java:299)
    at weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClie
    nt.java:312)
    at weblogic.nodemanager.client.NMServerClient.connect(NMServerClient.jav
    a:248)
    at weblogic.nodemanager.client.NMServerClient.checkConnected(NMServerCli
    ent.java:199)
    at weblogic.nodemanager.client.NMServerClient.checkConnected(NMServerCli
    ent.java:205)
    at weblogic.nodemanager.client.NMServerClient.getVersion(NMServerClient.
    java:52)
    at weblogic.management.scripting.NodeManagerService.verifyConnection(Nod
    eManagerService.java:179)
    at weblogic.management.scripting.NodeManagerService.nmConnect(NodeManage
    rService.java:173)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyObject.invoke(Unknown Source)
    at org.python.pycode._pyx2.nmConnect$3(<iostream>:118)
    at org.python.pycode._pyx2.call_function(<iostream>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.pycode._pyx16.f$0(<console>:1)
    at org.python.pycode._pyx16.call_function(<console>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.core.Py.exec(Unknown Source)
    at org.python.util.PythonInterpreter.exec(Unknown Source)
    at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:180)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)
    weblogic.nodemanager.NMException: I/O error while reading domain directory
    wls:/offline>
    wls:/offline>

    Hi manohar,
    Please try the following article... (With Node Manager Communication type as "Plain" because it looks like you are getting PKIX security certificate chain message ) Just to isolate the issue
    Topic: Start AdminServer And NodeManager Using WLST
    http://middlewaremagic.com/weblogic/?p=6580
    Thanks
    Ravish Mody

  • Starting admin server using WLST and NodeManager

    Hi I am trying to start admin server using WLST and NodeManager. I started nodemanager and WLST successfully. but when I am trying to nmConnect() command I am getting below errors. Please any one tell me where am I going wrong? I copied dumpStack() optput as well..
    thanks
    manohar
    C:\oracle\Middleware\wlserver_10.3\server\bin>
    C:\oracle\Middleware\wlserver_10.3\server\bin>java weblogic.WLST
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    wls:/offline> nmConnect('weblogic','weblogic','localhost','5556')
    Connecting to Node Manager ...
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted 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 certificat
    e list raised a certificate parsing exception PKIX: Unsupported OID in the Algor
    ithmIdentifier object: 1.2.840.113549.1.1.11.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted 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 certificat
    e list raised a certificate parsing exception PKIX: Unsupported OID in the Algor
    ithmIdentifier object: 1.2.840.113549.1.1.11.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted 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.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.
    \,LTD.,C=JP". The loading of the trusted certificate list raised a certificate p
    arsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.84
    0.113549.1.1.11.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted 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: Un
    supported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 123, in nmConnect
    File "<iostream>", line 646, in raiseWLSTException
    WLSTException: Error occured while performing nmConnect : Cannot connect to Node
    Manager. : I/O error while reading domain directory
    Use dumpStack() to view the full stacktrace
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline> dumpStack()
    This Exception occurred at Tue May 03 10:45:03 EDT 2011.
    weblogic.nodemanager.NMException: I/O error while reading domain directory
    at weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClie
    nt.java:299)
    at weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClie
    nt.java:312)
    at weblogic.nodemanager.client.NMServerClient.connect(NMServerClient.jav
    a:248)
    at weblogic.nodemanager.client.NMServerClient.checkConnected(NMServerCli
    ent.java:199)
    at weblogic.nodemanager.client.NMServerClient.checkConnected(NMServerCli
    ent.java:205)
    at weblogic.nodemanager.client.NMServerClient.getVersion(NMServerClient.
    java:52)
    at weblogic.management.scripting.NodeManagerService.verifyConnection(Nod
    eManagerService.java:179)
    at weblogic.management.scripting.NodeManagerService.nmConnect(NodeManage
    rService.java:173)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyObject.invoke(Unknown Source)
    at org.python.pycode._pyx2.nmConnect$3(<iostream>:118)
    at org.python.pycode._pyx2.call_function(<iostream>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.pycode._pyx16.f$0(<console>:1)
    at org.python.pycode._pyx16.call_function(<console>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.core.Py.exec(Unknown Source)
    at org.python.util.PythonInterpreter.exec(Unknown Source)
    at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:180)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)
    weblogic.nodemanager.NMException: I/O error while reading domain directory
    wls:/offline>
    wls:/offline>

    Hi manohar,
    Thank you, Pierluigi for encouraging Middleware Magic Team :)
    manohar, apart from what *"Pierluigi"* has suggested, additionally please notice the following messsage in your StackTrace (whih is basically a NOTICE message but does not look good)
    The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object:In your case it looks like the actual issue is your Certificate which comes by default with JDK. As mentioned in this BUG.
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6803022
    Additionally please refer to the following Thread:
    http://forums.oracle.com/forums/message.jspa?messageID=3958098#3958098
    I am suspecting that you need to do the following in order to get rid of Certificate Errors which is the ROOT cause of your issue
    Do the following: After taking a backup of *"$JAVA_HOME/jre/lib/security/cacerts"* file
    cd $JAVA_HOME/jre/lib/security
    cp -p cacerts cacerts.original
    chmod 644 cacerts
    keytool -delete -alias ttelesecglobalrootclass2ca -keystore cacerts
    keytool -delete -alias ttelesecglobalrootclass3ca -keystore cacertsAlso try with Node Manager Communication type as "*Plain*" because it looks like you are getting PKIX security certificate chain message, just to isolate the issue.
    Regards,
    Ravish Mody

  • How to configure Oracle WebLogic NodeManager as a MS service

    Hi Experts,
    I installed OBIEE 11.1.1.5, and i want to configure OBIEE start/stop as windows services.
    for that and after a successful configuration, Oracle configure by default two windows services: Weblogic Node Manager and FMW 11g Process Manager (OPMN).
    The problem is that Weblogic Node Manager is missing as a widows service.
    How can i do to create and configure it manually, please.
    Thank in advance.
    Best regards,
    Hassan C
    Edited by: 972869 on 23 nov. 2012 03:27
    Edited by: 972869 on 23 nov. 2012 03:28
    Edited by: 972869 on 23 nov. 2012 05:09

    Hi,
    i see it, but that is for install Admin and manage server, what i'm asking for is Oracle weblogic NodeManager.
    the windows service i need is named "oracle WebLogic NodeManager (e_obiee11_wlserver_10.3)" or somethiing like that, is the first in the page of your link:
    Weblogic Node Manager
    *(configured as a MS Windows Service if Custom Install route is chosen when installing Weblogic)*
    I'm asking how to create it.
    Thank you.
    Edited by: 972869 on 23 nov. 2012 05:14

  • How to create a server through WLST  ( Weblogic Scripting Tool ) ?

    How to create a server through WLST ( Weblogic Scripting Tool ) ?
    Thanks in advance...
    Sanjay

    Hi Murugesh,
    Thanks a lot for you reply..
    I was able to create a server using create(). Is it possible to clone a server ?
    When i create a server following tags is added to config.xml
    <server>
    <name>testServer_lab1</name>
    <listen-port>43000</listen-port>
    </server>
    And if i do a clone through admin console, following is added to config.xml
    <server>
    <name>testServer2_lab1</name>
    <machine xsi:nil="true"></machine>
    <listen-port>7001</listen-port>
    <cluster xsi:nil="true"></cluster>
    <listen-address></listen-address>
    <graceful-shutdown-timeout>120</graceful-shutdown-timeout>
    </server>
    If incase, cloning is not possible through WLST, can i add following
    <machine xsi:nil="true"></machine>
    <listen-port>7001</listen-port>
    <cluster xsi:nil="true"></cluster>
    <listen-address></listen-address>
    <graceful-shutdown-timeout>120</graceful-shutdown-timeout>
    under <server> tag which is created through WLST ?
    I am using 9.2 version.
    Regards
    Sanjay

  • How to verfiy whether weblogic nodemanager is successfully started or not.

    I started the node manager using the below format.
    startNodeManager.sh pebblz10 3001
    Could any one tell me whether it is succesfully started or not.
    The log file which is generated after executing is also listed below.
    FYI ::
    chicago% pwd
    /wlsuite/om/cm/apps/BEA/SunOS5.10/wls10mp1/wlserver_10.0/server/bin
    chicago% startNodeManager.sh pebblz10 3001
    CLASSPATH=/ipf/tools/SunOS5.8/bea/wls10mp1/patch_wls1001/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/ipf/tools/SunOS5.8/bea/wls10mp1/jdk150_11/lib/tools.jar:/ipf/tools/SunOS5.8/bea/wls10mp1/wlserver_10.0/server/lib/weblogic_sp.jar:/ipf/tools/SunOS5.8/bea/wls10mp1/wlserver_10.0/server/lib/weblogic.jar:/ipf/tools/SunOS5.8/bea/wls10mp1/modules/features/weblogic.server.modules_10.0.1.0.jar:/ipf/tools/SunOS5.8/bea/wls10mp1/modules/features/com.bea.cie.common-plugin.launch_2.1.2.0.jar:/ipf/tools/SunOS5.8/bea/wls10mp1/wlserver_10.0/server/lib/webservices.jar:/ipf/tools/SunOS5.8/bea/wls10mp1/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/ipf/tools/SunOS5.8/bea/wls10mp1/modules/net.sf.antcontrib_1.0b2.0/lib/ant-contrib.jar::/ipf/tools/SunOS5.8/bea/wls10mp1
    + export CLASSPATH
    + export PATH
    + cd /ipf/tools/SunOS5.8/bea/wls10mp1/wlserver_10.0/common/nodemanager
    + set -x
    + [ 3001 !=  ]
    + [ pebblz10 !=  ]
    + /ipf/tools/SunOS5.8/bea/wls10mp1/jdk150_11/bin/java -client -Xms32m -Xmx200m -XX:MaxPermSize=128m -Xverify:none -Djava.security.policy=/ipf/tools/SunOS5.8/bea/wls10mp1/wlserver_10.0/server/lib/weblogic.policy -Dweblogic.nodemanager.javaHome=/ipf/tools/SunOS5.8/bea/wls10mp1/jdk150_11 -DListenAddress=pebblz10 -DListenPort=3001 weblogic.NodeManager -v
    + set +x
    If started, how can i access the node manager, from which location.
    I see a another nodemanager.sh in WL_HOME/server/bin. Is this script i need to execute the node manager. Please let me know.
    Any response is very helpful to me.

    Log into the weblogic console for one of the domains controlled by that nodemanager. I know there's a page that checks nodemanager connectivity. It's either in the "Server" or "Machine" area, I don't remember.

  • Problem starting adminserver with WLST and Nodemanager

    I have a domain with one cluster containing 4 managed servers. Now I want to start the adminserver with WLST using the Nodemanager. (I know there are other/beter ways but in this situation I need to do it with Nodemanager).
    The problem is that the Nodemanager doesn't add the right memory arguments to the start command of the admin server.
    This is what I do:
    nmConnect(usernaam,password,host,port,domain)
    nmstart(adminserver)
    This does start the adminserver only without the proper memory arguments.
    I tried:
    using a startup.properties file in the directory <domain-dir> \servers\<server-name> \data\nodemanager with the following arguments: -Xms1024m -Xmx1024m
    and
    Puting the memory arguments in the "Server Start" properties in the config.xml (This works fine for the managedservers)
    How can I solve this?

    The nmstart command has a properties argument. Have you tried that?
    nmStart([serverName], [domainDir], [props], [writer])
    <Richard Greeven> wrote in message news:[email protected]..
    I have a domain with one cluster containing 4 managed servers. Now I want to
    start the adminserver with WLST using the Nodemanager. (I know there are
    other/beter ways but in this situation I need to do it with Nodemanager).
    The problem is that the Nodemanager doesn't add the right memory arguments
    to the start command of the admin server.
    This is what I do:
    nmConnect(usernaam,password,host,port,domain)
    nmstart(adminserver)
    This does start the adminserver only without the proper memory arguments.
    I tried:
    using a startup.properties file in the directory <domain-dir>
    \servers\<server-name> \data\nodemanager with the following
    arguments: -Xms1024m -Xmx1024m
    and
    Puting the memory arguments in the "Server Start" properties in the
    config.xml (This works fine for the managedservers)
    How can I solve this?

  • Regarding weblogic.nodemanager.sslHostNameVerificationEnabled flag

    Hi,
    I am getting the SSLKeyException, while calling the external application webservice over SSL as given below
    javax.net.ssl.SSLKeyException: [Security:090504]Certificate chain received from sureshba-pc - 127.0.0.1 failed hostname verification check. Certificate contained sureshba-pc but check expected sureshba-pc
    I am using Oracle Weblogic 11g version 10.3.2 and its demo certificate.
    Here is security log on server startup:-
    <Jun 23, 2010 12:11:50 PM GMT-08:00> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the jks keystore file /home/sureshba/beahome/wlserver_10.3/server/lib/DemoIdentity.jks.>
    <Jun 23, 2010 12:11:50 PM GMT-08:00> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /home/sureshba/beahome/wlserver_10.3/server/lib/DemoTrust.jks.>
    <Jun 23, 2010 12:11:50 PM GMT-08:00> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /home/sureshba/beahome/jdk160_14_R27.6.5-32/jre/lib/security/cacerts.>
    <Jun 23, 2010 12:11:50 PM GMT-08:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jun 23, 2010 12:11:50 PM GMT-08:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    Issue got resolved by set a flag -Dweblogic.nodemanager.sslHostNameVerificationEnabled=false on startManagedweblogic.sh.
    Please let us know , if this is the right way to do ( by disabling the flag -Dweblogic.nodemanager.sslHostNameVerificationEnabled ), what does that flag signify ? Do people disable that flag in production system ?
    Thanks,
    Suresh

    Host name verification is a process wheren the CN of the Certificate is checked whther it matches the hostname from where the request originates.
    By applying this flag we are basically bypassing that check.
    In Production system, demo certificates are not used. And the CN is the same as hostname for certificates used in prod env, hence the use of the flag does not arise.
    HTH,
    Faisal
    http://weblogic-wonders.com

  • Where does the weblogic.nodemanager.NodeManager reside?

              This class is not in weblogic.jar. Any idea?
              Thanks,
              Tao
              

    I assume you are talking about nodemanager in 6.1. Please post 6.1
              queries in beta newsgroups
              Viresh
              taohe wrote:
              > This class is not in weblogic.jar. Any idea?
              >
              > Thanks,
              >
              > Tao
              

  • Not able to use nmConnect command to connect to nodemanager using wlst

    Hi,
    I have configured SSL between the admin server and the managed servers successfully and my admin and managed servers are running fine on SSL ports. I am also able to connect to admin server using the wlst like below:
    wls:/offline> connect('adminportal','adminportal','t3s://172.21.74.139:7012')
    Connecting to t3s://172.21.74.139:7012 with userid adminportal ...
    Successfully connected to Admin Server 'TestingDomain' that belongs to domain 'TEST_DOMAIN'.
    But when I am trying to connect to node manager using the nmConnect command then I am not able to connect to it. Even I am getting some stupid exception which even i don't think is the cause of the problem. Below are the logs. My question is also like is there any patch that i need to apply to use nmConnect over SSL? Also after disabling the SSL i m able to use the nmConnect to connect to node manager. Please advice furthur.
    wls:/offline> nmConnect('B2shNIRZrg','xJ0rgpyPGd','172.21.74.131','5556','TEST_DOMAIN','SSL')
    Connecting to Node Manager ...
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 1379, in nmConnect
    WLSTException: Error occured while performing nmConnect : Cannot connect to Node Manager.I/O error while reading domain directory: java.io.FileNotFoundException: Domain directory '/home/hosting/vguptr5/bea10mp2/wlserver_10.0/common/nodemanager/SSL' invalid (domain salt file not found) Use dumpStack() to view the full stacktrace
    wls:/offline> dumpStack()
    This Exception occurred at Mon Nov 15 23:36:50 GMT+05:30 2010.
    weblogic.nodemanager.NMException: I/O error while reading domain directory: java.io.FileNotFoundException: Domain directory '/home/hosting/vguptr5/bea10mp2/wlserver_10.0/common/nodemanager/SSL' invalid (domain salt file not found)
         at weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClient.java:298)
         at weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClient.java:311)
         at weblogic.nodemanager.client.NMServerClient.connect(NMServerClient.java:247)
         at weblogic.nodemanager.client.NMServerClient.checkConnected(NMServerClient.java:196)
         at weblogic.nodemanager.client.NMServerClient.checkConnected(NMServerClient.java:202)
         at weblogic.nodemanager.client.NMServerClient.getVersion(NMServerClient.java:49)
         at weblogic.management.scripting.NodeManagerService.verifyConnection(NodeManagerService.java:175)
         at weblogic.management.scripting.NodeManagerService.nmConnect(NodeManagerService.java:168)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
         at org.python.core.PyMethod.__call__(PyMethod.java:96)
         at org.python.core.PyObject.__call__(PyObject.java:248)
         at org.python.core.PyObject.invoke(PyObject.java:2016)
         at org.python.pycode._pyx4.nmConnect$83(<iostream>:1366)
         at org.python.pycode._pyx4.call_function(<iostream>)
         at org.python.core.PyTableCode.call(PyTableCode.java:208)
         at org.python.core.PyTableCode.call(PyTableCode.java:404)
         at org.python.core.PyFunction.__call__(PyFunction.java:184)
         at org.python.core.PyObject.__call__(PyObject.java:248)
         at org.python.pycode._pyx31.f$0(<console>:1)
         at org.python.pycode._pyx31.call_function(<console>)
         at org.python.core.PyTableCode.call(PyTableCode.java:208)
         at org.python.core.PyCode.call(PyCode.java:14)
         at org.python.core.Py.runCode(Py.java:1135)
         at org.python.core.Py.exec(Py.java:1157)
         at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:148)
         at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter.java:89)
         at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java:70)
         at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java:44)
         at weblogic.management.scripting.WLST.main(WLST.java:157)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at weblogic.WLST.main(WLST.java:29)
    weblogic.nodemanager.NMException: I/O error while reading domain directory: java.io.FileNotFoundException: Domain directory '/home/hosting/vguptr5/bea10mp2/wlserver_10.0/common/nodemanager/SSL' invalid (domain salt file not found)
    Thanks
    Rahul Gupta

    Hi,
    the error invalid "*domain salt file not found*" shows that you need to do the nmEnroll() first from the machine through which you are trying to do the nmEnroll().
    The error shows that the security encryption file serializedsystemIni.dat file which is used in encryption and decryption.
    This error is not at all related to SSL configuration.
    thanks,
    Sandeep

  • Not able to start SOA managed server first time with node manager by WLST

    Hi all,
    I have created a SOA11g domain. Then using WLST utility I have started the Node Manager.
    Then from WLST prompt I have connected to the Node Manager & started the Admin Server successfully.
    But when ever I am starting the SOA manager server using WLST it's throwing the following error in WLST page : -
    Error Starting server soa_server1: weblogic.nodemanager.NMException: Exception while starting server 'soa_server1'
    In server log file I am getting the following error : -
    Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user denied
    weblogic.security.SecurityInitializationException: Authentication for user denied
    I am getting this problem only when I am trying to start the domain for the first time after domain creation using WLST/nodemanager.
    If I start & stop the SOA managed server from EM console & then try to start it aging from WLST/NodeManager then it's work fine.
    Can anyone please tell me what can be the issue?
    Thanks in Advance!!!
    Edited by: 008 on Dec 6, 2012 7:53 PM

    Hi,
    I am getting this problem only when I am trying to start the domain for the first time after domain creation using WLST/nodemanager.
    If I start & stop the SOA managed server from EM console & then try to start it aging from WLST/NodeManager then it's work fine.When you a server for the first time by using console or startManagedWeblogic.cmd, a file boot.properties is created under %DOMAIN_HOME%\servers\soa_server2\data\nodemanager...
    The WLST/Nodemanager approach doesn't create the file so it won't work for the first start... But it will work just fine from the second on...
    I've never tried, but you can try and create the boot.properties manually in your script with the following content... Password should be encrypted after the first successful start...
    username=type-the-username-here
    password=type-the-password-here
    Cheers,
    Vlad

  • "java.io.IOException: Write Channel Closed" starting AdminServer from WLST

    Hi,
    I am trying to start the admin server through WLST.
    Per "Oracle® Fusion Middleware WebLogic Scripting Tool Command Reference 11g Release 1 (10.3.2)" I tried it both ways - online and offline.
    When online
    wls:/nm/ClassicDomain> startServer('AdminServer','ClassicDomain','t3://10.110.90.156:7002','weblogic','<password>','/u0/app/oracle/product/middleware/user_projects/domains')
    I am getting
    Starting server AdminServer ...
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 412, in startServer
    at com.certicom.tls.record.WriteHandler.write(Unknown Source)
    at com.certicom.io.OutputSSLIOStreamWrapper.write(Unknown Source)
    at sun.nio.cs.StreamEncoder.writeBytes(StreamEStarting server AdminServer ...
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 412, in startServer
    at com.certicom.tls.record.WriteHandler.write(Unknown Source)
    at com.certicom.io.OutputSSLIOStreamWrapper.write(Unknown Source)
    at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:202)
    at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:272)
    at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:276)
    at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:122)
    at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:212)
    at java.io.BufferedWriter.flush(BufferedWriter.java:236)
    at weblogic.nodemanager.common.DataFormat.writeCommand(DataFormat.java:243)
    at weblogic.nodemanager.client.NMServerClient.sendCmd(NMServerClient.java:320)
    at weblogic.nodemanager.client.NMServerClient.sendServer(NMServerClient.java:265)
    at weblogic.nodemanager.client.NMServerClient.start(NMServerClient.java:94)
    at weblogic.management.scripting.NodeManagerService.nmStart(NodeManagerService.java:368)
    at weblogic.management.scripting.LifeCycleHandler.startSvr(LifeCycleHandler.java:887)
    at weblogic.management.scripting.WLScriptContext.startSvr(WLScriptContext.java:384)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    java.io.IOException: java.io.IOException: Write Channel Closed
    and the node manager log shows:
    WARNING: Uncaught exception in server handlerjava.io.IOException: Bad properties data format
    java.io.IOException: Bad properties data format
    at weblogic.nodemanager.common.DataFormat.readProperties(DataFormat.java:44)
    at weblogic.nodemanager.server.Handler.handleStart(Handler.java:537)
    at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:118)
    at weblogic.nodemanager.server.Handler.run(Handler.java:70)
    at java.lang.Thread.run(Thread.java:619)
    And if I try it offline
    wls:/offline> startServer('AdminServer','ClassicDomain','t3://10.110.90.156:7002','weblogic','<passwd>','/u0/app/oracle/product/middleware/user_projects/domains');
    I am getting a big stack below. Can anybody through an idea?
    Thank you
    Anatoliy
    Offline stack:
    Starting weblogic server ...
    WLST-WLS-1273604718586: <May 11, 2010 3:05:19 PM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.6.5-32_o-121899-1.6.0_14-20091001-2113-linux-ia32 from BEA Systems, Inc.>
    WLST-WLS-1273604718586: <May 11, 2010 3:05:20 PM EDT> <Info> <Management> <BEA-140013> </u0/app/oracle/product/middleware/user_projects/domains/config/config.xml not found>
    WLST-WLS-1273604718586: <May 11, 2010 3:05:20 PM EDT> <Info> <Management> <BEA-141254> <Generating new domain directory in /u0/app/oracle/product/middleware/user_projects/domains>
    ...WLST-WLS-1273604718586: <May 11, 2010 3:05:27 PM EDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    WLST-WLS-1273604718586:
    WLST-WLS-1273604718586: There are 1 nested errors:
    WLST-WLS-1273604718586:
    WLST-WLS-1273604718586: weblogic.management.ManagementException: Failure during domain creation
    WLST-WLS-1273604718586: at weblogic.management.internal.DomainDirectoryService.generateDomain(DomainDirectoryService.java:229)
    WLST-WLS-1273604718586: at weblogic.management.internal.DomainDirectoryService.ensureDomainExists(DomainDirectoryService.java:152)
    WLST-WLS-1273604718586: at weblogic.management.internal.DomainDirectoryService.start(DomainDirectoryService.java:72)
    WLST-WLS-1273604718586: at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
    WLST-WLS-1273604718586: at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
    WLST-WLS-1273604718586: at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:749)
    WLST-WLS-1273604718586: at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:488)
    WLST-WLS-1273604718586: at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:446)
    WLST-WLS-1273604718586: at weblogic.Server.main(Server.java:67)
    WLST-WLS-1273604718586: Caused by: com.bea.plateng.domain.script.ScriptException: The domain location must have write permission.
    WLST-WLS-1273604718586: at com.bea.plateng.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:723)
    WLST-WLS-1273604718586: at com.bea.plateng.domain.script.ScriptParserClassic$StateMachine.processWrite(ScriptParserClassic.java:575)
    WLST-WLS-1273604718586: at com.bea.plateng.domain.script.ScriptParserClassic$StateMachine.execute(ScriptParserClassic.java:431)
    WLST-WLS-1273604718586: at com.bea.plateng.domain.script.ScriptParserClassic.parseAndRun(ScriptParserClassic.java:150)
    WLST-WLS-1273604718586: at com.bea.plateng.domain.script.ScriptParserClassic.doExecute(ScriptParserClassic.java:112)
    WLST-WLS-1273604718586: at com.bea.plateng.domain.script.ScriptParser.execute(ScriptParser.java:73)
    WLST-WLS-1273604718586: at com.bea.plateng.domain.DomainInfoHelper.executeSilentScript(DomainInfoHelper.java:858)
    WLST-WLS-1273604718586: at com.bea.plateng.domain.DomainInfoHelper.createDefaultDomain(DomainInfoHelper.java:1762)
    WLST-WLS-1273604718586: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    WLST-WLS-1273604718586: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    WLST-WLS-1273604718586: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    WLST-WLS-1273604718586: at java.lang.reflect.Method.invoke(Method.java:597)
    WLST-WLS-1273604718586: at weblogic.management.internal.DomainDirectoryService.generateDomain(DomainDirectoryService.java:224)
    WLST-WLS-1273604718586: ... 8 more
    WLST-WLS-1273604718586:
    WLST-WLS-1273604718586: >
    WLST-WLS-1273604718586: <May 11, 2010 3:05:27 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    WLST-WLS-1273604718586: <May 11, 2010 3:05:27 PM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    WLST-WLS-1273604718586: <May 11, 2010 3:05:27 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    WLST-WLS-1273604718586: Stopped draining WLST-WLS-1273604718586
    WLST-WLS-1273604718586: Stopped draining WLST-WLS-1273604718586 .............................................Could not connect to the server to verify that it has started. The error returned is: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://10.110.90.156:7002: Destination unreachable; nested exception is:
            java.net.ConnectException: Connection refused; No available router to destination] Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 432, in startServer
    File "<iostream>", line 618, in raiseWLSTException
    WLSTException: Error occured while performing startServer : Could not start the server, the process might have timed out or there is an Error starting the server. Please refer to the log files for more details.

    Hi,
    Thank you for the quick response.
    I tried that, I can connect so wls:/offline> nmConnect('weblogic','password','10.110.90.156','5556','ClassicDomain','/u0/app/oracle/product/middleware/user_projects/domains/ClassicDomain');
    Connecting to Node Manager ...
    Successfully Connected to Node Manager.
    wls:/nm/ClassicDomain>
    but on
    nmStart(serverName="AdminServer",domainDir="/u0/app/oracle/product/middleware/user_projects/domains/ClassicDomain")
    Starting server AdminServer ...
    Error Starting server AdminServer: weblogic.nodemanager.NMException: Exception while starting server 'AdminServer'
    wls:/nm/ClassicDomain> nmStart(serverName="AdminServer",domainDir="/u0/app/oracle/product/middleware/user_projects/domains/ClassicDomain")
    Starting server AdminServer ...
    Error Starting server AdminServer: weblogic.nodemanager.NMException: Exception while starting server 'AdminServer'
    wls:/nm/ClassicDomain>
    And the AdminServer log shows security authentication error. Wondering why since I am not entering password when I do nmStart?
    Do you have an idea?
    Thank you
    Anatoliy

  • 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

  • Oracle Management Server could not be started while installing 12c

    Hello All,
    I'm trying to installing the Oracle 12cR2 on OEL6 32 bit over Oracle Virtual Box.
    The installation went smooth but at 79% of the installation, it throws me error as the OMS server is down and it could not be started.
    I tried to started the services manually by "./emctl start OMS" but no luck.
    2013-01-04 10:45:45,956 [main] INFO wls.OMSController main.204 - Executing command:start
    2013-01-04 10:45:46,186 [main] ERROR oms.StatusOMSCmd processStatusOMS.321 - Connection exception when trying to hit OMS page. OMS is down
    2013-01-04 10:45:46,186 [main] INFO commands.BaseCommand statusOMS.377 - statusOMS finished with result: 8
    2013-01-04 10:45:46,186 [main] INFO commands.BaseCommand execute.64 - currStatus is 8
    2013-01-04 10:45:46,186 [main] INFO commands.BaseCommand startOMS.162 - admin start is false
    2013-01-04 10:45:46,187 [main] INFO commands.BaseCommand startOMS.163 - is service is false
    2013-01-04 10:45:46,217 [main] INFO commands.BaseCommand getEnvProps.446 - Setting trust store system properties: -Dweblogic.security.TrustKeyStore=DemoTrust -Dweblogic.security.SSL.ignoreHostnameVerification=true -Djava.security.egd=file:///dev/./urandom
    2013-01-04 10:45:46,218 [main] INFO commands.BaseCommand startOMS.222 - wlst command is /u01/app/oracle/12c/oms/oracle_common/common/bin/wlst.sh /u01/app/oracle/12c/oms/oms/bin/startOMS.py
    2013-01-04 10:45:46,218 [main] INFO commands.BaseCommand startOMS.223 - Executing the wlst command for startOMS...
    2013-01-04 10:45:46,218 [main] INFO commands.BaseCommand startOMS.227 - optional admin start is false
    2013-01-04 10:45:46,218 [main] INFO commands.BaseCommand startOMS.228 - optional pbs_only start is false
    2013-01-04 10:45:46,218 [main] INFO commands.BaseCommand startOMS.229 - optional console_only start is false
    2013-01-04 10:45:46,824 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>CLASSPATH=/u01/app/oracle/12c/oms/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/app/oracle/12c/oms/jdk16/jdk/lib/tools.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/weblogic.jar:/u01/app/oracle/12c/oms/modules/features/weblogic.server.modules_10.3.5.0.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/webservices.jar:/u01/app/oracle/12c/oms/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/u01/app/oracle/12c/oms/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/u01/app/oracle/12c/oms/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/app/oracle/12c/oms/jdk16/jdk/lib/tools.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/weblogic.jar:/u01/app/oracle/12c/oms/modules/features/weblogic.server.modules_10.3.5.0.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/webservices.jar:/u01/app/oracle/12c/oms/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/u01/app/oracle/12c/oms/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/u01/app/oracle/12c/oms/oms/sysman/jlib/emagentSDK.jar:/u01/app/oracle/12c/oms/oms/sysman/jlib/emCORE.jar:/u01/app/oracle/12c/oms/oracle_common/modules/oracle.http_client_11.1.1.jar:/u01/app/oracle/12c/oms/oracle_common/modules/oracle.pki_11.1.1/oraclepki.jar:/u01/app/oracle/12c/oms/oracle_common/modules/oracle.osdt_11.1.1/osdt_cert.jar:/u01/app/oracle/12c/oms/oracle_common/modules/oracle.osdt_11.1.1/osdt_core.jar:/u01/app/oracle/12c/oms/modules/com.bea.core.apache.log4j_1.2.13.jar:/u01/app/oracle/12c/oms/oracle_common/modules/oracle.jrf_11.1.1/jrf-wlstman.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/lib/adfscripting.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/lib/adf-share-mbeans-wlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/lib/mdswlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/auditwlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/igfwlsthelp.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/jps-wlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/jrf-wlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/oamap_help.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/oamAuthnProvider.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/ossoiap_help.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/ossoiap.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/ovdwlsthelp.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/sslconfigwlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/wsm-wlst.jar
    2013-01-04 10:45:46,825 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:46,826 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>PATH=/u01/app/oracle/12c/oms/wlserver_10.3/server/bin:/u01/app/oracle/12c/oms/modules/org.apache.ant_1.7.1/bin:/u01/app/oracle/12c/oms/jdk16/jdk/jre/bin:/u01/app/oracle/12c/oms/jdk16/jdk/bin:/u01/app/oracle/12c/oms/oms/bin:/u01/app/oracle/12c/oms/oms/jdk/bin:/u01/app/oracle/12c/oms/oms/perl/bin:/u01/app/oracle/12c/oms/wlserver_10.3/server/bin:/u01/app/oracle/12c/oms/modules/org.apache.ant_1.7.1/bin:/u01/app/oracle/12c/oms/jdk16/jdk/jre/bin:/u01/app/oracle/12c/oms/jdk16/jdk/bin:/u01/app/oracle/product/11.2.0/db_1/bin:/usr/sbin:/usr/lib/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/oracle/bin:/bin:/usr/bin
    2013-01-04 10:45:46,826 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:46,829 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Your environment has been set.
    2013-01-04 10:45:46,829 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:46,830 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>CLASSPATH=/u01/app/oracle/12c/oms/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/app/oracle/12c/oms/jdk16/jdk/lib/tools.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/weblogic.jar:/u01/app/oracle/12c/oms/modules/features/weblogic.server.modules_10.3.5.0.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/webservices.jar:/u01/app/oracle/12c/oms/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/u01/app/oracle/12c/oms/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/u01/app/oracle/12c/oms/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/app/oracle/12c/oms/jdk16/jdk/lib/tools.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/weblogic.jar:/u01/app/oracle/12c/oms/modules/features/weblogic.server.modules_10.3.5.0.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/webservices.jar:/u01/app/oracle/12c/oms/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/u01/app/oracle/12c/oms/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/u01/app/oracle/12c/oms/oms/sysman/jlib/emagentSDK.jar:/u01/app/oracle/12c/oms/oms/sysman/jlib/emCORE.jar:/u01/app/oracle/12c/oms/oracle_common/modules/oracle.http_client_11.1.1.jar:/u01/app/oracle/12c/oms/oracle_common/modules/oracle.pki_11.1.1/oraclepki.jar:/u01/app/oracle/12c/oms/oracle_common/modules/oracle.osdt_11.1.1/osdt_cert.jar:/u01/app/oracle/12c/oms/oracle_common/modules/oracle.osdt_11.1.1/osdt_core.jar:/u01/app/oracle/12c/oms/modules/com.bea.core.apache.log4j_1.2.13.jar:/u01/app/oracle/12c/oms/oracle_common/modules/oracle.jrf_11.1.1/jrf-wlstman.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/lib/adfscripting.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/lib/adf-share-mbeans-wlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/lib/mdswlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/auditwlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/igfwlsthelp.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/jps-wlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/jrf-wlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/oamap_help.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/oamAuthnProvider.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/ossoiap_help.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/ossoiap.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/ovdwlsthelp.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/sslconfigwlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/wsm-wlst.jar:/u01/app/oracle/12c/oms/utils/config/10.3/config-launch.jar::/u01/app/oracle/12c/oms/wlserver_10.3/common/derby/lib/derbynet.jar:/u01/app/oracle/12c/oms/wlserver_10.3/common/derby/lib/derbyclient.jar:/u01/app/oracle/12c/oms/wlserver_10.3/common/derby/lib/derbytools.jar::
    2013-01-04 10:45:49,040 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:49,041 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Initializing WebLogic Scripting Tool (WLST) ...
    2013-01-04 10:45:49,041 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:53,993 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Welcome to WebLogic Server Administration Scripting Shell
    2013-01-04 10:45:53,994 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:53,994 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Type help() for help on available commands
    2013-01-04 10:45:53,994 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:54,138 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>nm home is /u01/app/oracle/12c/oms/gc_inst/NodeManager/emnodemanager
    2013-01-04 10:45:54,139 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>is_admin_host is TRUE
    2013-01-04 10:45:54,140 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>admin_start is FALSE
    2013-01-04 10:45:54,140 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>admin_only_start is NONE
    2013-01-04 10:45:54,921 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Connecting to Node Manager ...
    2013-01-04 10:45:55,158 [Thread-1] INFO commands.BaseCommand run.554 - <OUT><Jan 4, 2013 10:45:55 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>
    2013-01-04 10:45:56,789 [Thread-1] INFO commands.BaseCommand run.554 - <OUT><Jan 4, 2013 10:45:56 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.>
    2013-01-04 10:45:56,800 [Thread-1] INFO commands.BaseCommand run.554 - <OUT><Jan 4, 2013 10:45:56 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.>
    2013-01-04 10:45:56,805 [Thread-1] INFO commands.BaseCommand run.554 - <OUT><Jan 4, 2013 10:45:56 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.>
    2013-01-04 10:45:56,810 [Thread-1] INFO commands.BaseCommand run.554 - <OUT><Jan 4, 2013 10:45:56 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.>
    2013-01-04 10:45:56,812 [Thread-1] INFO commands.BaseCommand run.554 - <OUT><Jan 4, 2013 10:45:56 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.>
    2013-01-04 10:45:56,816 [Thread-1] INFO commands.BaseCommand run.554 - <OUT><Jan 4, 2013 10:45:56 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.>
    2013-01-04 10:45:56,820 [Thread-1] INFO commands.BaseCommand run.554 - <OUT><Jan 4, 2013 10:45:56 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.>
    2013-01-04 10:45:56,828 [Thread-1] INFO commands.BaseCommand run.554 - <OUT><Jan 4, 2013 10:45:56 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.>
    2013-01-04 10:45:56,831 [Thread-1] INFO commands.BaseCommand run.554 - <OUT><Jan 4, 2013 10:45:56 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.>
    2013-01-04 10:45:57,120 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Successfully Connected to Node Manager.
    2013-01-04 10:45:57,122 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of node manager:
    2013-01-04 10:45:57,123 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Currently connected to Node Manager to monitor the domain GCDomain.
    2013-01-04 10:45:57,123 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>current status of EMGC_ADMINSERVER:
    2013-01-04 10:45:57,125 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:57,125 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>RUNNING
    2013-01-04 10:45:57,126 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:57,126 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>current status of EMGC_OMS1:
    2013-01-04 10:45:57,127 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:57,127 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:45:57,128 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:57,129 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Starting server EMGC_OMS1
    2013-01-04 10:45:57,129 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Starting server EMGC_OMS1 ...
    2013-01-04 10:45:58,359 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Error Starting server EMGC_OMS1: weblogic.nodemanager.NMException: Exception while starting server 'EMGC_OMS1'
    2013-01-04 10:45:58,362 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>new status of EMGC_OMS1:
    2013-01-04 10:45:58,368 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:58,369 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:45:58,369 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:58,370 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>wait until EMGC_OMS1 becomes RUNNING
    2013-01-04 10:45:58,373 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:58,373 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:45:58,374 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:58,375 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:46:08,399 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:46:08,411 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:08,413 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:46:08,413 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:08,414 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:46:18,401 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:46:18,439 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:18,442 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:46:18,448 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:18,450 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:46:28,449 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:46:28,460 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:28,461 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:46:28,462 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:28,463 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:46:38,471 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:46:38,478 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:38,479 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:46:38,480 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:38,482 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:46:48,485 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:46:48,501 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:48,501 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:46:48,502 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:48,502 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:46:58,504 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:46:58,514 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:58,518 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:46:58,530 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:58,531 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:47:08,535 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:47:08,553 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:08,555 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:47:08,561 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:08,564 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:47:18,623 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:47:18,630 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:18,630 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:47:18,631 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:18,631 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:47:28,641 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:47:28,650 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:28,654 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:47:28,655 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:28,655 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:47:38,644 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:47:38,653 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:38,653 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:47:38,656 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:38,659 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:47:48,668 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:47:48,677 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:48,679 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:47:48,680 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:48,681 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:47:58,687 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:47:58,697 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:58,697 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:47:58,698 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:58,699 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:48:08,704 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:48:08,715 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:08,715 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:48:08,717 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:08,718 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:48:18,724 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:48:18,731 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:18,733 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:48:18,734 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:18,735 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:48:28,740 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:48:28,750 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:28,750 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:48:28,751 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:28,752 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:48:38,760 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:48:38,795 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:38,796 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:48:38,796 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:38,797 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:48:48,799 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:48:48,808 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:48,808 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:48:48,810 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:48,811 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:48:58,815 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:48:58,826 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:58,826 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:48:58,827 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:58,832 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>timed out waiting for EMGC_OMS1 to be RUNNING
    2013-01-04 10:48:58,833 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of node manager:
    2013-01-04 10:48:58,835 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Currently connected to Node Manager to monitor the domain GCDomain.
    2013-01-04 10:48:58,840 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>1
    2013-01-04 10:48:58,854 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Successfully disconnected from Node Manager.
    2013-01-04 10:48:58,857 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>END
    2013-01-04 10:48:58,859 [Thread-2] INFO commands.BaseCommand run.554 - <ERR>END
    2013-01-04 10:48:58,945 [main] INFO commands.BaseCommand processCmd.487 - wlst process is finished
    2013-01-04 10:48:58,952 [main] INFO commands.BaseCommand processCmd.489 - wlst process exited with code 1
    2013-01-04 10:48:58,953 [main] INFO commands.BaseCommand processCmd.491 - wlst outstream joined
    2013-01-04 10:48:58,953 [main] INFO commands.BaseCommand processCmd.493 - wlst errstream joined
    2013-01-04 10:48:58,955 [main] INFO commands.BaseCommand processCmd.499 - process exited with code 1
    2013-01-04 10:48:58,958 [main] INFO commands.BaseCommand startOMS.241 - Starting WebTier...
    2013-01-04 10:48:59,136 [main] INFO util.EmctlUtil logp.251 - Output messages of the command :
    opmnctl stopall: opmn is not running.
    2013-01-04 10:48:59,138 [main] INFO util.EmctlUtil logp.251 - error messages of the command :
    2013-01-04 10:49:05,838 [main] INFO util.EmctlUtil logp.251 - Output messages of the command :
    opmnctl startall: starting opmn and all managed processes...
    2013-01-04 10:49:05,843 [main] INFO util.EmctlUtil logp.251 - error messages of the command :
    2013-01-04 10:49:05,845 [main] INFO commands.BaseCommand startOMS.252 - WebTier Successfully Started
    2013-01-04 10:49:05,855 [main] ERROR oms.StatusOMSCmd processStatusOMS.321 - Connection exception when trying to hit OMS page. OMS is down
    2013-01-04 10:49:05,855 [main] INFO commands.BaseCommand statusOMS.377 - statusOMS finished with result: 8
    2013-01-04 10:49:05,856 [main] INFO commands.BaseCommand startOMS.307 - startOMS finished with result: 1
    2013-01-04 10:49:05,864 [main] ERROR oms.StatusOMSCmd processStatusOMS.321 - Connection exception when trying to hit OMS page. OMS is down
    2013-01-04 10:49:05,963 [main] INFO commands.BaseCommand statusOMS.377 - statusOMS finished with result: 8
    2013-01-04 10:49:05,965 [main] INFO commands.BaseCommand startOMS.312 - retCode is 8
    Please suggest me over this issue.
    regards,
    rohit
    http://dbarohit.blogspot.in/

    Have you found a resolution to this issue?
    I am receiving almost the identical error message in my newly installed 12c OEM when trying to start the OMS.
    I have tried a variety of shutdown/restart sequences for the repository database, listener, oms and agent and have gotten nowhere.
    My installation was performed on Windows Server 2008 R2 with Oracle RDBMS 11.2.0.2, just to post some basic environment info.
    Any information would be appreciated.
    Thanks,
    Dan

Maybe you are looking for

  • ITunes keeps crashing, says I need latest version, already have it!

    Every time I try to run itunes it crashes almost immediately. My computer is telling me to download the latest version of itunes to fix the problem, which I have done 4 times now. 10.6.1.7 is the latest version, right?? Somebody please help, I can't

  • Flow of QM and PP modules

    Hai Im implementing the QM/PP module for my project . So can any one give me the flow of QM-Module and PP-module please. Kumar

  • UseOneAsMany Function Not Working

    Hi Experts, I have tried the example from the below blog: **************** - Implementation of Node functions I have changed the context level as mentioned in the blog. I have changed the Plant Context Level to Mt_Sender for both MatNo and MatDesc wh

  • 4 of 6 Macs on Cat5 LAN Network drop connection because of loose cable?

    Ok, where to start. We have 6 Macs on our network, 4 of which are Power Macs G5s with OSX 10.4.10, the other two are newer MacPro's. The 4 Power Macs loose the network connection at random times(not all 4 at the same time), after replacing the entire

  • Informal Poll - What is your fav distro and why.

    I am curious as to what version of Linux is prefered and why.  I have been using OpenSUSE for my desktops and Ubuntu for servers for the last few years and would be interested to see what others favor and why... I have six computers all running Linux