set liquibase driver in quarkus app #31252
Unanswered
kavishkamk
asked this question in
Q&A
Replies: 1 comment
-
/cc @andrejpetras (liquibase), @geoand (liquibase), @gsmet (liquibase) |
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 am try to use OpenTelemetry with the quarkus application. In this application I use postgresql and when I try to integrate with it like this url I reserved the error about driver. How can I fix this.
This is the error
2023-02-17 13:20:29,595 ERROR [...inf.dat.LiquibaseRunner] [runMigration] (Quarkus Main Thread) Liquibase Migration Exception: liquibase.exception.DatabaseException: java.lang.RuntimeException: Driver class was not specified and could not be determined from the url (jdbc:otel:postgresql://localhost:5432/sampledb) at liquibase.database.DatabaseFactory.openConnection(DatabaseFactory.java:217)
This is my application.properties file
This is my liquibase file.
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions