How debug No suitable driver found for
in trino plugin?
#22436
Unanswered
nikita-sheremet-java-developer
asked this question in
Q&A
Replies: 1 comment
-
I guess you're using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have created postgresql-event-listener that is "copy and paste" implementation from trino-mysql-event-listener. Running
mvn clean install
with tests and posgtres from test-containers - works. I have also checked content from/usr/lib/trino/plugin/postgresql-event-listener/
and/usr/lib/trino/plugin/mysql-event-listener/
- everything the same except jdbc drivers (mysql-connector-j-8.1.0.jar
andpostgresql-42.6.0.jar
).But during startup in docker-compose I got exception:
StackTrace
Any idea how debug this issue? I ahve also checked that jdbc for postgres is present in couple other plugins - so it is unclear why it missing :'(
Beta Was this translation helpful? Give feedback.
All reactions