Weblogic配置问题 Warning! Connectivity to backend database not verified

在配置好weblogic进行测试连接的时候出现了以下问题

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

google了一下 找到解决方法:

weblogic的控制台中

要测试链接的

Configuration->Connectionspool->Advanced Options->选中Test Reserved Connections,并且Test Table Name使用默认值即可

这样配置之后 问题就解决了

你可能感兴趣的:(Weblogic配置问题 Warning! Connectivity to backend database not verified)