Configuring Node Manager for machine (wlst offline setup)

Good morning,
I'm trying to configure a machine's underlying node manager to have plain as NMType:
machine1 = create("Machine1", "Machine")
cd("Machine/Machine1/NodeManager/Machine1");
set("NMType", "plain");
WLST always complains as follows:
" No Machine!NodeManager object with name Machine1!Machine1"
I can't even navigate to the node manager: cd("Machine/Machine1/NodeManager")
leads to "No nested element NodeManager is found"
Any clue what I'm doing wrong? Thanks in advance!

Hi,
After you create a MachineMBean (machine1) , you must create a NodeManagerMBean (nm) :
machine1 = create('Machine1', 'Machine')
cd ('Machine/Machine1')
nm = create('Machine1', 'NodeManager')
After you set the value of ListenAddress and ListenPort, on NodeManagerMBean (nm)

Similar Messages

  • Steps to setup and configure Node Manager on local and remote machine

    Hello,
    I am using WLS 10.3 on Windows.
    I have two machines, One cluster and two managed servers (one on each machine) created under a domain. I have used configuration wizard to create the domain.
    I have gone through documents on Node Manager and found what to configure. But I have not found when to configure. In other words I want to know what is the sequence of steps if I have to set Node Manager on my local machine (in which domain exists) and on remote machine.
    Please let me know the sequence of steps I need to follow to set and configure the Node Manager on local and remote machine. I want to use Java Node Manager (not the Script node manager).
    Thanks,
    Sanjay

    Hello,
    Ok, let me tell you what I have done till now.
    1) Installed WebLogic 10.3 on machine A (local machine, on which I have created domain and my Admin Server is running. Also Managed Server 1 is created on this machine).
    2) Installed WebLogic 10.3 on machine B (remote machine, on which Managed Server 2 will be created).
    3) On machine A I used the configuration wizard and create a domain. While creating the domain I did the following:
    i) Created two managed servers.
    ii) Created a cluster
    iii) Assigned Servers to cluster.
    iv) Created two machines.
    v) Assigned servers to machines (Admin Server and MS_1 to machine A and MS_2 to machine B).
    4) Sarted Admin Server.
    5) On the Admin Console I made some configurations for the Node Manager on Machines -> Machine A -> Node Manager. Assigned the values:
    i) Type (SSL)
    ii) Listen Address (IP_Address of machine A)
    iii) Listen Port (5556)
    6) Similarly did for Machine B.
    So till now phsically the managed server (MS_2) directory and configuration is not there on Machine B (its only configured on machine A because I created the domain on Machine A).
    Now I want install/configure/setup NM on both the machines. Start my both the managed servers using Admin Console (which will use the node managers).
    What are the sequence of steps I need to follow my task?
    Any help and suggestions are welcome with warm regards.
    Thanks,
    Sanjay

  • Enable Node Manager debug using WLST

    Hi,
    I would like to enable debug for node manager using WLST instead of using the Admin console - by selecting the check box for "Debug Enabled" property under Environment > Machine > Configuration > Node Manager in the Admin console.
    I could locate the MBean name to 'NodeManagerMBean' and the property to 'DebugEnabled', but I'm not sure how to script it.
    Can anybody please guide me?
    Thanks in advance
    Edited by: vikascv on Apr 29, 2009 9:23 AM

    Here you go
    Enable Node Manager debug using WLST
    <a class="jive-link-external" href="http://www.togotutor.com">http://www.togotutor.com</a> (Learn Programming and Administration for Free at Togotutor)
    def connection_to_Admin():
    try:
    connect(username, password, URL)
    except wlst.WLSTException, ex:
    print "Caught exception while connecting: %s" % ex
    else:
    print "------- Connected successfully! ---------"
    connection_to_Admin() #Calling the connect Function
    edit()
    startEdit()
    cd('/Machines/MS1/NodeManager/Machine_1')
    cmo.setDebugEnabled(true)
    activate()
    Thanks
    Togotutor
    <b><a class="jive-link-external" href="http://www.togotutor.com">http://www.togotutor.com</a> (Learn Programming and Administration for Free)</b><</td>

  • How to configure Node manager on Linux on ssl port

    Hi,
    I have installed SOA BPM 11.1.1.3 on linux with ssl enabled. I am trying to configure Node Manager but it's not working.
    Here are the steps I did to configure.
    1. Created a machine
    2. Added managed servers to the machine i.e. soa,bam
    3. Enroll domain using nmEnroll using
    cd $BEA_HOME/user_projects/domains/<domain_name>/bin/
    . setDomainEnv.sh
    java weblogic.WLST
    wls> connect(’weblogic’,'weblogic1’, ‘t3://mymachine.mydomain:7001’)
    wls> nmEnroll(’$BEA_HOME/user_projects/domains/<domain_name>’, ‘$BEA_HOME/wlserver_<version>/common/nodemanager’)
    here 7001 is the admin server non-ssl port but when I try 7002 ssl port it doesn't connect. But I need to enroll it on ssl port as I have ssl enabled.
    4. reset the node manager user/password same as weblogic console
    5. started the node manager using $WL_HOME\server\bin\startNodeManager.sh
    But when I log back into console and try to start my manage server it gives the following error
    SEVERE: java.io.FileNotFoundException: /usr3/app/oracle/Middleware/user_projects/domains/wcbpm_domain/./config/jps-config.xml (No such file or directory)
    <Aug 6, 2010 5:30:16 PM EDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The dynamic loading of the OPSS java security policy provider class oracle.security.jps.internal.policystore.JavaPolicyProvider failed due to problem inside OPSS java security policy provider. Exception was thrown when loading or setting the JPSS policy provider. Enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-01538: The default policy provider was not found.I did not add my Admin server to be part of the machine.
    Any help if I am missing anything or doing anything wrong.
    Thanks

    Hi,
    Do I need to add Admin Server also part of the Machine where I added bam,soa servers. I tried again following the steps but gets the below error again. Appreciate if someone can list the steps as the docs are a bit vague:
    <Aug 6, 2010 6:14:01 PM> <INFO> <wcbpm_domain> <bam_server1> <Starting WebLogic server with command line: /usr3/app/oracle/Middleware/user_projects/domains/wcbpm_domain/bin/startWebLogic.sh >
    Aug 6, 2010 6:14:01 PM weblogic.nodemanager.server.ServerManager log
    INFO: Starting WebLogic server with command line: /usr3/app/oracle/Middleware/user_projects/domains/wcbpm_domain/bin/startWebLogic.sh
    <Aug 6, 2010 6:14:01 PM> <INFO> <wcbpm_domain> <bam_server1> <Working directory is '/usr3/app/oracle/Middleware/user_projects/domains/wcbpm_domain'>
    Aug 6, 2010 6:14:01 PM weblogic.nodemanager.server.ServerManager log
    '/usr3/app/oracle/Middleware/user_projects/domains/wcbpm_domain/servers/bam_server1/logs/bam_server1.out'
    <Aug 6, 2010 6:14:02 PM> <INFO> <wcbpm_domain> <bam_server1> <Server failed during startup so will not be restarted>
    Aug 6, 2010 6:14:02 PM weblogic.nodemanager.server.ServerManager log
    INFO: Server failed during startup so will not be restarted
    <Aug 6, 2010 6:14:02 PM> <WARNING> <Exception while starting server 'bam_server1'>
    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:619)
    [WARN ] Use of -Djrockit.optfile is deprecated and discouraged.
    [WARN ] Use of -Djrockit.optfile is deprecated and discouraged.
    Unknown option or illegal argument: -XX:+UseParallelGC.
    Please check for incorrect spelling or review documentation of startup options.
    Could not create the Java virtual machine.
    <Aug 6, 2010 6:14:02 PM> <FINEST> <NodeManager> <Waiting for the process to die: 590>
    <Aug 6, 2010 6:14:02 PM> <INFO> <NodeManager> <Server failed during startup so will not be restarted>
    <Aug 6, 2010 6:14:02 PM> <FINEST> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>Don't know if I hve missed any steps in node manager configuration.
    Thanks

  • Configuring Node Manager

    I am trying to configure node manager and I am getting the following error
              java.security.AccessControlException: access denied
              (java.io.FilePermisssion NodeManagerLogs read)
              It should be something with the policy file.
              Any help would be appreciated.
              Thanks,
              Navin
              

    Hi,
    After you create a MachineMBean (machine1) , you must create a NodeManagerMBean (nm) :
    machine1 = create('Machine1', 'Machine')
    cd ('Machine/Machine1')
    nm = create('Machine1', 'NodeManager')
    After you set the value of ListenAddress and ListenPort, on NodeManagerMBean (nm)

  • Can I run more than one Node Manager per machine?

    Hia,
    We have a situation in our project where we need to run different domains on a Solaris machine in different java modes.
    Say Domain1 should be running in 32bit version of java where as Domain2 should be running in 64bit mode due to the nature of testing currently going on in different domains.
    We could successfully get the two domains running in different java modes in parallel by modifying the start scripts to decide which Sud data model to start the servers based on certain parms. However, the pain here is with the Node Manager.
    My understanding is that there should be one Node Manager running per machine for all the domains running on that machine. So when ever I have to run a domain in a java mode different to that of what Node Manager is running on, I had to kill the node manager and start it in the same version that I want to start the other servers in since Node Manager uses its starting parms internally to start the Managed Servers (Note: there is no issue in running the Admin Server regardless of the node manager mode as expected).
    Can somebody advise me if there is any way to get around this hassle?
    I want to know if we can run more than one node manager per machine.
    Below are the details of my env.
    Weblogic Server 10.3
    Solaris 10 SPARC 64 bit (SunOS 5.10 Generic_142900-14 sun4v sparc)
    java version "1.6.0_20"
    Hope all this makes sense...
    Cheers,
    Satish.
    Edited by: apsnaidu on Mar 15, 2013 3:29 PM

    You can run as many node manager as you want in a particular machine.
    At the time of starting the node manager you need to pass hostname & Port.
    This will start the nodemanager on different ports of a machine.
    sh startNodeManager.sh <hostname> <port>
    eg:- sh startNodeManager.sh dev_machine_01 5556
    sh startNodeManager.sh dev_machine_01 5557
    sh startNodeManager.sh dev_machine_01 5558
    After starting your node manager in different ports you need to change machine details from admin console.

  • Best Practice while configuring Traffic Manager for Azure Website

    Hi Team,
    I want to understand What is the best practice while we configure traffic manager for Azure website.
    To give you the base, Here let me explain my requirement. I have one website which 40% target audiences would be East US, while  40% would be UK and rest 20% would be from Asia-pacific.
    Now, What I want is Failover + Performance based Traffic Manager Configuration.
    My thinking:
    1) we need to create 1 website with 2 instances in each region (east us, east asia, west us for an example). so, total 3 deployment of website. (give region based url for the website)
    2) create traffic manager based on performance and add 3 of those instances. that would become website-tmonperformance
    3) create traffic manager based on failover and add 3 of those instances. that would become website-tmonfailover
    4) create traffic manager and ?? don't know the criteria but add both above traffic manager here and take your final url for end user.
    I am not sure (1) this may be the right approach or not (2) if this is right, in the 4th step which criteria we should select while creating final traffic manager round-robin/ performance/ failover?
    after all these if use try to access site from US.. traffic manager will divert that to US Data-Centre or it will wait for failover and till that it will be served from east-asia if in configuration, east-asia is my 1st instance?
    Regards, Brijesh Shah

    Hi Jonathan,
    Thanks for your quick reply. actually question is bit different. Let me explain you different way.
    I was asking for recommendation from Azure Traffic Manager team. whether my understanding is correct or not.We want Performance with Failover.
    So, One azure website we have: take an example todoapp. I deployed that in 3 different region. now, I want to have performance based routing as well as failover based routing. but obviously I can't give two URL to my end user. so, at the top of that I will
    require one more traffic manager. So,
    step 1: I will create one traffic manager with performance criteria named: TMForPerformance.trafficmanager.com where I will add all those 3 instances (all are from different region so, it want create any issue.)
    step 2: I will create one more traffic manager with failover criteria named: TMForFailover.trafficmanager.com where I will add all those 3 instances (all are from different region so, it want create any issue.)
    step 3: I will create one final traffic manager with performance criteria named: todoapp.trafficmanager.com where I will add these two traffic manager instead of 3 different region's website.
    Question 1) Is it correct structure if we want to achieve Performance with Failover or Is there any better solution?
    Question 2) in step 3, what criteria we should select? performance/ round robin/ failover
    Regards, Brijesh Shah

  • Configure incident management for VAR in solution manager 7.0 ehp1

    I want to configure incident management for VAR in solution manager 7.0 ehp1, now on service.sap.com all i can find is      * SAP Solution Manager 7.1 SP3 VAR Config Guide V1 *  under https://websmp204.sap-ag.de/var-partner/.
    Can anyone point me to config guides on what needs to  be done on the customer end and my end(partner side).
    I am trying to fulfill the PCOE requirement below
    5.  Do you have a fully operational Incident Management System?
    Thanks,

    hi,
    check out the below FAQ and
    https://websmp208.sap-ag.de/~sapidb/011000358700000490172009E.HTM
    Technical suppport
    https://websmp208.sap-ag.de/~sapidb/011000358700000880802009E.PDF
    and some more rkt and hw to guides on
    https://websmp208.sap-ag.de/~form/sapnet?_SHORTKEY=00200797470000089947&
    Thanks,
    Jansi

  • How to Configure Solution Manager for 1.Download SuppPacks 2. Monitoring 3

    We recently upgraded to ECC 6.0 and installed Solution Man., very vanilla.  Basically just to get the Key to do the upgrade with.
    I would really appreciate it if someone could share any documentation that would provide guidance on how to now further configure SolMan for the following
    1.  Monitor our Landscape which comprises of ABAP ECC (java is installed though not actively using), and SAP BI 7.0
    Sandbox, Dev, QAS and Prdn  for BOTH ECC & BI
    2. Download Support Patches from SAP Marketplace (currently we have had to donwload the long way with download manager creating a message to get them apporoved whew... this is work..)
    3. Add messages to SAP Market Place (thru SolMan)
    4 Possibly monitor security and manage userids etc (if possible)
    And if there is functionality that will make the BASIS experience better I would definitely appreciate it.  We don't need the help desk as we already have it ,but, we may take advantage of Project documentation
    I would really really appreciate it if someone could advise
    Kind Regards & Thank You
    Maria

    Hi Maria,
    With solution manager you can definitely do a world of things, below is a list inclusive of the features you wanted:
    1. Dowload SP-Stacks, etc - you will have to configure Maintenance Optimizer for this (MOPZ).
    2. Monitoring - you can monitor your ABAP and JAVA stacks using the monitoring features of CCMS which is embedded in Solution Manager, please have a look at the monitoring setup guide (for NW04S) in the Service Marketplace. Basically, it uses agents such as SAPCCMSR for JAVA Stacks and SAPCCM4X for ABAP stacks.
    3. You can also configure availability monitoring using th same guide as above - this uses the CCMSPING tool.
    4. You can monitor your business processes using the BPM/BPMon features of solution manager - you will also get this guide in http://service.sap.com/solutionmanager.
    5. You can scheule your earlywatch alerts (EWAs) in solution manager system - have a look at the following link for this:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0f35bf3-14a3-2910-abb8-89a7a294cedb
    6. You can also have DBACOCKPIT on your Solution Manager system and have it tomonitor backups, etc on your satellite systems. For thsi have a look at SAP notes 1028624, 1025707 and 1027146 (and the DBACOKPIT guide in SAP Note 1028624).
    Hope this is helpful. Kindly award points if useful.
    Thanks, Dibya

  • Configuring Workflow Manager for SharePoint 2013

    I have gone through the configurations of Workflow and SharePoint to use the new Workflow Manager 1.0 several times now, and keep getting the below errors.
    My environment is set up with 2 servers, 1 SP Web Applicatin and 1 SQL. Workflow is installed on the SQL server. These errors are from the SQL Server. 
    Event ID 22
    Service Bus exception swallowed at location ServiceBusNamespaceListener.GetSessionAndStateWithRetryAsyncResult.HandleException. Microsoft.ServiceBus.Messaging.MessagingException: The token provider service was not avaliable when obtaining a token for 'https://srv22.domain.com:9355/WorkflowDefaultNamespace/$STS/Windows/'. ---> Microsoft.ServiceBus.TokenProviderException: The token provider service was not avaliable when obtaining a token for 'https://srv22.domain.com:9355/WorkflowDefaultNamespace/$STS/Windows/'. ---> System.Net.WebException: The remote server returned an error: (502) Bad Gateway.
    at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
    at System.Net.HttpWebRequest.GetRequestStream()
    at Microsoft.ServiceBus.TokenProviderHelper.GetWindowsAccessTokenCore(IEnumerator`1 stsUris, Func`2 uriBuilder, String requestToken, TimeSpan timeout, DateTime& expiresIn)
    --- End of inner exception stack trace ---
    at Microsoft.ServiceBus.TokenProviderHelper.ThrowException(Uri requestUri, WebException exception)
    at Microsoft.ServiceBus.TokenProviderHelper.GetWindowsAccessTokenCore(IEnumerator`1 stsUris, Func`2 uriBuilder, String requestToken, TimeSpan timeout, DateTime& expiresIn)
    at Microsoft.ServiceBus.WindowsTokenProvider.OnBeginGetToken(String appliesTo, String action, TimeSpan timeout, AsyncCallback callback, Object state)
    at Microsoft.ServiceBus.TokenProvider.GetTokenAsyncResult..ctor(TokenProvider tokenProvider, String appliesTo, String action, Boolean bypassCache, TimeSpan timeout, AsyncCallback callback, Object state)
    at Microsoft.ServiceBus.TokenProvider.BeginGetToken(String appliesTo, String action, Boolean bypassCache, TimeSpan timeout, AsyncCallback callback, Object state)
    at Microsoft.ServiceBus.TokenProviderUtility.GetMessagingToken(ITokenProvider tokenProvider, Uri baseAddress, String appliesTo, String action, Boolean bypassCache, TimeSpan timeout)
    --- End of inner exception stack trace ---
    Server stack trace:
    at Microsoft.ServiceBus.TokenProviderUtility.GetMessagingToken(ITokenProvider tokenProvider, Uri baseAddress, String appliesTo, String action, Boolean bypassCache, TimeSpan timeout)
    at Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessageCreator.GetAuthorizationHeader(String action)
    at Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessageCreator.CreateWcfMessageInternal(String action, Object body, Boolean includeToken)
    at Microsoft.ServiceBus.Messaging.Sbmp.AcceptMessageSessionForNamespaceAsyncResult..ctor(SbmpMessagingFactory messagingFactory, ReceiveMode receiveMode, Int32 prefetchCount, CreateControlLinkSettings controlLinkSettings, TimeSpan timeout, AsyncCallback callback, Object state)
    at Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessagingFactory.OnBeginAcceptMessageSession(ReceiveMode receiveMode, TimeSpan timeout, AsyncCallback callback, Object state)
    at Microsoft.ServiceBus.Messaging.MessagingFactory.AcceptMessageSessionAsyncResult.<GetAsyncSteps>b__29(AcceptMessageSessionAsyncResult thisPtr, TimeSpan t, AsyncCallback c, Object s)
    at Microsoft.ServiceBus.Messaging.IteratorAsyncResult`1.EnumerateSteps(CurrentThreadType state)
    Exception rethrown at [0]:
    at Microsoft.Workflow.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)
    at Microsoft.Workflow.Dispatcher.ServiceBusNamespaceListener.GetSessionAndStateWithRetryAsyncResult.EndAsyncResult(IAsyncResult result)
    at Microsoft.Workflow.Common.BackoffRetryAsyncResult.IsolateWithRetry(IAsyncResult result)
    Event ID 370
    The Workflow Manager cannot contact Service Bus service after retrying for '12' minutes. Please verify if the Service Bus service is up and running. The Workflow Manager failed at location 'ServiceBusNamespaceListener.GetSessionAndStateWithRetryAsyncResult.HandleException' due to exception: Microsoft.ServiceBus.Messaging.MessagingException: The token provider service was not avaliable when obtaining a token for 'https://srv22.domain.com:9355/WorkflowDefaultNamespace/$STS/Windows/'. ---> Microsoft.ServiceBus.TokenProviderException: The token provider service was not avaliable when obtaining a token for 'https://srv22.domain.com:9355/WorkflowDefaultNamespace/$STS/Windows/'. ---> System.Net.WebException: The remote server returned an error: (502) Bad Gateway.
    at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
    at System.Net.HttpWebRequest.GetRequestStream()
    at Microsoft.ServiceBus.TokenProviderHelper.GetWindowsAccessTokenCore(IEnumerator`1 stsUris, Func`2 uriBuilder, String requestToken, TimeSpan timeout, DateTime& expiresIn)
    --- End of inner exception stack trace ---
    at Microsoft.ServiceBus.TokenProviderHelper.ThrowException(Uri requestUri, WebException exception)
    at Microsoft.ServiceBus.TokenProviderHelper.GetWindowsAccessTokenCore(IEnumerator`1 stsUris, Func`2 uriBuilder, String requestToken, TimeSpan timeout, DateTime& expiresIn)
    at Microsoft.ServiceBus.WindowsTokenProvider.OnBeginGetToken(String appliesTo, String action, TimeSpan timeout, AsyncCallback callback, Object state)
    at Microsoft.ServiceBus.TokenProvider.GetTokenAsyncResult..ctor(TokenProvider tokenProvider, String appliesTo, String action, Boolean bypassCache, TimeSpan timeout, AsyncCallback callback, Object state)
    at Microsoft.ServiceBus.TokenProvider.BeginGetToken(String appliesTo, String action, Boolean bypassCache, TimeSpan timeout, AsyncCallback callback, Object state)
    at Microsoft.ServiceBus.TokenProviderUtility.GetMessagingToken(ITokenProvider tokenProvider, Uri baseAddress, String appliesTo, String action, Boolean bypassCache, TimeSpan timeout)
    --- End of inner exception stack trace ---
    Server stack trace:
    at Microsoft.ServiceBus.TokenProviderUtility.GetMessagingToken(ITokenProvider tokenProvider, Uri baseAddress, String appliesTo, String action, Boolean bypassCache, TimeSpan timeout)
    at Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessageCreator.GetAuthorizationHeader(String action)
    at Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessageCreator.CreateWcfMessageInternal(String action, Object body, Boolean includeToken)
    at Microsoft.ServiceBus.Messaging.Sbmp.AcceptMessageSessionForNamespaceAsyncResult..ctor(SbmpMessagingFactory messagingFactory, ReceiveMode receiveMode, Int32 prefetchCount, CreateControlLinkSettings controlLinkSettings, TimeSpan timeout, AsyncCallback callback, Object state)
    at Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessagingFactory.OnBeginAcceptMessageSession(ReceiveMode receiveMode, TimeSpan timeout, AsyncCallback callback, Object state)
    at Microsoft.ServiceBus.Messaging.MessagingFactory.AcceptMessageSessionAsyncResult.<GetAsyncSteps>b__29(AcceptMessageSessionAsyncResult thisPtr, TimeSpan t, AsyncCallback c, Object s)
    at Microsoft.ServiceBus.Messaging.IteratorAsyncResult`1.EnumerateSteps(CurrentThreadType state)
    Exception rethrown at [0]:
    at Microsoft.Workflow.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)
    at Microsoft.Workflow.Dispatcher.ServiceBusNamespaceListener.GetSessionAndStateWithRetryAsyncResult.EndAsyncResult(IAsyncResult result)
    at Microsoft.Workflow.Common.BackoffRetryAsyncResult.IsolateWithRetry(IAsyncResult result).
    The error messages suggested to me that the issue was being caused by our proxy server. I have removed the proxy server from the equation by removing the proxy settings. 
    I then also tried to navigate to the url in the error messages. When i navigate to https://srv22.domain.com:9355/WorkflowDefaultNamespace/$STS/Windows/ i get a 400 Bad Request. When i change the address to https://srv22.domain.com:9355/WorkflowDefaultNamespace/$sts/Windows/
    ($sts in Lower Case rather than Upper Case) i get a response from the Workflow server. 
    I have searched high and low for a solution to this, and cannot find one, can anybody shed any light on the situation.
    Thanks in advance
    Paul

    Hi Paul,
    Here is a similar post with bad gateway error related to proxy and gateway settings, you can take a look.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/73a909d2-226d-454e-a8ca-c5e62dc8caac/setup-windows-azure-workflow-addwfhost-error-wfmanagementwftopic-and-token-provider-service
    Thanks
    Daniel Yang
    TechNet Community Support

  • Configure Solution Manager for MS Word 2002

    Hi experts,
    I am currently facing a problem when I want to create a business blueprint from the SOLAR01.
    The MS Word document for the blueprint is created fine, but when I try to execute the macro it stops with error "library not found".
    The reason is that "Microsoft Excel 12.0 Object Library" is not present on my PC. That is because I am using MS Office 2002 (where only version 10.0 of this library exist).
    As far as I know the 12.0 Object library is part of MS Office 2007. I therefore presume that the Solution Manager is configured to create word documents for office 2007. So is there any possibility to configure it for office 2002?
    Thanks a lot for all answers.
    Best regards,
    Torben

    Hi,
    what is your solman system version?
    please refer this [Note 1442338 - Business Blueprint Document: collection of fixes|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1442338]
    jansi

  • Good composite manager for a pure xmonad setup?

    For those of you running a pure xmonad setup (without KDE/Gnome/Xfce/etc. running as well), what composite manager do you use? For things like terminal transparency.
    I've tried xcompmgr in the past, which worked fairly well, but I got a lot of screen tearing when playing videos (I'm using the nvidia driver). Removing xcompmgr eliminated the tearing, so I haven't gone back to it again.
    Are there others that people use?

    They all suck, compton can't even handle vsync properly yet.
    Wayland/Weston will sort it once and for all.

  • Configuration change management for SBO !?!?

    Hi friends,
    Is there any "Change Management" tool or feature which could help to keep track of the changes made in the SBO configuration ?
    I was wondering that if we could have all the configuration data in plain text, we could keep trak of the changes in the configuration by just diffing the file against the previous baseline.
    Does any of you know whether it´s possible ? Or even have an on idea how to do this ?
    Thanks in advance,
    Paulo Garcia

    Hi Paulo,
    SBO does track changes to some configuration data. You can find this in the AADM table (which is the history log of the OADM table). This covers a lot of what's in the General Settings and Company Details windows. You can access the change log and see the previous setttings by choosing Tools--Show History from the top menu.
    Alternatively, you could maybe use Copy Express to export configuration data in to an XML file. I'm not sure how user-friendly that would be in terms of easily seeing the differences.
    Kind Regards,
    Owen

  • Configuring Content Manager for artesia

    Does anyone have experience configuring the WL PS Content Manager to use a 3rd party content management system? Specifically, I'm trying to configure it to work with artesia's TEAMS product.I'd like to know if anyone has done this successfully before and, if so, what updates had to be made to the defualt configuration.Thanks,Don
              

    That's quite the question. Before even attempting to answer, what do you know about OIM? Have you configured any connectors to understand how OIM works and the objects that make up a connector?
    -Kevin

  • Node manager

    i have two managed servers MS_Dev1 and MS_Dev2 in MS windows 7 system. when starting the admin MS_Dev2 reaches to running mode as i configured node-manager for both server. But MS_Dev1 went to shutdown state, not able to start from Admin console. It went to Failed " FAILED_NOT_RESTARTABLE ". checked the log it says invalid password.
    i have re typed the pwd in Settings for MS_Dev1 -> Server Start -> username and password, again the same " FAILED_NOT_RESTARTABLE ". finally i went to C:\Oracle\Middleware\user_projects\domains\dev_domain\servers\MS_Dev1\security and re typed the username and password in boot.properties file. Restarted the admin server but same " FAILED_NOT_RESTARTABLE " for MS_Dev1. Also i have tried to shutdown the MS_Dev1 in admin console, it throws below
    Message icon - Warning The server MS_Dev1 is in an incompatible state.
    Message icon - Warning All of the servers selected are currently in a state which is incompatible with this operation or are not associated with a running Node Manager or you are not authorized to perform the action requested. No action will be performed.
    Note: Pwd for Admin, MS_Dev1 and 2 are same
    Looking the solution to fix this issue ASAP, Thnks a lot in Advance !
    refer the logs below,
    dev_domain.log
    ####<Mar 1, 2013 8:49:49 AM IST> <Notice> <Security> <Ram-PC> <AdminServer> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362107989715> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Mar 1, 2013 8:49:49 AM IST> <Notice> <Security> <Ram-PC> <AdminServer> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362107989715> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Mar 1, 2013 8:49:49 AM IST> <Notice> <Security> <Ram-PC> <AdminServer> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362107989731> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Mar 1, 2013 8:49:49 AM IST> <Notice> <Security> <Ram-PC> <AdminServer> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362107989731> <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.>
    AdminServer.log
    ####<Mar 1, 2013 9:04:36 AM IST> <Notice> <Security> <Ram-PC> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108876293> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Mar 1, 2013 9:04:36 AM IST> <Notice> <Security> <Ram-PC> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108876309> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Mar 1, 2013 9:04:36 AM IST> <Notice> <Security> <Ram-PC> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108876309> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 2008 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Mar 1, 2013 9:05:04 AM IST> <Warning> <netuix> <Ram-PC> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1362108904420> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=WLSServerControlTablePage.>
    ####<Mar 1, 2013 9:05:04 AM IST> <Warning> <Socket> <Ram-PC> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108904872> <BEA-000449> <Closing socket as no data read from it on 192.168.56.1:58,895 during the configured idle timeout of 5 secs>
    ####<Mar 1, 2013 9:05:04 AM IST> <Warning> <Socket> <Ram-PC> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108904872> <BEA-000449> <Closing socket as no data read from it on 192.168.56.1:58,894 during the configured idle timeout of 5 secs>
    MS_Dev1.log
    ####<Mar 1, 2013 9:02:09 AM IST> <Notice> <Log Management> <Ram-PC> <MS_Dev1> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108729431> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    ####<Mar 1, 2013 9:02:09 AM IST> <Info> <Diagnostics> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108729462> <BEA-320077> <Initialized the Diagnostic Accessor Service.>
    ####<Mar 1, 2013 9:02:09 AM IST> <Notice> <Cluster> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108729493> <BEA-000197> <Listening for announcements from cluster using unicast cluster messaging>
    ####<Mar 1, 2013 9:02:09 AM IST> <Notice> <Cluster> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108729493> <BEA-000133> <Waiting to synchronize with other running members of Dev_Cluster.>
    ####<Mar 1, 2013 9:02:11 AM IST> <Info> <Cluster> <Ram-PC> <MS_Dev1> <weblogic.cluster.MessageReceiver> <<WLS Kernel>> <> <> <1362108731677> <BEA-003107> <Lost 2 unicast message(s).>
    ####<Mar 1, 2013 9:02:25 AM IST> <Info> <Cluster> <Ram-PC> <MS_Dev1> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108745889> <BEA-000111> <Adding MS_Dev2 with ID -3996848074127341669S:192.168.56.1:[7004,7004,-1,-1,-1,-1,-1]:dev_domain:MS_Dev2 to cluster: Dev_Cluster view.>
    ####<Mar 1, 2013 9:02:25 AM IST> <Notice> <Cluster> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108745889> <BEA-000142> <Trying to download cluster JNDI tree from server MS_Dev2.>
    ####<Mar 1, 2013 9:02:26 AM IST> <Info> <Cluster> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108746139> <BEA-000128> <Updating -3996848074127341669S:192.168.56.1:[7004,7004,-1,-1,-1,-1,-1]:dev_domain:MS_Dev2 in the cluster.>
    ####<Mar 1, 2013 9:02:26 AM IST> <Notice> <Cluster> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108746357> <BEA-000164> <Synchronized cluster JNDI tree from server MS_Dev2.>
    ####<Mar 1, 2013 9:02:26 AM IST> <Notice> <WebLogicServer> <Ram-PC> <MS_Dev1> <main> <<WLS Kernel>> <> <> <1362108746404> <BEA-000365> <Server state changed to ADMIN>
    ####<Mar 1, 2013 9:02:26 AM IST> <Notice> <WebLogicServer> <Ram-PC> <MS_Dev1> <main> <<WLS Kernel>> <> <> <1362108746419> <BEA-000365> <Server state changed to RESUMING>
    ####<Mar 1, 2013 9:02:26 AM IST> <Notice> <Cluster> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108746451> <BEA-000162> <Starting "async" replication service with remote cluster address "null">
    ####<Mar 1, 2013 9:02:26 AM IST> <Notice> <Security> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108746778> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the jks keystore file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoIdentity.jks.>
    ####<Mar 1, 2013 9:02:26 AM IST> <Notice> <Security> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108746841> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoTrust.jks.>
    ####<Mar 1, 2013 9:02:26 AM IST> <Notice> <Security> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108746841> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Oracle\MIDDLE~1\JDK160~1\jre\lib\security\cacerts.>
    ####<Mar 1, 2013 9:02:26 AM IST> <Notice> <Security> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108746903> <BEA-090898> <Ignoring the trusted CA certificate "CN=Entrust Root Certification Authority - G2,OU=(c) 2009 Entrust\, Inc. - for authorized use only,OU=See www.entrust.net/legal-terms,O=Entrust\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Mar 1, 2013 9:02:26 AM IST> <Notice> <Security> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108746903> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. - For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Mar 1, 2013 9:02:26 AM IST> <Notice> <Security> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108746919> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Mar 1, 2013 9:02:26 AM IST> <Notice> <Security> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108746919> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Mar 1, 2013 9:02:26 AM IST> <Notice> <Security> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108746919> <BEA-090898> <Ignoring the trusted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Mar 1, 2013 9:02:26 AM IST> <Notice> <Security> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108746919> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Mar 1, 2013 9:02:26 AM IST> <Notice> <Security> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108746919> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Mar 1, 2013 9:02:26 AM IST> <Notice> <Security> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108746934> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Mar 1, 2013 9:02:26 AM IST> <Notice> <Security> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108746950> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 2008 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Mar 1, 2013 9:02:26 AM IST> <Info> <WebLogicServer> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108746950> <BEA-000307> <Exportable key maximum lifespan set to 500 uses.>
    ####<Mar 1, 2013 9:02:26 AM IST> <Info> <Server> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108746950> <BEA-002610> <Dynamic Listener Service initialized.>
    ####<Mar 1, 2013 9:02:26 AM IST> <Notice> <Server> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108746950> <BEA-002613> <Channel "Default" is now listening on 192.168.56.1:7003 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    ####<Mar 1, 2013 9:02:26 AM IST> <Notice> <Server> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108746965> <BEA-002613> <Channel "DefaultSecure" is now listening on 192.168.56.1:7503 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    ####<Mar 1, 2013 9:02:26 AM IST> <Notice> <WebLogicServer> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108746965> <BEA-000332> <Started WebLogic Managed Server "MS_Dev1" for domain "dev_domain" running in Development Mode>
    ####<Mar 1, 2013 9:02:27 AM IST> <Info> <Server> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108747028> <BEA-002635> <The server "AdminServer" connected to this server.>
    ####<Mar 1, 2013 9:02:27 AM IST> <Info> <JMX> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108747090> <BEA-149511> <Established JMX Connectivity with the Adminstration Server AdminServer at service:jmx:t3://14.96.37.127:7001/jndi/weblogic.management.mbeanservers.domainruntime.>
    ####<Mar 1, 2013 9:02:27 AM IST> <Notice> <WebLogicServer> <Ram-PC> <MS_Dev1> <main> <<WLS Kernel>> <> <> <1362108747979> <BEA-000365> <Server state changed to RUNNING>
    ####<Mar 1, 2013 9:02:27 AM IST> <Notice> <WebLogicServer> <Ram-PC> <MS_Dev1> <main> <<WLS Kernel>> <> <> <1362108747995> <BEA-000360> <Server started in RUNNING mode>
    ####<Mar 1, 2013 9:02:27 AM IST> <Info> <J2EE> <Ram-PC> <MS_Dev1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108747995> <BEA-160151> <Registered library Extension-Name: bea_wls_async_response (JAR).>
    ####<Mar 1, 2013 9:02:29 AM IST> <Info> <Cluster> <Ram-PC> <MS_Dev1> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108749524> <BEA-000128> <Updating -3996848074127341669S:192.168.56.1:[7004,7004,-1,-1,-1,-1,-1]:dev_domain:MS_Dev2 in the cluster.>
    ####<Mar 1, 2013 9:03:26 AM IST> <Info> <Health> <Ram-PC> <MS_Dev1> <weblogic.GCMonitor> <<anonymous>> <> <> <1362108806365> <BEA-310002> <80% of the total memory in the server is free>
    ####<Mar 1, 2013 9:03:32 AM IST> <Info> <Server> <Ram-PC> <MS_Dev1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362108812808> <BEA-002634> <The server "AdminServer" disconnected from this server.>

    Kishore,
    checked the boot.properties file, it not having .txt and find the nodemanager.log as given below,
    <Mar 1, 2013 8:21:16 AM> <INFO> <dev_domain> <MS_Dev1> <Boot identity properties saved to "C:\Oracle\Middleware\user_projects\domains\dev_domain\servers\MS_Dev1\data\nodemanager\boot.properties">
    <Mar 1, 2013 8:21:16 AM> <INFO> <dev_domain> <MS_Dev1> <Startup configuration properties saved to "C:\Oracle\Middleware\user_projects\domains\dev_domain\servers\MS_Dev1\data\nodemanager\startup.properties">
    <Mar 1, 2013 8:21:16 AM> <INFO> <dev_domain> <MS_Dev1> <Rotated server output log to "C:\Oracle\Middleware\user_projects\domains\dev_domain\servers\MS_Dev1\logs\MS_Dev1.out00006">
    <Mar 1, 2013 8:21:16 AM> <INFO> <dev_domain> <MS_Dev1> <Server error log also redirected to server log>
    <Mar 1, 2013 8:21:16 AM> <INFO> <dev_domain> <MS_Dev1> <Starting WebLogic server with command line: C:\Oracle\Middleware\user_projects\domains\dev_domain\bin\startWebLogic.cmd >
    <Mar 1, 2013 8:21:16 AM> <INFO> <dev_domain> <MS_Dev1> <Working directory is 'C:\Oracle\Middleware\user_projects\domains\dev_domain'>
    <Mar 1, 2013 8:21:16 AM> <INFO> <dev_domain> <MS_Dev1> <Rotated server output log to "C:\Oracle\Middleware\user_projects\domains\dev_domain\servers\MS_Dev1\logs\MS_Dev1.out00007">
    <Mar 1, 2013 8:21:16 AM> <INFO> <dev_domain> <MS_Dev1> <Server error log also redirected to server log>
    <Mar 1, 2013 8:21:16 AM> <INFO> <dev_domain> <MS_Dev1> <Server output log file is 'C:\Oracle\Middleware\user_projects\domains\dev_domain\servers\MS_Dev1\logs\MS_Dev1.out'>
    <Mar 1, 2013 8:21:21 AM> <INFO> <dev_domain> <MS_Dev1> <Server failed during startup so will not be restarted>
    <Mar 1, 2013 8:21:21 AM> <WARNING> <Exception while starting server 'MS_Dev1'>
    java.io.IOException: Server failed to start up. See server output log for more details.
         at weblogic.nodemanager.server.AbstractServerManager.start(AbstractServerManager.java:200)
         at weblogic.nodemanager.server.ServerManager.start(ServerManager.java:23)
         at weblogic.nodemanager.server.Handler.handleStart(Handler.java:604)
         at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:121)
         at weblogic.nodemanager.server.Handler.run(Handler.java:71)
         at java.lang.Thread.run(Thread.java:662)
    <Mar 1, 2013 8:24:53 AM> <INFO> <dev_domain> <MS_Dev1> <Boot identity properties saved to "C:\Oracle\Middleware\user_projects\domains\dev_domain\servers\MS_Dev1\data\nodemanager\boot.properties">
    <Mar 1, 2013 8:24:53 AM> <INFO> <dev_domain> <MS_Dev1> <Startup configuration properties saved to "C:\Oracle\Middleware\user_projects\domains\dev_domain\servers\MS_Dev1\data\nodemanager\startup.properties">
    <Mar 1, 2013 8:24:53 AM> <INFO> <dev_domain> <MS_Dev1> <Rotated server output log to "C:\Oracle\Middleware\user_projects\domains\dev_domain\servers\MS_Dev1\logs\MS_Dev1.out00008">
    <Mar 1, 2013 8:24:53 AM> <INFO> <dev_domain> <MS_Dev1> <Server error log also redirected to server log>
    <Mar 1, 2013 8:24:53 AM> <INFO> <dev_domain> <MS_Dev1> <Starting WebLogic server with command line: C:\Oracle\Middleware\user_projects\domains\dev_domain\bin\startWebLogic.cmd >
    <Mar 1, 2013 8:24:53 AM> <INFO> <dev_domain> <MS_Dev1> <Working directory is 'C:\Oracle\Middleware\user_projects\domains\dev_domain'>
    <Mar 1, 2013 8:24:53 AM> <INFO> <dev_domain> <MS_Dev1> <Rotated server output log to "C:\Oracle\Middleware\user_projects\domains\dev_domain\servers\MS_Dev1\logs\MS_Dev1.out00009">
    <Mar 1, 2013 8:24:53 AM> <INFO> <dev_domain> <MS_Dev1> <Server error log also redirected to server log>
    <Mar 1, 2013 8:24:53 AM> <INFO> <dev_domain> <MS_Dev1> <Server output log file is 'C:\Oracle\Middleware\user_projects\domains\dev_domain\servers\MS_Dev1\logs\MS_Dev1.out'>
    <Mar 1, 2013 8:24:59 AM> <INFO> <dev_domain> <MS_Dev1> <Server failed during startup so will not be restarted>
    <Mar 1, 2013 8:24:59 AM> <WARNING> <Exception while starting server 'MS_Dev1'>
    java.io.IOException: Server failed to start up. See server output log for more details.
         at weblogic.nodemanager.server.AbstractServerManager.start(AbstractServerManager.java:200)
         at weblogic.nodemanager.server.ServerManager.start(ServerManager.java:23)
         at weblogic.nodemanager.server.Handler.handleStart(Handler.java:604)
         at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:121)
         at weblogic.nodemanager.server.Handler.run(Handler.java:71)
         at java.lang.Thread.run(Thread.java:662)

