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.  JDBC Adapter Pool Error

    Posted Tue June 10, 2008 12:11 PM

    Hello,

    I am getting the following error at inconsistent intervals of time

    Adapter Runtime (Adapter Service): Unable to run adapter service. Error occured when connecting to resource
    [ART.118.5053] Adapter Runtime (Connection): Unable to get a connection to resource
    The pool doesn’t have a connection available for the request).

    The Adapter settings are

    The adapter settings are
    Enable Connection Pooling:True
    Minimum Pool Size : 0
    Maximum Pool Size : 10
    Pool Increment Size : 1
    Block Timeout(msec) : 1000
    Expire Timeout(msec) : 1000
    Startup Retry Count : 0
    Stratup backoff Timeout(sec) : 10

    Please advise on what can be the issue here


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 2.  RE: JDBC Adapter Pool Error

    Posted Tue June 10, 2008 01:29 PM

    Looks like your connection pool ran out of connections and your adapter service was unable to retrieve a connection within the “Block Timeout” timeframe. Try increasing the Block Timeout setting or even better increase the Max Pool Size to an approriate value.

    Cheers,

    Alex


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: JDBC Adapter Pool Error

    Posted Tue June 10, 2008 05:39 PM

    You might want to also increase your block and expire timeouts. 1 second for those is pretty short. Especially the expire timeout–depending on the level of activity in your IS you may be destroying and recreating DB connections far more often than is practical.


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 4.  RE: JDBC Adapter Pool Error

    Posted Wed June 11, 2008 03:48 PM

    I agree with reamon, as well check the ART and JDBC fixes as the connection pools management faces some issues.


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods