IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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
  • 1.  [POP.005.0026] Must have at least one server node defined

    Posted Tue March 31, 2015 01:49 PM

    Hi All,
    Have installed a fresh copy of wM8.2.2 in RHL server through below script. I just need Broker, IS, MWS & Developer.

    java -jar SoftwareAGInstaller201202_xx.jar -console -readImage /SoftwareAGInstallersAndImageFiles/RHELx86-64.zip

    Created tables component wise through scripts like below:

    ./dbConfigurator.sh -a create -c ISCoreAudit -v latest -d sqlserver -l ‘jdbc:wm:sqlserver://ssssssssss:1433;databaseName=xxx’ -u aaa -p bbb.

    Started IS,experieced some issue in IS logs after which I dropped all tables component wise and created tables once again on the same DB based on Product wise ( IS & MWS ).

    Started IS which came up and running fine. But after starting MWS getting below error msg:

    com.webMethods.portal.PortalException: [POP.005.0026] Must have at least one server node defined
    at com.webMethods.portal.system.cluster.impl.ClusterProvider.validateConfiguration(ClusterProvider.java:552)
    at com.webMethods.portal.system.cluster.impl.ClusterProvider.init(ClusterProvider.java:259)
    at com.webMethods.portal.system.init.impl.DefaultPhase.initComponent(DefaultPhase.java:107)
    at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:602)
    at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:170)
    at com.webMethods.portal.system.init.impl.DefaultPhase.init(DefaultPhase.java:49)
    at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:262)
    at com.webMethods.portal.system.impl.BaseProvider.ini

    Kindly suggest me how to resolve this. Also, if I want to Un-install any component through script, how can I do the same as I don’t have GUI capability to get GUI wizard in my RHL server. Thanking you so much for your help & time.

    Thanks,


    #webMethods-BPMS
    #MWS-CAF-Task-Engine
    #webMethods


  • 2.  RE: [POP.005.0026] Must have at least one server node defined

    Posted Wed April 01, 2015 01:59 PM

    You should use different users for each product which it makes it easier to verify the tables.

    Did you recreate your MWS-instance after recreating the tables?

    looks like the MWS User Management is not correctly configured.

    For uninstalling webMethods components by script:
    In the installation directory under bin-directory:
    ./uninstall -console

    For the missing GUI capability:
    If you are able to allow X11-Forwarding in your SSH-Tool, you can do the following:

    • Download a XClient to your local machine (like Xming, MochaX11 or MobaXterm per example).
    • Connect your RedHat via SSH with X11-Forwarding enabled
    • check for a file .Xauthority in your home-directory
    • check that the environment variable DISPLAY ist set
    • start the GUI you want.

    Regards,
    Holger


    #webMethods-BPMS
    #MWS-CAF-Task-Engine
    #webMethods


  • 3.  RE: [POP.005.0026] Must have at least one server node defined

    Posted Wed April 01, 2015 04:35 PM

    Thanks Holger for your reply.

    I have Xming in my local but I don’t have X11 packages in RHL box. I tried to reach Unix admins but no help from them, replied saying do by myself. I tried to
    download, install but got errors while installing :frowning:

    I tried to find uninstall but could not able to locate. Can you share me the exact path.

    I will check and update you whether environment variable DISPLAY ist set or not and try to enable it.


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine


  • 4.  RE: [POP.005.0026] Must have at least one server node defined

    Posted Thu April 02, 2015 09:03 AM

    The uninstall is located at the following path:

    /bin/uninstall

    On our Solaris boxes we have X11 available by default.

    What is the error you get during the installation?
    Probably you might be missing the proper rights to install.
    Maybe you need the possibility for “sudo root” to be able to install additional packages.
    Check with your admins.

    Regards,
    Holger


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 5.  RE: [POP.005.0026] Must have at least one server node defined

    Posted Fri April 03, 2015 05:16 AM

    Holger,

    I resolved the issue by doing the following.

    Ran mws.sh, deleted defaulte instance, created a new which solved the issue. Thanks once again for your help.


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 6.  RE: [POP.005.0026] Must have at least one server node defined

    Posted Tue April 07, 2015 02:53 PM

    Hi RP,

    I am glad to hear that you have solved it finally.

    The MWS-instance on the file systems contains somewhere a node-identifier consisting of the (short) name of the box and generated number.
    If the appropriate node is not listed in the cluse-config.xml file (usually stored in DB), but sometimes it is additionally stored in the configuration directory of the instance, the MWS will not start with error message mentioned.

    See MWS Administrators Guide about getconfig-/putconfig-functionality for details about the config-files and their storage locations.
    I.e. locally stored files override the versions stored in the DB.

    Regards,
    Holger


    #webMethods-BPMS
    #MWS-CAF-Task-Engine
    #webMethods