Hello,
I'm currently trying to set up INCEpTION as a docker container following
this guide;
https://inception-project.github.io/releases/22.0/docs/admin-guide.html#sect_docker
I'd like to connect it to a PostgreSQL-Server, but after initial startup via
$ docker run -it --name inception --net=host -v /srv/inception:/export inceptionproject/inception:22.0
it crashes due to a Java RuntimeException;
> Factory method 'dataSource' threw exception; nested
exception is java.lang.RuntimeException: Failed to load driver
class org.postgresql.Driver in either of HikariConfig class
loader or Thread context classloader
full output attached.
settings.properties currently contains:
> INCEPTION_DB_URL =
jdbc:postgresql://localhost:5432/inception?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC
> INCEPTION_DB_USERNAME = inception_db
> INCEPTION_DB_PASSWORD = <PasswordIsHere>
Can anybody see an error I made or has experienced the same?
Best regards
Matthias