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.  Dispatcher is not initialized

    Posted Tue November 04, 2008 10:28 AM

    Hi,

    Please look at this bellow error provide the solution.

    8833],ErrorMsg=com.wm.app.b2b.server.ServiceException: [ISS.0098.9013]
    Dispatcher is not initialized,ServiceName=wm.server.publish:publish<<<.
    [8832] at java.lang.Thread.run(Thread.java:534)
    [8831] at com.wm.util.pool.PooledThread.run(PooledThread.java:105)
    [8830] at com.wm.app.b2b.server.Dispatch.run(Dispatch.java:312)
    [8829] at com.wm.app.b2b.server.InvokeHandler.process(InvokeHandler.java:119)


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


  • 2.  RE: Dispatcher is not initialized

    Posted Wed December 31, 2014 10:48 PM

    Hello,
    Did you resolve this issue?If so please let me know the resolution


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


  • 3.  RE: Dispatcher is not initialized

    Posted Thu January 01, 2015 01:33 AM

    What is your webMethdos version?

    Did you restart your server in order for the dispatcher to load and start automatically?

    Did you make sure the broker settings are correct on IS admin under Messaging?

    Did you check your dispatch.cnf file in your integration server config directory. See if it matches with your broker settings. If its not you can back up the file, get the IS down and delete it from the config folder and restart the server.

    Happy New Year 2015 :slight_smile:


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


  • 4.  RE: Dispatcher is not initialized

    Posted Mon January 05, 2015 11:14 PM

    Hello All,
    Issue resolved by doing following steps:

    1.Shut down the server
    2.Clean the cache
    3.Remove below files from IS folder
    WmRepository4/*
    DocumentStore/*
    4.Restart server


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


  • 5.  RE: Dispatcher is not initialized

    Posted Tue January 06, 2015 12:52 AM

    I am not sure whether you have noticed the below information:

    /DocumentStore - The files in this subdirectory contain the locally persisted documents being processed by the Integration Server. The loss of these files will result in the loss of any persisted documents.

    /WmRepository4 - The files in this subdirectory contain metadata for the Integration Server. The loss of
    these files could result in loss of configuration information and may require manual reconfiguration.

    did you make sure that your configuration are correct after you resolved the issue.


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


  • 6.  RE: Dispatcher is not initialized

    Posted Tue January 06, 2015 05:32 AM

    Hi There,

    As per design, the Dispatcher is initialized at very beginning of IS startup but it actually starts its activity of sending towards Broker and receiving events from Broker after all the packages are loaded.

    Dispatcher needs the namespace to be loaded before starting the receiving and sending the events. In startup service, we can’t wait for the Dispatcher to start because for the Dispatcher to start the namespace should be loaded.

    So, it is not possible to build an startup service which uses a built-in service that involves the Dispatcher, like in this case the built-in service “pub.publish:publish”.

    Thanks,


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