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 2020/03/06 10:33:19 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #852: TrustStoreResource does not work on Java 11

jamesnetherton opened a new issue #852: TrustStoreResource does not work on Java 11
URL: https://github.com/apache/camel-quarkus/issues/852
 
 
   Another case that has been masked by #723.
   
   There is no `jre/lib/security/cacerts` with JDKs >= 10 and `GRAALVM_HOME` is not set in the CI environment, hence we see:
   
   ```
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.camel.quarkus.component.http.it.HttpTest
   [ERROR] Tests run: 8, Failures: 0, Errors: 1, Skipped: 7, Time elapsed: 0.245 s <<< FAILURE! - in org.apache.camel.quarkus.component.http.it.HttpTest
   [ERROR] org.apache.camel.quarkus.component.http.it.HttpTest.httpsProducer(String)[1]  Time elapsed: 0.01 s  <<< ERROR!
   java.lang.RuntimeException: java.lang.RuntimeException: Unable to start Quarkus test resource org.apache.camel.quarkus.test.TrustStoreResource@7068e664
   Caused by: java.lang.RuntimeException: Unable to start Quarkus test resource org.apache.camel.quarkus.test.TrustStoreResource@7068e664
   Caused by: java.lang.IllegalStateException: Could not find any existing file to set javax.net.ssl.trustStore; tried $GRAALVM_HOME/jre/lib/security/cacerts and $JAVA_HOME/jre/lib/security/cacerts. You may need to set GRAALVM_HOME or JAVA_HOME properly. Found $GRAALVM_HOME = null and $JAVA_HOME = null
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] lburgazzoli closed issue #852: TrustStoreResource does not work on Java 11

Posted by GitBox <gi...@apache.org>.
lburgazzoli closed issue #852: TrustStoreResource does not work on Java 11
URL: https://github.com/apache/camel-quarkus/issues/852
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services