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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Ensuring IS has started successfully

    Posted 12/21/09 02:45 PM

    Is there any way to ensure whether IS has started successfully ?


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-Archive


  • 2.  RE: Ensuring IS has started successfully

    Posted 12/21/09 07:38 PM

    You can check if the Administrative listener port has been started, which does not meant all packages has loaded ok.

    If your IS starts on default port 5555, you should see a message in the log of this kind:

    [ISP.0046.0012I] Enabling HTTP Listener on port 5555

    Also doing a “netstat -an” should show port 5555 in listening:

    TCP 0.0.0.0:5555 0.0.0.0:0 LISTENING

    You can also have some external utility invoking “ping” service to see if IS is answering, or have a BAM installation monitoring IS status.

    All depends what you want to achieve.


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-Archive


  • 3.  RE: Ensuring IS has started successfully

    Posted 12/22/09 05:56 AM

    Is there any way by which we can check if all the required packages have been loaded successfully ??


    #Integration-Server-and-ESB
    #webMethods-Archive
    #webMethods


  • 4.  RE: Ensuring IS has started successfully

    Posted 12/22/09 08:18 AM

    you can login into IS Administrator from your web browser and click Managment link under the Packages, from this page you can see packages loaded succesfully (loaded=“Yes”) or not (Loaded = “Partial”) in Package List


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-Archive