gravitee-io / issues

Gravitee.io - API Platform - Issues
64 stars 26 forks source link

3.7.0 JDBC Drivers not loading or directory / docs mismatch #5318

Closed mtwomey closed 3 years ago

mtwomey commented 3 years ago

I'm running the dockerized APIM Gateway v3.7.0, attempting to connect to a postgesql DB. Upon starting I get an error:

Failed to get driver instance for jdbcUrl=jdbc:postgresql://gravitee.cluster-xxxxxxxxx.us-east-1.rds.amazonaws.com/gravitee

The container from Dockerhub (3.7.0 tag), has a folder called $GRAVITEEIO_HOME/ext/repository-jdbcplugins. The docs reference a completely different folder: $GRAVITEEIO_HOME/plugins/ext/repository-jdbc

I've tried the driver in both places, to no avail.

mtwomey commented 3 years ago

I think this was my own mistake / confusion on repository-jdbcplugins -vs repository-jdbc. Closing until I can confirm further.