Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
Hello guys:

Im just installed Knowage 7.2 in a Centos 7 with MariaDB 10.3 but cant connect to a postgresql data source errors logs displays the next:

Error testing datasources

java.lang.ClassNotFoundException: org.postgresql.jdbc.Driver

at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1360)

at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1182)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:264)

I alrready copy the jar file to /lib folder, is there anything more to do?
Environment 7.2 Centro 7
in Data Source by (420 points)

1 Answer

0 votes
 
Best answer
Solved, was just: org.postgresql.Driver instead of org.postgresql.jdbc.Driver
by (420 points)
selected by
...