Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E3A6D1825D for ; Wed, 27 Jan 2016 12:18:02 +0000 (UTC) Received: (qmail 96912 invoked by uid 500); 27 Jan 2016 12:17:47 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 96868 invoked by uid 500); 27 Jan 2016 12:17:46 -0000 Mailing-List: contact dev-help@falcon.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.apache.org Delivered-To: mailing list dev@falcon.apache.org Received: (qmail 96857 invoked by uid 99); 27 Jan 2016 12:17:46 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jan 2016 12:17:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 604A61A06A9 for ; Wed, 27 Jan 2016 12:17:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.427 X-Spam-Level: X-Spam-Status: No, score=0.427 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id XUANyCIHN-13 for ; Wed, 27 Jan 2016 12:17:41 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id A658642A54 for ; Wed, 27 Jan 2016 12:17:40 +0000 (UTC) Received: (qmail 96432 invoked by uid 99); 27 Jan 2016 12:17:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jan 2016 12:17:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 026D22C1F60 for ; Wed, 27 Jan 2016 12:17:40 +0000 (UTC) Date: Wed, 27 Jan 2016 12:17:40 +0000 (UTC) From: "Praveen Adlakha (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FALCON-1781) Build in trunk is failing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FALCON-1781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15119137#comment-15119137 ] Praveen Adlakha commented on FALCON-1781: ----------------------------------------- closing this one my bad.Its building fine. > Build in trunk is failing > -------------------------- > > Key: FALCON-1781 > URL: https://issues.apache.org/jira/browse/FALCON-1781 > Project: Falcon > Issue Type: Bug > Reporter: Praveen Adlakha > Assignee: Praveen Adlakha > > Hi All, > Currently the build in trunk is failing : > {code} > [ERROR] Failed to execute goal on project falcon-unit: Could not resolve dependencies for project org.apache.falcon:falcon-unit:jar:0.10-SNAPSHOT: Failed to collect dependencies at org.apache.falcon:falcon-scheduler:jar:0.10-SNAPSHOT -> postgresql:postgresql:jar:${postgres.version}: Failed to read artifact descriptor for postgresql:postgresql:jar:${postgres.version}: Could not transfer artifact postgresql:postgresql:pom:${postgres.version} from/to public (http://maven.scm.corp.inmobi.com/content/groups/public/): TransferFailedException: ClientProtocolException: Invalid redirect URI: https://artifactory-maven.corp.inmobi.com/content/groups/public/postgresql/postgresql/${postgres.version}/postgresql-${postgres.version}.pom: Illegal character in path at index 87: https://artifactory-maven.corp.inmobi.com/content/groups/public/postgresql/postgresql/${postgres.version}/postgresql-${postgres.version}.pom -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, please read the following articles: > [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the command > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)