Managed server throws error on start up

Randomly, while starting a managed server, the following exception is logged in the log files. What does it mean, and how can I resolve this.
I am using Weblogic Server 7.0 Sp1 with JDK 1.3.1_08.
Exception Trace:
The WebLogic Server did not start up properly.
Exception raised:
java.lang.NullPointerException
at java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:2266)
at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:514)
at weblogic.management.internal.DynamicMBeanImpl.readObject(DynamicMBeanImpl.java:2167)
at java.lang.reflect.Method.invoke(Native Method)
at java.io.ObjectInputStream.invokeObjectReader(ObjectInputStream.java:2209)
at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1406)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:381)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:231)
at java.util.ArrayList.readObject(ArrayList.java:526)
at java.lang.reflect.Method.invoke(Native Method)
at java.io.ObjectInputStream.invokeObjectReader(ObjectInputStream.java:2209)
at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1406)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:381)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:231)
at weblogic.management.ManagedServerAdmin.bootstrapLocalServer(ManagedServerAdmin.java:214)
at weblogic.management.ManagedServerAdmin.initialize(ManagedServerAdmin.java:122)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
at weblogic.Server.main(Server.java:32)
--------------- nested within: ------------------
weblogic.management.configuration.ConfigurationException: Exception encountered connecting to http://machine1:7001/wl_management_internal2/
Bootstrap - with nested exception:
[java.lang.NullPointerException]
at weblogic.management.ManagedServerAdmin.bootstrapLocalServer(ManagedServerAdmin.java:235)
at weblogic.management.ManagedServerAdmin.initialize(ManagedServerAdmin.java:122)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
at weblogic.Server.main(Server.java:32)
Reason: Fatal initialization exception
Throwable: weblogic.management.configuration.ConfigurationException: Exception encountered connecting to http://machine1:7001/wl_management
_internal2/Bootstrap - with nested exception:
[java.lang.NullPointerException]
java.lang.NullPointerException
at java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:2266)
at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:514)
at weblogic.management.internal.DynamicMBeanImpl.readObject(DynamicMBeanImpl.java:2167)
at java.lang.reflect.Method.invoke(Native Method)
at java.io.ObjectInputStream.invokeObjectReader(ObjectInputStream.java:2209)
at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1406)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:381)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:231)
at java.util.ArrayList.readObject(ArrayList.java:526)
at java.lang.reflect.Method.invoke(Native Method)
at java.io.ObjectInputStream.invokeObjectReader(ObjectInputStream.java:2209)
at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1406)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:381)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:231)
at weblogic.management.ManagedServerAdmin.bootstrapLocalServer(ManagedServerAdmin.java:214)
at weblogic.management.ManagedServerAdmin.initialize(ManagedServerAdmin.java:122)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
at weblogic.Server.main(Server.java:32)
--------------- nested within: ------------------
weblogic.management.configuration.ConfigurationException: Exception encountered connecting to http://machine1:7001/wl_management_internal2/
Bootstrap - with nested exception:
[java.lang.NullPointerException]
at weblogic.management.ManagedServerAdmin.bootstrapLocalServer(ManagedServerAdmin.java:235)
at weblogic.management.ManagedServerAdmin.initialize(ManagedServerAdmin.java:122)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
at weblogic.Server.main(Server.java:32)
Please provide some help.
-Michael

Michael,
No offence, but I think you may have posted to the wrong forum. This forum is for the Oracle (database embedded) JVM -- not for WebLogic.
While I don't use WebLogic, I'm sure there are WebLogic forums around. Do you know about this one:
http://tinyurl.com/8nfkm
Good Luck,
Avi.

