You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/11/01 12:35:31 UTC

[GitHub] [camel-quarkus] JiriOndrusek opened a new issue #3247: Sql - native tests fail on NPE during db initialization

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] jamesnetherton closed issue #3247: Sql - native tests fail on NPE during db initialization

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #3247:
URL: https://github.com/apache/camel-quarkus/issues/3247


   


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] JiriOndrusek commented on issue #3247: Sql - native tests fail on NPE during db initialization

Posted by GitBox <gi...@apache.org>.
JiriOndrusek commented on issue #3247:
URL: https://github.com/apache/camel-quarkus/issues/3247#issuecomment-956214303


   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`.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] jamesnetherton closed issue #3247: Sql - native tests fail on NPE during db initialization

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #3247:
URL: https://github.com/apache/camel-quarkus/issues/3247


   


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] jamesnetherton closed issue #3247: Sql - native tests fail on NPE during db initialization

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #3247:
URL: https://github.com/apache/camel-quarkus/issues/3247


   


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org