No JDBC driver - 11.x
Symptoms
One or more SQL macros return the following error:
org.apache.tomcat.dbcp.dbcp.SQLNestedException:
Cannot load JDBC driver class
Unable to load database driver: org.postgresql.Driver. Make sure your configuration is correct.
Unable to load database driver: net.sourceforge.jtds.jdbc.DriverCause
The data source is unable to locate your JDBC driver, and therefore, cannot connect to the specified database.
Resolution
Verify the following:
Application server: JDBC driver must be installed in a location that is on the
classpathof your application server. For standalone installations, the location is <install-directory>/lib.Profile:
dbJarmust point to the correct location of the JDBC jar file. Try absolute address if relative address does not work, especially for Windows.
Need support? Create a request with our support team.
