Docker image does not contain Postgresql driver

Issue #6 resolved
Richard Körber created an issue

I created a new installation with the latest wisemapping/wisemapping docker image (Digest:sha256:6f63074855a9b6ea7793bdae627e4d74db7d80858a7f2cb9477ae72a66c2f535). I set up an app.properties as described, and configured it to use a Postgresql database.

However when starting the container, I get this exception:

java.sql.SQLException: Cannot load JDBC driver class 'org.postgresql.Driver'
  [truncated]
Caused by: java.lang.ClassNotFoundException: org.postgresql.Driver

In /usr/local/tomcat/webapps/ROOT/WEB-INF/lib I can actually find a MySQL connector, but nothing for Postgres.

Comments (3)

  1. Log in to comment