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.  Incomplete thread list

    Posted Mon February 13, 2017 02:32 PM

    We’re running webMethods 9.6 Fix9, but I’ve noticed this issue on various versions over the past couple of years.

    When pulling up the list of running threads, via the UI or directly calling the underlying flow service (wm.server.query:getThreadList), frequently the list is cut short. Our server typically has 600+ threads, and quite often only 15-20 are listed in the UI.


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Incomplete thread list

    Posted Mon February 13, 2017 04:44 PM

    Trevor,
    When you run that service, at that moment whatever threads are running, that’s what you could see as output.

    If you are performing this task when server threads are used a lot, then it is always better to take Jvm level threaddump via kill -3 to find all threads at that moment.

    -Senthil


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Incomplete thread list

    Posted Mon February 13, 2017 04:49 PM

    I don’t think it’s quite that simple, though. There are over 500 threads missing from the output. If I refresh a whole bunch, eventually I get the full listing. It’s as if something internal is failing and cutting the list short.

    Also there are times I know a long running flow service is executing, waiting for a long DB query for example, and when I pull up the threads screen it’s not listed until I refresh a whole lot of times.


    #webMethods
    #Integration-Server-and-ESB