JDBC Adapter connection pool problem

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

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

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.