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 connection pool problem

    Posted Tue February 01, 2005 05:02 PM

    Hi,

    I am receiving this error with JDBC 6.1. Can anyone please help me in resolving this issue.

    com.wm.app.b2b.server.ServiceException: [ART.118.5053] Adapter Runtime (Connection): Unable to get a connection to resource ACS_test:ACS_test.
    The pool doesn’t have a connection available for the request.

    Thanks & Regards,
    Srivat


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


  • 2.  RE: JDBC Adapter connection pool problem

    Posted Tue February 01, 2005 06:52 PM

    Srivats,

    Please use the search functionality provided in this site,you will lot of results based on the problem you have posted.
    Since this problem/resolution is discussed in lot of existing threads and this saves your time too.

    HTH,
    RMG


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


  • 3.  RE: JDBC Adapter connection pool problem

    Posted Wed February 02, 2005 01:08 AM

    Srivats - From a UNIX or Windows command shell, you can use the “netstat” command to see how many “ESTABLISHED” connections you have to the target database. In UNIX for example, use:
    %netstat -a|grep ESTABLISHED|grep dbHostName

    The number of connections in your pool is governed by the minimum and maximum connections you set in your connection objects.


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