[
https://issues.apache.org/jira/browse/ANY23-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16081770#comment-16081770
]
ASF GitHub Bot commented on ANY23-308:
--------------------------------------
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)
```
> Adding option "-d" to yaml file parsing gives error
> ---------------------------------------------------
>
> Key: ANY23-308
> URL: https://issues.apache.org/jira/browse/ANY23-308
> Project: Apache Any23
> Issue Type: Bug
> Components: rover
> Affects Versions: 2.0
> Reporter: Jacek
> Assignee: Jacek
> Priority: Minor
> Fix For: 2.1
>
>
> Command
> {code:none}
> any23 rover -e yaml -d "urn:test#" -f turtle some_yaml_file.yaml
> {code}
> gives `No suitable extractors found`.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)