trautonen / coveralls-maven-plugin

Maven plugin for submitting Java code coverage reports to Coveralls web service.
MIT License
312 stars 123 forks source link

ValidatorException error #104

Open javadev opened 7 years ago

javadev commented 7 years ago

Please fix my build:

https://travis-ci.org/javadev/underscore-java/jobs/187104905

[ERROR] Failed to execute goal org.eluder.coveralls:coveralls-maven-plugin:2.2.0:jacoco (default-cli) on project underscore: I/O operation failed: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target -> [Help 1]

kaitoy commented 7 years ago

I'm having probably the same error in a travis ci build:

[ERROR] Failed to execute goal org.eluder.coveralls:coveralls-maven-plugin:3.1.0:report (default-cli) on project pcap4j: I/O operation failed: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target -> [Help 1]

As far as I googled, this seems an SSL certificate chain problem. May be an issue in travis ci side.

trautonen commented 7 years ago

At the moment I don't have time to investigate this much further. There seems to be discussion about the certificates at Travis issue tracker too: https://github.com/travis-ci/travis-ci/issues/7094