JiriOndrusek opened a new issue #3247:
URL: https://github.com/apache/camel-quarkus/issues/3247
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)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]