Similar Messages

  • WLST start managed server throws error but the server was successf. started

    Hello,
    I have a funny problem.
    We are already using long time the WLST feature to startup managed servers via WLST connected to the Admin Console.
    Normally when we start a managed server it looks WLST output like this:
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Successfully connected to Admin Server 'xxx_admin' that belongs to domain 'xxx_domain'.
    Starting server xxx_001 .................................................................................
    Disconnect from Admin server
    This was working without any errors when inside your nodemanager.properties file the following is set:
    StartScriptEnabled=false
    Unfortunately I'm now forced to use:
    StartScriptEnabled=true
    and specified a custom "+StartScriptName+" (startWebLogicCustomScript.sh) as well.
    What happen now is the following. WLST starts the script set at "StartScriptName" and once this script is finished (The script do not generate errors and returns return code 0) I get an error:
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Successfully connected to Admin Server 'xxx_admin' that belongs to domain 'xxx_domain'.
    Starting server xxx_001 .................................................................................
    Exception while starting server 'xxx_001'
    No stack trace available.
    This Exception occurred at Thu Mar 03 01:01:40 CET 2011.
    weblogic.management.scripting.ScriptException: Error occured while performing start : Server with name xxx_001 failed to be started
    at weblogic.management.scripting.ExceptionHandler.handleException(ExceptionHandler.java:48)
    at weblogic.management.scripting.LifeCycleHandler.startServer(LifeCycleHandler.java:502)
    at weblogic.management.scripting.WLScriptContext.start(WLScriptContext.java:523)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    The funny thing now is that the managed server which WLST is given the error above is RUNNING so the everything is fine.
    So in the Admin Console everything is shown running.
    I don't would be normally worry about this since i can get around this with additional checks in my WLST script but what I'm worry about are the entries in the NodeManager log file which are generated (Especially the bold marked):
    +<INFO> <xxx_domain> <xxx_001> <Starting WebLogic server with command line: <just removed>/domains/xxx_domain/startWebLogicCustomScript.sh >+
    +<INFO> <xxx_domain> <xxx_001> <Working directory is '<just removed>/domains/xxx_domain'>+
    +<INFO> <xxx_domain> <xxx_001> <Rotated server output log to "<just removed>/domains/xxx_domain/servers/xxx_001/logs/xxx_001.out00025">+
    +<INFO> <xxx_domain> <xxx_001> <Server error log also redirected to server log>+
    +<INFO> <xxx_domain> <xxx_001> <Server output log file is '<just removed>/domains/xxx_domain/servers/xxx_001/logs/xxx_001.out'>+
    ++<INFO> <xxx_domain> <xxx_001> <Server failed during startup so will not be restarted>++
    +<WARNING> <Exception while starting server 'xxx_001'>+
    java.io.IOException: Server failed to start up. See server output log for more details.
    at weblogic.nodemanager.server.ServerManager.start(ServerManager.java:331)
    at weblogic.nodemanager.server.Handler.handleStart(Handler.java:567)
    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:662)
    Checking the server output log everything looks ok.
    Does anyone have an idea why WLST / NodeManager is trowing errors here and how to solve this problem ?
    Does maybe my custom script needs to return a special return code ?
    WLS version used is 10.3.3.0.
    Thx a lot.

    Does nobody have an idea ?

  • Issue With Business Objects Installation-STW00213 The Central Management Server has failed to start.

    Hi,
    I am in the process of installing Business Objects XI 3.1 in one of our server. While installing I am getting the error 'The Central Management Server has failed to start. Press 'retry' to attempt to start it again or 'cancel' to skip any actions dependendent on the Central Management Server. STW00213.'
    I have tried re-installing the BO, and also tried installing without giving admin password. But it doesn't work. And also I ahve tried giving the passwords of database and CMS Admin without Sepcia Characters. But it also doesn't work.
    If I cancel and install the BO, Server Intelligence Agent is not available in Central Management Server.
    Could anyone help on this issue?
    Thanks
    Prakadesh

    Hi Prakadesh,
    Try these steps.
    1. Stop and disable the service of current SIA. You can do it from start-->run services.msc. Double click the SIA service and change the status to disable.
    2. Login into sqlplus and drop all the CMS tables.
    3. Create a new SIA pointing to Oracle from the CCM.
    4. Start the new SIA and check if all services come up and you are able to login into Manager servers.
    If this does not work, check the event viewer for error messages.
    Regards
    Chinmaya

  • Unable to start the managed server throw NodeManager

    Hello!
    We have a problem to start Managed Servers throw Node manager.
    We get an error:
    <Jan 26, 2012 2:17:54 PM> <INFO> <peoplesoft> <PIA1> <Boot identity properties saved to "/software/psoft/pt851/webserv/peoplesoft/servers/PIA1/data/nodemanager/boot.properties">
    Jan 26, 2012 2:17:54 PM weblogic.nodemanager.server.ServerManager log
    INFO: Boot identity properties saved to "/software/psoft/pt851/webserv/peoplesoft/servers/PIA1/data/nodemanager/boot.properties"
    <Jan 26, 2012 2:17:54 PM> <INFO> <peoplesoft> <PIA1> <Startup configuration properties saved to "/software/psoft/pt851/webserv/peoplesoft/servers/PIA1/data/nodemanager/startup.properties">
    Jan 26, 2012 2:17:54 PM weblogic.nodemanager.server.ServerManager log
    INFO: Startup configuration properties saved to "/software/psoft/pt851/webserv/peoplesoft/servers/PIA1/data/nodemanager/startup.properties"
    <Jan 26, 2012 2:17:54 PM> <INFO> <peoplesoft> <PIA1> <Server error log also redirected to server log>
    Jan 26, 2012 2:17:54 PM weblogic.nodemanager.server.LogFileRotationUtil log
    INFO: Server error log also redirected to server log
    <Jan 26, 2012 2:17:54 PM> <INFO> <peoplesoft> <PIA1> <Starting WebLogic server with command line: /software/psoft/pt851/webserv/peoplesoft/bin/startManagedWebLogic.sh >
    Jan 26, 2012 2:17:54 PM weblogic.nodemanager.server.ServerManager log
    INFO: Starting WebLogic server with command line: /software/psoft/pt851/webserv/peoplesoft/bin/startManagedWebLogic.sh
    <Jan 26, 2012 2:17:54 PM> <INFO> <peoplesoft> <PIA1> <Working directory is '/software/psoft/pt851/webserv/peoplesoft'>
    Jan 26, 2012 2:17:54 PM weblogic.nodemanager.server.ServerManager log
    INFO: Working directory is '/software/psoft/pt851/webserv/peoplesoft'
    <Jan 26, 2012 2:17:54 PM> <INFO> <peoplesoft> <PIA1> <Rotated server output log to "/software/psoft/pt851/webserv/peoplesoft/servers/PIA1/logs/PIA1.out00001">
    Jan 26, 2012 2:17:54 PM weblogic.nodemanager.server.LogFileRotationUtil log
    INFO: Rotated server output log to "/software/psoft/pt851/webserv/peoplesoft/servers/PIA1/logs/PIA1.out00001"
    <Jan 26, 2012 2:17:54 PM> <INFO> <peoplesoft> <PIA1> <Server error log also redirected to server log>
    Jan 26, 2012 2:17:54 PM weblogic.nodemanager.server.LogFileRotationUtil log
    INFO: Server error log also redirected to server log
    <Jan 26, 2012 2:17:54 PM> <INFO> <peoplesoft> <PIA1> <Server output log file is '/software/psoft/pt851/webserv/peoplesoft/servers/PIA1/logs/PIA1.out'>
    Jan 26, 2012 2:17:54 PM weblogic.nodemanager.server.ServerManager log
    INFO: Server output log file is '/software/psoft/pt851/webserv/peoplesoft/servers/PIA1/logs/PIA1.out'
    <Jan 26, 2012 2:17:54 PM> <INFO> <peoplesoft> <PIA1> <Server failed during startup so will not be restarted>
    Jan 26, 2012 2:17:54 PM weblogic.nodemanager.server.ServerManager log
    INFO: Server failed during startup so will not be restarted
    <Jan 26, 2012 2:17:54 PM> <WARNING> <Exception while starting server 'PIA1'>
    java.io.IOException: Server failed to start up. See server output log for more details.
    at weblogic.nodemanager.server.ServerManager.start(ServerManager.java:331)
    at weblogic.nodemanager.server.Handler.handleStart(Handler.java:567)
    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:662)
    Jan 26, 2012 2:17:54 PM weblogic.nodemanager.server.Handler handleStart
    WARNING: Exception while starting server 'PIA1'
    java.io.IOException: Server failed to start up. See server output log for more details.
    at weblogic.nodemanager.server.ServerManager.start(ServerManager.java:331)
    at weblogic.nodemanager.server.Handler.handleStart(Handler.java:567)
    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:662)
    Additional information:
    weblogic 10.3.3
    PT8.51.11
    Linux x86_64 RH5
    When we starting Manged servers manualy, it's works fine.
    Thank you.

    I'm pretty sure this is the wrong forum for this question. Why don't you try here: WebLogic Server - General

  • SCSM Management Server install error

    Hi All
    I have a curious error with regards to an SCSM 2012 R2 Management Server install to a Windows Server 2012 with local SQL Server 2012 Standard); the SCSM 2012 R2 Data warehouse Server installed fine on a separate server.  I've checked that the install
    account has full SQL, Local and Domain Admins (for install), I've also fired the install from an elevated command prompt but with same error, I've also checked that PowerShell is set to Unrestricted.  There is also mention of a Timeout in the below error,
    which has lead me to think it could possibly be SQL SPN issue, however please see below and let me know if anyone has seen this before \ any suggestions welcome!
    The error I'm seeing in the MSI log is as follows:
    Calling custom action CAManaged!Microsoft.MOMv3.Setup.PreExtensionRegistration.PreRegisterExtensions
    PreRegisterExtensions: Begin
    PreRegisterExtensions: Starting in deferred mode
    PreRegisterExtensions: 20 extension records decoded
    PreRegisterExtensions: Connecting via InProc SDK
    PreRegisterExtensions: Loading management pack C:\Program Files\Microsoft System Center 2012 R2\Service Manager\System.Library.mp
    PreRegisterExtensions: Importing management pack C:\Program Files\Microsoft System Center 2012 R2\Service Manager\System.Library.mp
    PreRegisterExtensions: System.ArgumentException: The requested management pack is not valid. See inner exception for details.
    PreRegisterExtensions: Parameter name: managementPack ---> : Database error. MPInfra_p_ManagementPackInstall failed with exception:
    PreRegisterExtensions: Database error. MPInfra_p_ManagementPackInstall failed with exception:
    PreRegisterExtensions: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    PreRegisterExtensions: The statement has been terminated.
    PreRegisterExtensions:
    PreRegisterExtensions:    --- End of inner exception stack trace ---
    PreRegisterExtensions:    at Microsoft.EnterpriseManagement.ManagementPackManagement.TryImportManagementPack(ManagementPack managementPack, IDictionary`2 resources)
    PreRegisterExtensions:    at Microsoft.EnterpriseManagement.ManagementPackManagement.ImportManagementPack(ManagementPack managementPack, IDictionary`2 resources)
    PreRegisterExtensions:    at Microsoft.MOMv3.Setup.PreExtensionRegistration.PreRegisterExtensions(Session session)
    PreRegisterExtensions: End (fail)
    MSI (s) (D8:E4) [13:20:43:793]: NOTE: custom action _PreRegisterExtensionsDeferred unexpectedly closed the hInstall handle (type MSIHANDLE) provided to it. The custom action should be fixed to not close that handle.
    CustomAction _PreRegisterExtensionsDeferred returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    04/02/2014 13:20:43.824 [3032]: Assembly Install: Failing with hr=80070005 at RemoveDirectoryAndChildren, line 396
    04/02/2014 13:20:43.878 [3032]: Detailed info about C:\Windows\assembly\tmp\CPSNRJPD\Microsoft.EnterpriseManagement.OperationsManager.Apm.StatisticCounters.ScriptingLibrary.dll
    04/02/2014 13:20:43.878 [3032]:  File attributes: 00000080
    04/02/2014 13:20:44.124 [3032]:  Restart Manager Info: 1 entries
    04/02/2014 13:20:44.125 [3032]:   App[0]: (3032) Windows Installer (msiserver), type = 3
    Kind Regards
    Andrew

    Thanks Thomas
    Yep had checked permissions, see below.  Any others that I may have over looked that you can think of?
    1. Login \ install account as local Admin on the Server
    2. Login \ install account has full SQL SysAdmin rights, was also used for installing the SQL Instance locally
    3. Checked account in AD so that it is ok for Kerberos Delegation
    One thing is that I have specified this account for all account options during install (since its a test environment), in production would usually create distinct accounts, is this likely to be an issue though?
    Will attempt install again but use Local System etc instead of specifying my domain account just to check \ see if error changes.
    Kind Regards
    Andrew

  • Delete & recreated SOA managed server - throws exception

    Hi,
    I have a weblogic admin server and soa,osb managed servers running in other machines.
    From weblogic console, I deleted the SOA managed server and created it again. I have lot of deployments and in targets, I added the newly created soa server for only one deployment 'usermessagingserver'.
    When starting the soa server, I get
    <Nov 4, 2010 12:34:24 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Nov 4, 2010 12:34:25 PM CST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'usermessagingserver' due to error weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.sdp.messaging, exact-match: false], [Extension-Name: oracle.sdp.client, exact-match: false], [Extension-Name: oracle.rules, exact-match: false], [Extension-Name: adf.oracle.domain, exact-match: false]..
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.sdp.messaging, exact-match: false], [Extension-Name: oracle.sdp.client, exact-match: false], [Extension-Name: oracle.rules, exact-match: false], [Extension-Name: adf.oracle.domain, exact-match: false].
    at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
    at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
    Truncated. see log file for complete stacktrace
    Is there a way I can add the newly created soa server in targets for all the deployments with ease?
    What is the resolution for this exception?
    Is there a procedure to follow when deleting and creating managed server from console?
    When i add soa server in target0s for soa-infra, b2b ..... it is also failing with the same exception.
    Any help?
    Thanks in advance.
    Ganesh

    You have to make sure that the libraries,which are references by your application,
    are also targeted to the server.
    In the weblogic-application.xml file of your appllication these libraries are referenced due to
    for example the following entry:
    <library-ref>
            <library-name>oracle.sdp.messaging</library-name>
            <exact-match>false</exact-match>
    </library-ref>You can target the libraries by clicking on the library deployment in question, click on
    the targets tab and choose the servers to which you want to target the library.

  • Weblogic Manage server not able to start

    I have weblogic portal 10.2 servers. I unable to restart one manage server. I have tried it several time but I found that the in the log same message was coming in the log file. Is there any one who can help me?
    ==================================================================
    <Aug 30, 2011 1:29:25 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>N/A N/A>
    <Aug 30, 2011 1:29:25 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>[getDecrAttraction] previous=0, current=1>
    <Aug 30, 2011 1:29:25 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>[getIncrAttraction] next=0, current=1>
    <Aug 30, 2011 1:29:25 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>attraction decr=0.0, incr=0.5, rand=0.14891457557678223>
    <Aug 30, 2011 1:29:27 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>active threads: 1, standby: 0, idle: 1, hogs: 1>
    <Aug 30, 2011 1:29:27 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>y,dCompleted,elapsedTime,threadUse,n,usedThreads,queuelength= 0 1 2002 0 1 0 0>
    <Aug 30, 2011 1:29:27 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>RESETTING maxThroughput and maxY>
    <Aug 30, 2011 1:29:27 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>N/A N/A>
    <Aug 30, 2011 1:29:27 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>[getDecrAttraction] previous=0, current=1>
    <Aug 30, 2011 1:29:27 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>[getIncrAttraction] next=0, current=1>
    <Aug 30, 2011 1:29:27 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>attraction decr=0.0, incr=0.5, rand=0.21662551164627075>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>active threads: 1, standby: 0, idle: 1, hogs: 1>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>y,dCompleted,elapsedTime,threadUse,n,usedThreads,queuelength= 0 0 2001 0 1 0 0>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><ThreadPriorityManager>weblogic.Rejector@null@null has incr 21>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><ThreadPriorityManager>weblogic.kernel.Default@null@null has incr 21>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><ThreadPriorityManager>weblogic.kernel.System@null@null has incr 21>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><ThreadPriorityManager>weblogic.kernel.Non-Blocking@null@null has incr 21>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><ThreadPriorityManager>direct@null@null has incr 21>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><ThreadPriorityManager>ImageWorkManager@null@null has incr 21>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><ThreadPriorityManager>weblogic.admin.RMI@null@null has incr 21>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><ThreadPriorityManager>weblogic.logging.DomainLogBroadcasterClient@null@null has incr 21>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><ThreadPriorityManager>weblogic.logging.LogBroadcaster@null@null has incr 21>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>RESETTING maxThroughput and maxY>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>N/A N/A>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>[getDecrAttraction] previous=0, current=1>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>[getIncrAttraction] next=0, current=1>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>attraction decr=0.0, incr=0.5, rand=0.9752198457717896>
    <Aug 30, 2011 1:29:31 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>active threads: 1, standby: 0, idle: 1, hogs: 1>
    <Aug 30, 2011 1:29:31 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>y,dCompleted,elapsedTime,threadUse,n,usedThreads,queuelength= 0 1 2002 0 1 0 0>
    <Aug 30, 2011 1:29:31 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>RESETTING maxThroughput and maxY>
    <Aug 30, 2011 1:29:31 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>N/A N/A>
    <Aug 30, 2011 1:29:31 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>[getDecrAttraction] previous=0, current=1>
    <Aug 30, 2011 1:29:31 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>[getIncrAttraction] next=0, current=1>
    <Aug 30, 2011 1:29:31 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>attraction decr=0.0, incr=0.5, rand=0.4581933617591858>
    <Aug 30, 2011 1:29:33 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>active threads: 1, standby: 0, idle: 1, hogs: 1>
    <Aug 30, 2011 1:29:33 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>y,dCompleted,elapsedTime,threadUse,n,usedThreads,queuelength= 0 0 2001 0 1 0 0>
    <Aug 30, 2011 1:29:33 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>RESETTING maxThroughput and maxY>
    <Aug 30, 2011 1:29:33 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>N/A N/A>
    <Aug 30, 2011 1:29:33 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>[getDecrAttraction] previous=0, current=1>
    <Aug 30, 2011 1:29:33 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>[getIncrAttraction] next=0, current=1>
    <Aug 30, 2011 1:29:33 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>attraction decr=0.0, incr=0.5, rand=0.06559598445892334>

    I was trying to start the manage server from start up script. In the log no Error is there it is right but same message is logging in the log file. I think any way it fallen in infinity loop.
    If any one help, It will be very very help full for me. I can't understand how I resolved the problem.

  • Managed Server missing error.

    Hi,
    I have installed Weblogic10.3 upgrading from Weblogic 8.1. I am able to start the admin server successfully but cannot start the managed server using a startup script. I get the following error:
    There are 1 nested errors:
    weblogic.management.ManagementException: [Management:141223]The server name MRO2
    26NTS_BENCALC specified with -Dweblogic.Name does not exist. The configuration i
    ncludes the following servers {MRO250WIN_ADMIN}.
    at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(Runtim
    eAccessImpl.java:149)
    at weblogic.management.provider.internal.RuntimeAccessService.start(Runt
    imeAccessService.java:39)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesMan
    ager.java:459)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServ
    icesManager.java:164)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:711)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:482)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:440)
    at weblogic.Server.main(Server.java:67)
    I cannot find the managed server instance when I log onto the console. How is it missing totally?
    This is the script used to start the managed server: named start_bc_managed_server.cmd
    S:
    cd S:\bea\user_projects\db_dev_domain\bin
    set DBES_ROOT=S:\BenefitCal_WL
    *@rem cmd /K startManagedWebLogic MRO226NTS_BENCALC http://localhost:7000 %DBES_ROOT% 7001 -Xms512m+-Xmx512m BenefitCal*
    *@rem set JAVA_OPTIONS=%JAVA_OPTIONS% -Dlog4j.configuration=file:/%DBES_ROOT%/dbsystem/config/log4j.xml*
    *@rem set JAVA_OPTIONS=%JAVA_OPTIONS% -Drule.client.location=%DBES_ROOT%\dbsystem\com\fidelity\definedbenefit\benefitcalculator\rule\client*
    cmd /K startManagedWebLogic MRO226NTS_BENCALC http://localhost:7000 %DBES_ROOT% 7001 -Xms512m+-Xmx512m BenefitCal
    THINGS I HAVE DONE:
    1) I have checked config.xml found in S:\bea\user_projects\domain1\config and found it does not contain all the target servers and have replaced it with a config xml that contains all the target servers(MRO226NTS_BENCALC is one of them).
    startManagedWebLogic
    *@ECHO OFF*
    *@REM WARNING: This file is created by the Configuration Wizard.*
    *@REM Any changes to this script may be lost when adding extensions to this configuration.*
    SETLOCAL
    *@REM --- Start Functions ---*
    GOTO :ENDFUNCTIONS
    *:usage*
    *     echo Need to set SERVER_NAME and ADMIN_URL environment variables or specify*
    *     echo them in command line:*
    *     echo Usage: %1 SERVER_NAME {ADMIN_URL}*
    *     echo for example:*
    *     echo %1 managedserver1 http://localhost:7000*
    GOTO :EOF
    *:ENDFUNCTIONS*
    *@REM --- End Functions ---*
    echo in STARTMANAGEDWEBLOGIC------
    *@REM **************************************************************************
    *@REM This script is used to start a managed WebLogic Server for the domain in*
    *@REM the current working directory. This script can either read in the SERVER_NAME and*
    *@REM ADMIN_URL as positional parameters or will read them from environment variables that are*
    *@REM set before calling this script. If SERVER_NAME is not sent as a parameter or exists with a value*
    *@REM as an environment variable the script will EXIT. If the ADMIN_URL value cannot be determined*
    *@REM by reading a parameter or from the environment a default value will be used.*
    *@REM*
    *@REM For additional information, refer to the WebLogic Server Administration*
    *@REM Guide (http://e-docs.bea.com/wls/docs103/adminguide)*
    *@REM **************************************************************************
    *@REM Set SERVER_NAME to the name of the server you wish to start up.*
    set DOMAIN_NAME=db_dev_domain
    set ADMIN_URL=http://localhost:7000
    *@REM Set WLS_USER equal to your system username and WLS_PW equal*
    *@REM to your system password for no username and password prompt*
    *@REM during server startup. Both are required to bypass the startup*
    *@REM prompt.*
    set WLS_USER=
    set WLS_PW=
    *@REM Set JAVA_OPTIONS to the java flags you want to pass to the vm. i.e.:*
    *@REM set JAVA_OPTIONS=-Dweblogic.attribute=value -Djava.attribute=value*
    set JAVA_OPTIONS=-Dweblogic.security.SSL.trustedCAKeyStore="S:\bea\wlserver_10.3\server\lib\cacerts" %JAVA_OPTIONS%
    *@REM Set JAVA_VM to the java virtual machine you want to run. For instance:*
    *@REM set JAVA_VM=-server*
    set JAVA_VM=
    *@REM Set SERVER_NAME and ADMIN_URL, they must by specified before starting*
    *@REM a managed server, detailed information can be found at*
    *@REM http://e-docs.bea.com/wls/docs103/adminguide*
    if "%1"=="" (
    *     if "%SERVER_NAME%"=="" (*
    *          CALL :usage %0*
    *          GOTO :EOF*
    *) else (*
    *     set SERVER_NAME=%1*
    *     shift*
    if "%1"=="" (
    *     if "%ADMIN_URL%"=="" (*
    *          CALL :usage %0*
    *          GOTO :EOF*
    *) else (*
    *     set ADMIN_URL=%1*
    *     shift*
    *@REM **************************************************************************
    *@REM Customization by A375886*
    *@REM If you are here with input parameter*
    *@REM %1 = APP_ROOT*
    *@REM %2 = PORT*
    *@REM %3 = (min heap)+(max heap)*
    *@REM (ie -Xms500m+-Xmx500m)*
    *@REM %4 = APPNAME*
    *@REM **************************************************************************
    set DOMAIN_HOME=S:\bea\user_projects\db_dev_domain
    set APP_ROOT=S:
    if "%1" == "" goto setPort
    set APP_ROOT=%1
    *:setPort*
    set PORT=7000
    if "%2" == "" goto setMemArgs
    set PORT="%2"
    *:setMemArgs*
    set MEM_ARGS=-Xms256m -Xmx512m
    if "%3" =="" go setAppName
    set MEM_ARGS="%3"
    *:setAppName*
    if "%4" =="" go setGoOne
    set APPNAME="%4"
    *:setGoOne*
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dlog4j.configuration=%APP_ROOT%\other\dbsystem\config\log4j.xml
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Drule.client.location=%APP_ROOT%\presentation\com\fidelity\definedbenefit\benefitcalculator\rule\client
    set JAVA_OPTIONS=%JAVA_OPTIONS% -DConfigLocation="%APP_ROOT%\other\dbsystem\config"
    set JAVA_OPTIONS=%JAVA_OPTIONS% -DListenPort=%PORT% -Dweblogic.ListenPort=%PORT%
    set JAVA_OPTIONS=%JAVA_OPTIONS% -DListenAddress=%ADMIN_URL%
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dbea.home=%APP_ROOT%\bea\license
    set JAVA_OPTIONS=%JAVA_OPTIONS% -DAppName=%APPNAME%
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.security.allowAnonymous=true
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.disableMBeanAuthorization=true
    set JAVA_OPTIONS=%JAVA_OPTIONS% -DDOMAIN_FOLDER=%DOMAIN_HOME%
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.admin.username=system
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.admin.password=weblogic
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.admin.url=http://localhost:7000
    echo JAVA_OPTIONS= %JAVA_OPTIONS%
    echo APP_ROOT = %APP_ROOT%
    echo PORT = %PORT%
    echo MEM_ARGS = %MEM_ARGS%
    echo APPNAME = %APPNAME%
    *@REM Export the admin_url whether the user specified it OR it was sent on the command-line*
    set ADMIN_URL=%ADMIN_URL%
    set SERVER_NAME=%SERVER_NAME%
    *@REM set application specific setting*
    echo domain is %DOMAIN_HOME%
    echo App is %APPNAME%
    call "%DOMAIN_HOME%\bin\setAppEnv.cmd" %APPNAME%
    if "%1"=="" (
    *     @REM Call Weblogic Server with our default params since the user did not specify any other ones*
    *     call "%DOMAIN_HOME%\bin\startWebLogic.cmd" nodebug nopointbase noiterativedev notestconsole*
    *) else (*
    *     @REM Call Weblogic Server with the params the user sent in INSTEAD of the defaults*
    *     call "%DOMAIN_HOME%\bin\startWebLogic.cmd" %1 %2 %3 %4 %5 %6 %7 %8 %9*
    ENDLOCAL

    It seems that you have to check "config.xml" in S:\bea\user_projects\db_dev_domain, not the one in S:\bea\user_projects\domain1\config.
    Please check also that you have started the correct administrative instance (try also to log into the console to check the configuration).
    Bye
    Mariano

  • Managed server is stuck in STARTING

    Hi All,
    I have managed severs on weblogic consol.
    These servers are linked to the windows services on my prodcution server.
    to start and stop the managed servers we used to simply restart the respective services on the production server.
    Now the situation is - two managed servers are stuck in STARTING state though i restarted my windiws services several tims?
    Please advice ASAP as its a production enviroment issue.. Thanks
    Mahendra

    same thing in our case but little different.
    i have a domain with four different clusters where two instances per cluster and those instances reside on two separate machines. All these instances are under NM control with -Xnohup switch on the serverstart tab.
    the problem i have is, when we have a weekly reboot on the two windows servers, one particular cluster instances always in 'STARTING' state. As you can see below the .out log will have the following content and nothing else. EVen for a day or two the server sits on 'STARTING' state with no additional logging in .out file.
    At this stage it gets ugly to bring the instances back to normal. We can't kill the instances so we had to use process explorer to kill it. As nodemanager restarts the instance immediately after killed the isntances we had to stop NM.
    again start NM and start repeating the steps untill the instances back up to normal. This is not good.
    not sure what else we can do. any kind of help is appreciated..thanks
    <Oct 19, 2012 11:01:41 AM> <Info> <NodeManager> <Starting WebLogic server with command line: D:\bea\jrockit-jdk1.5.0_24-R28.1.0-4.0.1\bin\java -Dweblogic.Name=System_Managed01 -Dbea.home=D:\bea -Djava.security.policy=D:\bea\weblogic92\server\lib\weblogic.policy -Dweblogic.management.server=http://rchz3105.mckesson.com:7510 -Djava.library.path=D:\bea\WEBLOG~1\server\bin;.;C:\WINDOWS\system32;C:\WINDOWS;D:\bea\WEBLOG~1\server\native\win\x64;D:\bea\WEBLOG~1\server\bin;D:\bea\jrockit-jdk1.5.0_24-R28.1.0-4.0.1\jre\bin;D:\bea\jrockit-jdk1.5.0_24-R28.1.0-4.0.1\bin;D:\bea\WEBLOG~1\server\native\win\x64\oci920_8;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files (x86)\ZANTAZ\EAS Client\; -Djava.class.path=D:\bea\patch_weblogic923\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\bea\weblogic92\domains\SupplyManager\lib\xercesImpl.jar;D:\bea\weblogic92\domains\SupplyManager\lib\yuicompressor-2.4.2.jar;D:\bea\jrockit-jdk1.5.0_24-R28.1.0-4.0.1\lib\tools.jar;D:\bea\weblogic92\domains\SupplyManager\lib\ojdbc14_10.2.0.4.jar;D:\bea\weblogic92\server\lib\weblogic.jar;D:\bea\weblogic92\domains\SupplyManager\lib\customlogger2.jar;D:\Program Files\wily\WebAppSupport.jar -Dweblogic.system.BootIdentityFile=D:\bea\weblogic92\domains\SupplyManager\servers\System_Managed01\data\nodemanager\boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false -Xgc:gencon -Xms1024m -Xmx1024m -XXcompressedRefs:enable=false -XX:+FlightRecorder -XX:FlightRecorderOptions=defaultrecording=true,disk=true,repository=D:/bea/weblogic92/domains/SupplyManager/jfr,maxage=5m,maxchunksize=10m -XX:StartFlightRecording=filename=system.jfr -XlargePages -XX:+HeapDumpOnCtrlBreak -XX:+HeapDumpOnOutOfMemoryError -Xnohup -Xverbose:gc,gcpause,codegen,opt,codegc -XverboseLog:D:\wls_logs\servers\System\gc.txt -XverboseTimeStamp -Dweblogic.TracingEnabled=true -javaagent:"D:\Program Files\wily\Agent.jar" -Dcom.wily.introscope.agentProfile="D:\Program Files\wily\IntroscopeAgent.profile" -Dcom.wily.introscope.agent.agentName="system-managed01" -XX:+UnlockDiagnosticVMOptions -XX:MaxClassBlockMemory=100M weblogic.Server >
    <Oct 19, 2012 11:01:41 AM> <Info> <NodeManager> <Working directory is "D:\bea\weblogic92\domains\SupplyManager">
    <Oct 19, 2012 11:01:41 AM> <Info> <NodeManager> <Server output log file is "D:\bea\weblogic92\domains\SupplyManager\servers\System_Managed01\logs\System_Managed01.out">

  • JSPM throws error on start

    I have to apply SP11 for my PI7 instance on Windows Oracle.
    I applied the Kernel and ABAP patces using SPAM.
    Now to apply the Java patches, I started JSPM and it throws error :
    SID................: PI7
    Hostname...........: skzw26x
    Install directory..: E:/usr/sap/PI7
    Database...........: Oracle
    Operating System...: $(/J2EE/StandardSystem/CentralInstance/J2EEEngineInstanceHost/OpSysType)
    JDK version........: 1.4.2_15 Sun Microsystems Inc.
    JSPM version.......: 7.00.9.2.1.4.35
    System release.....: 700
    ABAP stack present.: true
    The execution ended in error.
    Cannot initialize application data.
    Could not extract value with key SAPSYSTEM from file E:/usr/sap/PI7/SYS/profile/PI7_DVEBMGS10_skzw26x. A possible reason could be that the path to the directory containing the sappfpar executable is not included in the PATH environment variable.
    Could not start process sappfpar.
    Error while executing process sappfpar.
    java.io.IOException: CreateProcess: sappfpar pf=E:/usr/sap/PI7/SYS/profile/PI7_DVEBMGS10_skzw26x SAPSYSTEM error=2
    More information can be found in the log file E:\usr\sap\PI7\DVEBMGS10\j2ee\JSPM\log\log_2007_10_12_11_58_40\JSPM_MAIN_1_01.LOG.
    Use the information provided to trouble-shoot the problem. There might be an OSS note providing a solution to this problem. Search for OSS notes with the following search terms:
    com.sap.sdt.jspm.phases.PhaseTypeJSPM
    com.sap.sdt.jspm.gui.JspmUiException
    Cannot initialize application data.
    JSPM_MAIN
    JSPMPhases
    NetWeaver Upgrade
    SAPJup
    Java Upgrade
    Please advise.
    I followed several threads here but the issue still exist.
    Thanks and regards,
    Bhaskar

    Barry,
    You are the man. I ignroed this error as I was reading thorigh the big log file that came out of it.
    The error is gone.
    Thanks,
    Bhaskar

  • Director and Server Console Throw Error on Start

    Hi all,
    It seems that out of the blue we are now experiencing errors whenever we try to open director or server console. The error that we are shown is:
    handler feature warm up
    We have tried restoring the server backups from a day that it was known to be working. It acted as a temporary solution. There have been no changes to the system configuration or code base, and we then get the error again after a few hours.
    Any thoughts on what the issue may be?

    This one works for me too.
    But I'm still wondering why this work for me for couple of months without this element in web.xml and now suddenly need it.
    Problem noticed in eclipse + tomcat so I figured that must be some changes in that configuration that causes need for declaring this listener in web.xml

  • 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

  • Motion server connection error when starting

    We recently purchased Motion 5 for our iMac computers. The installation seemed to go smoothly, but when we tried to run the program we received the following error (screenshot also attached):
    There was a problem connecting to the server "192.168.2.1"
    The version of the server you are trying to connect to is not supported.
    Please contact your system administrator to resolve the problem
    The same error is received when we try to open an existing project
    We have installed and have been using Final Cut Pro and Compressor with no problems.
    How can we get Motion to work correctly.

    Hello, 1. Were you able to use the usb connection if present? And also, make sure you have the correct drivers, if present, installed (use a device manager to check). 2. Most probably, your printer was not properly connected to the network. You need to check IP configuration. If a wireless router is used, make sure there is no MAC filtering enabled. If enabled, you need to reconfigure. 3. DHCP Service. 4. Check the network test page and make sure ssid is correctly identified. And the rest of the wireless parameters. 5. Make sure your firewall does not blobk printer connections. Make sure file and print sharing has been turned on for the appropriate network with network discovery turned on(Network and Sharing Center if Windows). Network connection should be work not public (Windows only). More assistance: http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&taskId=110&prodSeriesId=... Thank you!

  • Live Cache x_server throwing error when starting

    Hi,
    When i'm trying to start the Live Cache X_server , It is giving the below error:
    12798  NISERVER NI support started.
    WNG 12453  NISSLSRV NISSL Init: SSL: Could not locate licence file
    12902 XSERVER started, 'X64/LINUX 7.6.00 Build 018-123-119-055'
    Os: IBM AIX 5.3
    SCM 5.0
    Please anybody have the solution, please share.

    ok, fixed it.
    Putting the dtd on a machine that it can see solved it... would be nice if the doc mentioned that your test machine (the one that it warns is insecure as everything is installed as root etc etc) needs to have outgoing internet access...
    Ho hum.
    Oddly, requesting that dtd from sun gives a 500 - using:
    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    Copyright 2004 Sun Microsystems, Inc. All rights reserved.
    SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
    -->
    <!DOCTYPE sun-web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Application Server 8.1 Servlet 2.4//EN" "http://cherry.kent.ac.uk/sun-web-app_2_3-1.dtd">
    <sun-web-app>
      <context-root>/httpbind</context-root>
    </sun-web-app>where sun-web-app_2_3-1.dtd if the dtd available at http://www.sun.com/software/dtd/appserver/sun-web-app_2_3-1.dtd
    hopefully this will give someone else a hint :)

  • Webserver throwing error when starting up portal demo

    Following the doc http://docs.sun.com/source/819-4879/ to set up a demo portal I'm getting an error every time I start up the webserver...
    # /opt/SUNWwbsvr/https-blackberry.kent.ac.uk/start
    Sun ONE Web Server 6.1SP5 B06/23/2005 17:36
    info: CORE3016: daemon is running as super-user
    info: CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.5.0_04] from [Sun Microsystems Inc.]
    info: WEB0100: Loading web module in virtual server [https-blackberry.kent.ac.uk] at [amserver]
    warning: WEB6100: locale-charset-info is deprecated, please use parameter-encoding
    info: WEB0100: Loading web module in virtual server [https-blackberry.kent.ac.uk] at [ampassword]
    warning: WEB6100: locale-charset-info is deprecated, please use parameter-encoding
    info: WEB0100: Loading web module in virtual server [https-blackberry.kent.ac.uk] at [amcommon]
    info: WEB0100: Loading web module in virtual server [https-blackberry.kent.ac.uk] at [amconsole]
    warning: WEB6100: locale-charset-info is deprecated, please use parameter-encoding
    info: WEB0100: Loading web module in virtual server [https-blackberry.kent.ac.uk] at [portletsamples]
    info: WEB0100: Loading web module in virtual server [https-blackberry.kent.ac.uk] at [portal]
    warning: WEB6100: locale-charset-info is deprecated, please use parameter-encoding
    info: WEB0100: Loading web module in virtual server [https-blackberry.kent.ac.uk] at [da]
    info: WEB0100: Loading web module in virtual server [https-blackberry.kent.ac.uk] at [commcli]
    info: WEB0100: Loading web module in virtual server [https-blackberry.kent.ac.uk] at [im]
    info: WEB0100: Loading web module in virtual server [https-blackberry.kent.ac.uk] at [httpbind]
    failure: WEB0120: XML error parsing deployment descriptor [opt/SUNWwbsvr/https-blackberry.kent.ac.uk/webapps/https-blackberry.kent.ac.uk/httpbind/WEB-INF/sun-web.xml]
    Failed to create the XML-DOM Document. Check your XML to make sure it is correct.
    java.net.ConnectException: Connection timed out
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.Socket.connect(Socket.java:507)
    at java.net.Socket.connect(Socket.java:457)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
    at sun.net.www.http.HttpClient.New(HttpClient.java:287)
    at sun.net.www.http.HttpClient.New(HttpClient.java:299)
    at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:792)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:744)
    at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913)
    at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:973)
    at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startEntity(XMLEntityManager.java:905)
    at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startDTDEntity(XMLEntityManager.java:872)
    at com.sun.org.apache.xerces.internal.impl.XMLDTDScannerImpl.setInputSource(XMLDTDScannerImpl.java:282)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(XMLDocumentScannerImpl.java:1021)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
    at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
    at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:250)
    at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:292)
    at org.netbeans.modules.schema2beans.GraphManager.createXmlDocument(GraphManager.java:711)
    at org.netbeans.modules.schema2beans.BaseBean.createGraph(BaseBean.java:2075)
    at com.iplanet.ias.web.WebContainer.loadWebModule(WebContainer.java:697)
    at com.iplanet.ias.web.WebContainer.loadStandaloneWebModule(WebContainer.java:628)
    at com.iplanet.ias.web.WebContainer.loadWebModules(WebContainer.java:602)
    at com.iplanet.ias.web.WebContainer.createVS(WebContainer.java:376)
    at com.iplanet.ias.server.J2EERunner.createVS(J2EERunner.java:223)
    info: WEB0100: Loading web module in virtual server [https-blackberry.kent.ac.uk] at [uwc]
    [ ... etc....]]
    # cat /opt/SUNWwbsvr/https-blackberry.kent.ac.uk/webapps/https-blackberry.kent.ac.uk/httpbind/WEB-INF/sun-web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    Copyright 2004 Sun Microsystems, Inc. All rights reserved.
    SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
    -->
    <!DOCTYPE sun-web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Application Server 8.1 Servlet 2.4//EN" "http://www.sun.com/software/dtd/webserver/sun-web-app_2_3-1.dtd">
    <sun-web-app>
    <context-root>/httpbind</context-root>
    </sun-web-app>
    Can someone see anything obviously wrong with this? "Application Server 8.1 Servlet 2.4//EN" is suspicious given In don't have app server...
    Ideas? This was supposed to be a quick setup :-)

    ok, fixed it.
    Putting the dtd on a machine that it can see solved it... would be nice if the doc mentioned that your test machine (the one that it warns is insecure as everything is installed as root etc etc) needs to have outgoing internet access...
    Ho hum.
    Oddly, requesting that dtd from sun gives a 500 - using:
    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    Copyright 2004 Sun Microsystems, Inc. All rights reserved.
    SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
    -->
    <!DOCTYPE sun-web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Application Server 8.1 Servlet 2.4//EN" "http://cherry.kent.ac.uk/sun-web-app_2_3-1.dtd">
    <sun-web-app>
      <context-root>/httpbind</context-root>
    </sun-web-app>where sun-web-app_2_3-1.dtd if the dtd available at http://www.sun.com/software/dtd/appserver/sun-web-app_2_3-1.dtd
    hopefully this will give someone else a hint :)

