allocate to applications, please increase the size of the pool and retry..

gic.jdbc.extensions.PoolLimitSQLException: weblogic.common.resourcepool.ResourceLimitException: No resources currently available in pool GHKT to allocate to applications, pl
ease increase the size of the pool and retry..
org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is weblogic.jdbc.extensions.PoolLimitSQLException: weblogic.common
.resourcepool.ResourceLimitException: No resources currently available in pool GHKT to allocate to applications, please increase the size of the pool and retry..
        at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82)

查看当前连接池设置:

allocate to applications, please increase the size of the pool and retry..

1-60,有必要的话加大60到80.

另外需考虑优化程序执行效率,有监控挂死程序,可自动启停weblogic,达到负载均衡自动切换效果。

平常数量监控:

allocate to applications, please increase the size of the pool and retry..allocate to applications, please increase the size of the pool and retry..

可参考:

https://blog.csdn.net/think_program/article/details/56307070

https://www.cnblogs.com/HondaHsu/p/4193004.html