Weblogic 数据源及连接池配置问题Warning! Connectivity to backend database not verified

Warning! Connectivity to backend database not verified

JDBC Connection Pool 测试出现异常:

Warning! Connectivity to backend database not verified. This is either because required connection pool attributes "TestConnectionsOnReserve" or "TestConnectionsOnRelease" have not been enabled,or an invalid value has been specified for attribute "TestTableName". Please check the server log for more details

解决方法:weblogic的控制台中,配置pool完毕后要选择Test Reserved Connections,Test Table Name默认即可

代码中可先用JDBC连接,测试成功再用配置的数据源连接测试。。

相关文章

项目需要,有个数据需要导入,拿到手一开始以为是mysql,结果...
本文小编为大家详细介绍“怎么查看PostgreSQL数据库中所有表...
错误现象问题原因这是在远程连接时pg_hba.conf文件没有配置正...
因本地资源有限,在公共测试环境搭建了PGsql环境,从数据库本...
wamp 环境 这个提示就是说你的版本低于10了。 先打印ph...
psycopg2.OperationalError: SSL SYSCALL error: EOF detect...