As of PingFederate 8.0, support for BoneCP as the JDBC connection pool library has been deprecated and replaced with Apache Commons DBCP 2, which requires JDBC 4.1 (or more recent) drivers.
Verify that the database-driver .jar files, located in the <pf_install>/pingfederate/server/default/lib directory, meet the minimum version requirement. If you are using JDBC drivers of version 4.0 (or earlier), contact your vendors for the latest drivers and replace the older JDBC database-driver .jar files with the latest.
Support for BoneCP as the JDBC connection pool library has been deprecated and will be removed in a future release.
PingFederate was tested with vendor-specific JDBC drivers. For more information, see Database driver information. To obtain the database driver JAR file, contact your database vendor. Install the database driver file to the <pf_install>/pingfederate/server/default/lib directory then restart the server.
To upgrade the older JDBC drivers at a later time, use the following steps to revert the JDBC connection pool library to BoneCP.