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 2022/11/04 03:57:12 UTC

[GitHub] [camel-quarkus] zhfeng opened a new issue, #4248: [Camel 3.20] CamelContext must be specified on: KeyStoreParameters

zhfeng opened a new issue, #4248:
URL: https://github.com/apache/camel-quarkus/issues/4248

   It is failing with http and netty integration tests.
   
   ```
   Caused by: java.lang.IllegalArgumentException: CamelContext must be specified on: KeyStoreParameters[type=null, *** provider=null, resource=/ssl/keystore.p12]
   	at org.apache.camel.util.ObjectHelper.notNull(ObjectHelper.java:176)
   	at org.apache.camel.support.jsse.JsseParameters.resolveResource(JsseParameters.java:116)
   	at org.apache.camel.support.jsse.KeyStoreParameters.createKeyStore(KeyStoreParameters.java:192)
   	at org.apache.camel.support.jsse.KeyManagersParameters.createKeyManagers(KeyManagersParameters.java:102)
   	at org.apache.camel.support.jsse.SSLContextParameters.createSSLContext(SSLContextParameters.java:263)
   	at org.apache.camel.component.netty.DefaultServerInitializerFactory.createSSLContext(DefaultServerInitializerFactory.java:133)
   	at org.apache.camel.component.netty.DefaultServerInitializerFactory.<init>(DefaultServerInitializerFactory.java:60)
   ```
   
   https://github.com/apache/camel-quarkus/actions/runs/3390275310/jobs/5635151759


-- 
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.apache.org

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


[GitHub] [camel-quarkus] JiriOndrusek commented on issue #4248: [Camel 3.20] CamelContext must be specified on: KeyStoreParameters

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

   It should be validated by today's night build. Camel snapshots with the fix are currently building, see https://ci-builds.apache.org/job/Camel/job/Camel%20Daily%20Snapshot%20Deploy/job/main/


-- 
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] zhfeng commented on issue #4248: [Camel 3.20] CamelContext must be specified on: KeyStoreParameters

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

   It seem be related to https://issues.apache.org/jira/browse/CAMEL-18680. I check with fix in https://github.com/apache/camel/commit/ad774bf6f0c61ffcfbe875a1917ef3e056d30237 and it works.


-- 
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 #4248: [Camel 3.20] CamelContext must be specified on: KeyStoreParameters

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #4248: [Camel 3.20] CamelContext must be specified on: KeyStoreParameters
URL: https://github.com/apache/camel-quarkus/issues/4248


-- 
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] zhfeng commented on issue #4248: [Camel 3.20] CamelContext must be specified on: KeyStoreParameters

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

   Thanks @JiriOndrusek and let's wait for our night build.


-- 
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 #4248: [Camel 3.20] CamelContext must be specified on: KeyStoreParameters

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

   Yes, it is already fixed in https://github.com/apache/camel/pull/8655


-- 
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] zhfeng commented on issue #4248: [Camel 3.20] CamelContext must be specified on: KeyStoreParameters

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

   @JiriOndrusek I think it should be fixed already?


-- 
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] zhfeng commented on issue #4248: [Camel 3.20] CamelContext must be specified on: KeyStoreParameters

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

   @JiriOndrusek I think you are taking care of this issue?


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