Maybe you are looking for

  • Converting fixed-record length file to XML

    Hello all I am trying to convert a fixed length flat file to XML. I believe the only required information for such a coversion is- the element or field names, their data types, and the fixed length of each field. I do not want to generate a xsl docum

  • .PDF Files blurred in InDesign CC 2014. They will still work if I try to do the same in InDesign CC

    .PDF Files blurred in InDesign CC 2014. They will still work if I try to do the same in InDesign CC. I prepare the original in microsoft word and save in a sub-directory as a .pdf. I then use the "Place" command to bring it into the document. Why doe

  • Pl   Provide Rc. of SUN BIDW for Oracle database 10g .. datasize 10TB

    Hi, We need a Sun BIDW Reference Configurations for Oracle database 10g with raw datasize of more than 10TB. Kindly help me providing any reference guide relevant to this. Regards, Debasis

  • Quadrature Speed

    Can the example code measure angular position be modified to give speed information? We have a quadratrue encoder and need to get speed and Direction.  From the example I can get direction but am looking for a way I think to reset the position count

  • How to configure report server in 9iDS

    I am usin P4 and trying to configure report server for 9iDS. But, surprisingly there is no conf file in the \orant\reports\server path after complete installation of 9iDS. How should I configure the report server? Take care, Tarek