Latest installer of Collect Earth (1.6.33 from download page) for Win is missing PostgreSQL JDBC driver. This causes Saiku error:
|
The newest version of Collect Earth (1.6.34) fixes the issue. Thanks for reporting it. |
According to similar problem reported here, put postgresql-42.2.2.jar into tomcat/lib directory (e.g. C:\OpenForis\CollectEarth\saiku-server_2.6\tomcat\lib on Win or /home/vagrant/OpenForis/CollectEarth/saiku-server_2.6/tomcat/lib on Linux). |
Thank you for reporting the issue and even providing a fix yourself!! We will add this library to the Saiku distributed within Collect Earth. There was already a PostgreSQL driver in it but it seems not to be compatible with the newest Postgres 10 |
Dear developers, CollectEarth installer version 1.7.12 (for win) is missing PostgreSQL JDBC driver again. To fix connection to latest PostgreSQL DB, it is necessary to download postgresql-42.2.5.jar and put it to C:\OpenForis\CollectEarth\saiku-server_2.6\tomcat\lib (on win). With best regards, Jiri. Thanks for your comment! The PostgreSQL JDBC driver should already be in C:\OpenForis\CollectEarth\saiku-server_2.6\tomcat\webapps\saiku\WEB-INF\lib , perhaps the issue was that this was an old version... In any case, the next version of Collect Earth will include the new JAR file in both locations so that we are sure. |