Maybe you are looking for

  • Creating a new project with custom fields using web services

    I've been trying unsuccessfully for the last week or so to successfully create a new project from web services and I believe the main problem that I've been running into is that one of the required fields is a custom field. I've tried creating the Pr

  • How do i deactivate a photoshop key in windows.old?

    I've been pulling my hair out over this one and can't find any answers after many google searches. I'm running windows vista, and got some weird virus the other day that wouldn't let me open any programs or see anything on my desktop and my only real

  • I received an email that asks me to verify my account because is about to expire in 72 hours. Is this legit? or fake?

    Hi! I received this email today that says that my apple ID is about to expire and that I have to verify it before it expires so I clicked on the link that says "Verify now," and asks me for my credit card information and personal information just to

  • Captured Clips Not in Browser

    Am having a problem capturing video. The clips exist in the Capture Scratch folder but they have never made it to the project browser window. Running 10.4.9 in an iBook G4. Using FCE HD 3.5. Scratch Disk set to an external hd (Maxtor 120) and Easy Se

  • Newline issue in the UWL Description

    We are using parameterized user Texts in our BPM tasks. But in UWL the data is not showing in new lines For example : we have User texts defined as follows Vendor : {Vendor Name} Requestor ID : On Date: But the Desfription in UWL is showing as below