Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id ADDB3200CC5 for ; Tue, 11 Jul 2017 08:59:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AC4DF16444F; Tue, 11 Jul 2017 06:59:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 042F1164448 for ; Tue, 11 Jul 2017 08:59:07 +0200 (CEST) Received: (qmail 95398 invoked by uid 500); 11 Jul 2017 06:59:06 -0000 Mailing-List: contact dev-help@any23.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@any23.apache.org Delivered-To: mailing list dev@any23.apache.org Received: (qmail 95386 invoked by uid 99); 11 Jul 2017 06:59:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2017 06:59:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6FD1BE024D; Tue, 11 Jul 2017 06:59:06 +0000 (UTC) From: lewismc To: dev@any23.apache.org Reply-To: dev@any23.apache.org References: In-Reply-To: Subject: [GitHub] any23 issue #38: ANY23-308 Adding option '-d' support for yaml file Content-Type: text/plain Message-Id: <20170711065906.6FD1BE024D@git1-us-west.apache.org> Date: Tue, 11 Jul 2017 06:59:06 +0000 (UTC) archived-at: Tue, 11 Jul 2017 06:59:08 -0000 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---