Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BFB2F991B for ; Fri, 18 May 2012 15:54:34 +0000 (UTC) Received: (qmail 73744 invoked by uid 500); 18 May 2012 15:54:33 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 73685 invoked by uid 500); 18 May 2012 15:54:33 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 73677 invoked by uid 99); 18 May 2012 15:54:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 May 2012 15:54:33 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [128.230.18.92] (HELO smtp2.syr.edu) (128.230.18.92) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 May 2012 15:54:22 +0000 Received: from suex10-hub-01.ad.syr.edu (suex10-hub-01.ad.syr.edu [128.230.108.124]) by smtp2.syr.edu (8.14.5/8.14.5) with ESMTP id q4IFrsMF023865 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Fri, 18 May 2012 11:54:00 -0400 Received: from SUEX10-MBX-03.ad.syr.edu ([128.230.108.186]) by suex10-hub-01.ad.syr.edu ([128.230.108.124]) with mapi id 14.02.0247.003; Fri, 18 May 2012 11:53:57 -0400 From: Steven A Rowe To: "dev@lucene.apache.org" Subject: RE: CHECKSUM FAILED for commons-fileupload-1.2.1.jar Thread-Topic: CHECKSUM FAILED for commons-fileupload-1.2.1.jar Thread-Index: AQHNNQ2wQh1mAbd0E0WcyVGYChX59JbPsbag Date: Fri, 18 May 2012 15:53:57 +0000 Message-ID: <6C78E97C707B5B4C8CC61D44F875458625101A@SUEX10-mbx-03.ad.syr.edu> References: <1229427F-CB6E-4E71-BB20-48A3B2C23E0B@mitre.org> In-Reply-To: <1229427F-CB6E-4E71-BB20-48A3B2C23E0B@mitre.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [128.230.84.130] Content-Type: multipart/alternative; boundary="_000_6C78E97C707B5B4C8CC61D44F875458625101ASUEX10mbx03adsyre_" MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.6.7580,1.0.260,0.0.0000 definitions=2012-05-18_06:2012-05-18,2012-05-18,1970-01-01 signatures=0 X-Proofpoint-Spam-Reason: safe --_000_6C78E97C707B5B4C8CC61D44F875458625101ASUEX10mbx03adsyre_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I think this can happen when your Ivy cache gets corrupted, and can be fixe= d by clearing the Ivy cache, triggering a re-download. (To automate this, we could wrap the ant task: .) Steve From: Smiley, David W. [mailto:dsmiley@mitre.org] Sent: Friday, May 18, 2012 11:49 AM To: dev@lucene.apache.org Dev Subject: CHECKSUM FAILED for commons-fileupload-1.2.1.jar I'm trying to build Lucene/Solr today, svn updated, then went to do a compi= le and I got this: CHECKSUM FAILED for /SmileyDev/Search/lucene-solr_svn/solr/lib/commons-file= upload-1.2.1.jar (expected: "384faa82e193d4e4b0546059ca09572654bc3970" was:= "fd968960d004ba8863a2e7b9c88f260aa588c22d") I thought the fix for this is supposedly: ant clean-jars resolve But it didn't fix the issue. Any ideas? ~ David --_000_6C78E97C707B5B4C8CC61D44F875458625101ASUEX10mbx03adsyre_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

I think this can happen w= hen your Ivy cache gets corrupted, and can be fixed by clearing the Ivy cac= he, triggering a re-download.

 <= /p>

(To automate this, we cou= ld wrap the <ivy:cleancache/> ant task: <http://ant.apache.org/ivy/hi= story/2.2.0/use/cleancache.html>.)

 <= /p>

Steve

 <= /p>

From: Smiley, = David W. [mailto:dsmiley@mitre.org]
Sent: Friday, May 18, 2012 11:49 AM
To: dev@lucene.apache.org Dev
Subject: CHECKSUM FAILED for commons-fileupload-1.2.1.jar=

 

I'm trying to build Lucene/Solr today, svn updated, = then went to do a compile and I got this:

 

CHECKSUM FAILED for /Smi= leyDev/Search/lucene-solr_svn/solr/lib/commons-fileupload-1.2.1.jar (expect= ed: "384faa82e193d4e4b0546059ca09572654bc3970" was: "fd96896= 0d004ba8863a2e7b9c88f260aa588c22d")

 

I thought the fix for this is supposedly:=

ant clean-jars resolve

But it didn't fix the issue.  Any ideas?

 

~ David

--_000_6C78E97C707B5B4C8CC61D44F875458625101ASUEX10mbx03adsyre_--