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.  No threads available to run task error!

    Posted 02/24/10 08:40 AM

    Hi,
    we are using IS 6.1 and while running one of our processes thorugh scheduler, we got this error:
    2010-02-10 23:55:49 HKT [ISS.0069.0018W] No threads available to run task {1#{pool min=2 max=5 size=4 inUse=5 miss=34 draw=41930 drop=0 create=5}}(Statistics Log, 10.0, 1265817290716, running)
    2010-02-10 23:56:55 HKT [ISS.0069.0018W] No threads available to run task {1#{pool min=2 max=5 size=4 inUse=5 miss=38 draw=41935 drop=0 create=5}}(Statistics Log, 10.0, 1265817320716, running)
    2010-02-10 23:58:01 HKT [ISS.0069.0018W] No threads available to run task {1#{pool min=2 max=5 size=4 inUse=5 miss=39 draw=41937 drop=0 create=5}}(Complex Job Manager, 30.0, 1265817337050, running)
    2010-02-10 23:59:07 HKT [ISS.0069.0018W] No threads available to run task {1#{pool min=2 max=5 size=4 inUse=5 miss=41 draw=41939 drop=0 create=5}}(Remove Expired Cluster Sessions, 300.0, 1265817350437, running)

    What could be the possible reasons?

    Thanks!


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 2.  RE: No threads available to run task error!

    Posted 02/24/10 10:49 AM

    Seems your server is running out of memory, check for hung threads by checking long running services under service usage. If there is any long running service try to figure out the reason for the same.
    Alternatively to resolve the problem you can restart the IS, it should resolve the problem.

    -nD


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 3.  RE: No threads available to run task error!

    Posted 02/24/10 02:31 PM

    choudhp is not running out memory but out of thread :wink:

    It seems one of you’re thread pool is not sized enought. If you’re lucky, it’s not a wM pool but yours (for example, linked w/ JDBC connector).

    I suggest having a look in your connectors activities and eventually enlarge there size.

    Alternatively, you can generate a thread dump and check inside which one is culpit.

    Good luck.

    Laurent


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 4.  RE: No threads available to run task error!

    Posted 02/24/10 02:42 PM

    oops i meant by the way same… seems like i did some typo … multitasking some time can be dangerous :p: …


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB