webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Configuration of active active clustering in Um with Is

  • 1.  Configuration of active active clustering in Um with Is

    Posted Thu September 22, 2016 12:42 PM

    Hello Experts,
    I am configuring three UM servers in the cluster. Suppose first UM server is went to offline then goes to the another UM server acts as a master.It shows correctly on enterprise manager but I am publishing the document by using the first UM server it shows the below error.

    com.wm.app.b2b.server.ISRuntimeException: [ISS.0134.9073] JMS connection alias “UM” is disabled com.wm.app.b2b.server.jms.ResourceUnavailableException: [ISS.0134.9073] JMS connection alias “UM” is disabled

    I refer the SoftwareAG UM documents, I can’t understand what I missing the any configuration step in webMethods.
    Actually in JNDI we have provider url,Its supports a cluster URL looks like this : nsp://umserver1:9000, nsp://umserver2:9000,nsp://umserver3:9000.

    In Um messaging we did not find anything like that.

    Please suggest me. please below attached image.


    #Integration-Server-and-ESB
    #webMethods
    #Universal-Messaging-Broker


  • 2.  RE: Configuration of active active clustering in Um with Is

    Posted Thu September 22, 2016 12:45 PM

    Ram,

    can you check the URL in the ConnectionFactory?
    You can find the CF in the JNDI tab in Enterprise Manager. Double-click the CF referenced by your IS JMS alias. The CF should also contain the triple URL. I suspect it only has one node.


    #webMethods
    #Universal-Messaging-Broker
    #Integration-Server-and-ESB


  • 3.  RE: Configuration of active active clustering in Um with Is

    Posted Thu September 22, 2016 04:12 PM


  • 4.  RE: Configuration of active active clustering in Um with Is

    Posted Fri September 23, 2016 09:09 AM

    Please disregard my previous suggestion. You mentioned JMS in previous post, so I assumed you were using JMS, but I see now from your screenshots that you are referring to wM Messaging connections.
    The error you are seeing implies that you previously connected IS to a single UM before clustering and may not have configured the cluster correctly.
    When you created the cluster, did you use Enterprise Manager to do that? If so, did you answer YES to the question about converting local stores to cluster stores? I suspect that the requestreply channel is not clustered and therefore not present on nodes 2 and 3.
    In Enterprise Manager, take a look at the channels in the tree view on the left. Do the green channel icons have a circular orange badge on them? Are the channels present on all nodes?
    If not, then I suggest you delete the channels (under /wm/is) and then resync the IS document types from Designer and stop/start the wM Messaging connection. This should now create the channels as clustered - with the orange badge and showing up on all cluster nodes.


    #Universal-Messaging-Broker
    #Integration-Server-and-ESB
    #webMethods