Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 82596 invoked from network); 30 Jun 2009 09:13:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Jun 2009 09:13:09 -0000 Received: (qmail 66380 invoked by uid 500); 30 Jun 2009 09:13:19 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 66262 invoked by uid 500); 30 Jun 2009 09:13:19 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 66252 invoked by uid 99); 30 Jun 2009 09:13:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2009 09:13:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2009 09:13:08 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 539CE234C055 for ; Tue, 30 Jun 2009 02:12:47 -0700 (PDT) Message-ID: <1615641805.1246353167341.JavaMail.jira@brutus> Date: Tue, 30 Jun 2009 02:12:47 -0700 (PDT) From: "Christian Grobmeier (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (COMPRESS-80) wrong checksum for maven artifacts in repository In-Reply-To: <249919816.1246264007398.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COMPRESS-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725535#action_12725535 ] Christian Grobmeier commented on COMPRESS-80: --------------------------------------------- This script checks MD5 on the dist directories, here the checksums looks good: http://people.apache.org/~henkp/checker/md5.html (this actually works for commons compress too) Is this a problem with sync to m1 repo? > wrong checksum for maven artifacts in repository > ------------------------------------------------ > > Key: COMPRESS-80 > URL: https://issues.apache.org/jira/browse/COMPRESS-80 > Project: Commons Compress > Issue Type: Bug > Affects Versions: 1.0 > Reporter: Daan de Wit > > The central repository contains wrong checksums for the compress-1.0 artifacts. This will cause many company repositories to ignore these artifacts. The following is logged when doing for examle mvn dependency:tree on tika trunk: > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '325980a09dbbd0c108ece8e7733b462b00e6f2a8'; remote > = 'commons-compress-1.0.pom:' - RETRYING > Downloading: http://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.0/commons-compress-1.0.pom > 7K downloaded > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '325980a09dbbd0c108ece8e7733b462b00e6f2a8'; remote > = 'commons-compress-1.0.pom:' - IGNORING > [INFO] snapshot org.apache.tika:tika-core:0.4-SNAPSHOT: checking for updates from libs-snapshots > Downloading: http://[company repo]/libs-releases/org/apache/commons/commons-compress/1.0/commons-compress-1.0.jar > Downloading: http://[company repo]/ext-releases/org/apache/commons/commons-compress/1.0/commons-compress-1.0.jar > Downloading: http://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.0/commons-compress-1.0.jar > 140K downloaded > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '995ae384a0b1e2c66269e6bc5198db8561fb45a2'; remote > = 'commons-compress-1.0.jar:' - RETRYING > Downloading: http://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.0/commons-compress-1.0.jar > 140K downloaded > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '995ae384a0b1e2c66269e6bc5198db8561fb45a2'; remote > = 'commons-compress-1.0.jar:' - IGNORING -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.