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 4F0D3200D48 for ; Wed, 15 Nov 2017 03:11:10 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4D69D160C07; Wed, 15 Nov 2017 02:11:10 +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 934DA160BF4 for ; Wed, 15 Nov 2017 03:11:09 +0100 (CET) Received: (qmail 83865 invoked by uid 500); 15 Nov 2017 02:11:08 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 83843 invoked by uid 99); 15 Nov 2017 02:11:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2017 02:11:08 +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 74CCB1A0923 for ; Wed, 15 Nov 2017 02:11:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id vOBThbqQDQUq for ; Wed, 15 Nov 2017 02:11:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id DE5D161123 for ; Wed, 15 Nov 2017 02:11:04 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 4E53DE2590 for ; Wed, 15 Nov 2017 02:11:03 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 712AD24102 for ; Wed, 15 Nov 2017 02:11:01 +0000 (UTC) Date: Wed, 15 Nov 2017 02:11:01 +0000 (UTC) From: "Charlie Sanders (JIRA)" To: dev@geronimo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (GERONIMO-6590) pom.xml contains illegal character / invalid MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 15 Nov 2017 02:11:10 -0000 [ https://issues.apache.org/jira/browse/GERONIMO-6590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16252843#comment-16252843 ] Charlie Sanders edited comment on GERONIMO-6590 at 11/15/17 2:10 AM: --------------------------------------------------------------------- The same thing is happening for us, ```[ERROR] (o.a.r.HttpRepo :1203) - jcenter: Failed to download 'https://jcenter.bintray.com/org/apache/geronimo/specs/specs/1.1/specs-1.1.pom'. Received status code 200 and caught exception: Failed to read POM for 'org/apache/geronimo/specs/specs/1.1/specs-1.1.pom': expected START_TAG or END_TAG not TEXT (position: TEXT seen ...\n `\n \n `\n pom.xml contains illegal character / invalid > -------------------------------------------- > > Key: GERONIMO-6590 > URL: https://issues.apache.org/jira/browse/GERONIMO-6590 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: ActiveMQ > Environment: Maven, JAVA 1.8, Artifactory > Reporter: Jakob Berlin > Priority: Blocker > Labels: Artifactory, Maven, pom.xml > Original Estimate: 1h > Remaining Estimate: 1h > > We use Artifactory to cache and summarize remote repositories in our company. We use org.apache.activemq which has a dependency to org.apache.geronimo.specs:specs:pom:1.1. This can't be imported to Artifactory (which results in build failure) due a mailformed pom.xml. > {noformat} > 2017-09-20 16:01:19,839 [http-nio-8081-exec-17] [ERROR] (o.a.r.d.DbStoringRepoMixin:258) - IO error while trying to save resource maven_local-releases-external:org/apache/geronimo/specs/specs/1.1/specs-1.1.pom'': org.artifactory.api.repo.exception.maven.BadPomException: Failed to read POM for 'org/apache/geronimo/specs/specs/1.1/specs-1.1.pom': expected START_TAG or END_TAG not TEXT (position: TEXT seen ...\n `\n {noformat} > The pom.xml contains a "`"-character right after the closing develpers-tag and before the next opening one. > Please remove the wrong character. -- This message was sent by Atlassian JIRA (v6.4.14#64029)