bvfalcon commented on PR #8084:
URL: https://github.com/apache/camel/pull/8084#issuecomment-1205009733

   > 
https://ci-builds.apache.org/job/Camel/job/Apache%20Camel/job/main/509/testReport/
   
   First three tests:
   
   ```
   org.apache.camel.component.jetty.HttpsAsyncRouteTest.testEndpoint
   org.apache.camel.component.jetty.HttpsAsyncRouteTest.testHelloEndpoint
   org.apache.camel.component.jetty.SpringHttpsRouteTest.testEndpoint
   ```
   
   fail with the same error <details><summary>PKIX path building 
failed</summary>
   
   ```
   Caused by: sun.security.validator.ValidatorException: PKIX path building 
failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to 
find valid certification path to requested target
        at 
java.base/sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:439)
        at 
java.base/sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:306)
        at 
java.base/sun.security.validator.Validator.validate(Validator.java:264)
        at 
java.base/sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:313)
        at 
java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:222)
        at 
java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:129)
        at 
java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:638)
        ... 87 more
   Caused by: sun.security.provider.certpath.SunCertPathBuilderException: 
unable to find valid certification path to requested target
        at 
java.base/sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141)
        at 
java.base/sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)
        at 
java.base/java.security.cert.CertPathBuilder.build(CertPathBuilder.java:297)
        at 
java.base/sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:434)
        ... 93 more
   ```
   </details>
   
   I think, they have one 
([this](https://github.com/apache/camel/pull/8084#issuecomment-1204016941)) 
reason. 
   It is a strange thing, but locally I have an error only in 3-rd 
(```org.apache.camel.component.jetty.SpringHttpsRouteTest.testEndpoint```) 
case, first and second are evaluated locally successfully.
   
   I want compare with execution with execution from [previous change in 
camel-jetty](https://github.com/apache/camel/commits/main/components/camel-jetty),
 from 07.07.2022, but CI/CD History [shows ony last 
builds](https://ci-builds.apache.org/job/Camel/job/Apache%20Camel/job/main/) 
and the altest is from 29.07.2022. If it possible, can you pls find build for 7 
July? It will be very informative, compare these 3 test in this builds.


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

Reply via email to