Github user lewismc commented on the issue:
https://github.com/apache/any23/pull/38
@ansell sure thing
```
-------------------------------------------------------------------------------
Test set: com.github.jsonldjava.core.LocalBaseTest
-------------------------------------------------------------------------------
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 30.048 s
<<< FAILURE! - in com.github.jsonldjava.core.LocalBaseTest
testMixedLocalRemoteBaseLocalContextFirst(com.github.jsonldjava.core.LocalBaseTest)
Time elapsed: 30.045 s <<< ERROR!
com.github.jsonldjava.core.JsonLdError: loading remote context failed:
https://raw.githubusercontent.com/monarch-initiative/monarch-app/master/conf/monarch-context.jsonld
at
com.github.jsonldjava.core.LocalBaseTest.testMixedLocalRemoteBaseLocalContextFirst(LocalBaseTest.java:47)
Caused by: java.net.UnknownHostException: raw.githubusercontent.com:
unknown error
at
com.github.jsonldjava.core.LocalBaseTest.testMixedLocalRemoteBaseLocalContextFirst(LocalBaseTest.java:47)
testMixedLocalRemoteBaseRemoteContextFirst(com.github.jsonldjava.core.LocalBaseTest)
Time elapsed: 0.003 s <<< ERROR!
com.github.jsonldjava.core.JsonLdError: loading remote context failed:
https://raw.githubusercontent.com/monarch-initiative/monarch-app/master/conf/monarch-context.jsonld
at
com.github.jsonldjava.core.LocalBaseTest.testMixedLocalRemoteBaseRemoteContextFirst(LocalBaseTest.java:26)
Caused by: java.net.UnknownHostException: raw.githubusercontent.com
at
com.github.jsonldjava.core.LocalBaseTest.testMixedLocalRemoteBaseRemoteContextFirst(LocalBaseTest.java:26)
```
```
-------------------------------------------------------------------------------
Test set: com.github.jsonldjava.core.DocumentLoaderTest
-------------------------------------------------------------------------------
Tests run: 19, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 24.809 s
<<< FAILURE! - in com.github.jsonldjava.core.DocumentLoaderTest
testDisallowRemoteContexts(com.github.jsonldjava.core.DocumentLoaderTest)
Time elapsed: 5.557 s <<< ERROR!
com.github.jsonldjava.core.JsonLdError: loading remote context failed:
http://json-ld.org/contexts/person.jsonld
at
com.github.jsonldjava.core.DocumentLoaderTest.testDisallowRemoteContexts(DocumentLoaderTest.java:344)
Caused by: javax.net.ssl.SSLHandshakeException:
sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find
valid certification path to requested target
at
com.github.jsonldjava.core.DocumentLoaderTest.testDisallowRemoteContexts(DocumentLoaderTest.java:344)
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
com.github.jsonldjava.core.DocumentLoaderTest.testDisallowRemoteContexts(DocumentLoaderTest.java:344)
Caused by: sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target
at
com.github.jsonldjava.core.DocumentLoaderTest.testDisallowRemoteContexts(DocumentLoaderTest.java:344)
fromURLCache(com.github.jsonldjava.core.DocumentLoaderTest) Time elapsed:
0.38 s <<< ERROR!
javax.net.ssl.SSLHandshakeException:
sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find
valid certification path to requested target
at
com.github.jsonldjava.core.DocumentLoaderTest.fromURLCache(DocumentLoaderTest.java:169)
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
com.github.jsonldjava.core.DocumentLoaderTest.fromURLCache(DocumentLoaderTest.java:169)
Caused by: sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target
at
com.github.jsonldjava.core.DocumentLoaderTest.fromURLCache(DocumentLoaderTest.java:169)
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---