You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a log snippet (execution with -Dcq.sqlJdbcKind=oracle):
2021-11-01 13:01:32,115 ERROR [org.apa.cam.qua.mai.CamelMainRuntime] (main) Failed to start application: java.lang.NullPointerException
at java.io.Reader.<init>(Reader.java:167)
at java.io.InputStreamReader.<init>(InputStreamReader.java:72)
at org.apache.camel.quarkus.component.sql.it.SqlDbInitializer.initDb(SqlDbInitializer.java:52)
at org.apache.camel.quarkus.component.sql.it.SqlDbInitializer_ClientProxy.initDb(SqlDbInitializer_ClientProxy.zig:127)
The text was updated successfully, but these errors were encountered:
Problem is mainly caused by not consistent approach used for oracle db. Oracle db usage should use the same approach as other external dbs - -Dcq.sqlJdbcKind=oracle.
Here is a log snippet (execution with
-Dcq.sqlJdbcKind=oracle
):The text was updated successfully, but these errors were encountered: