You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Smiley, David W." <ds...@mitre.org> on 2012/05/18 17:48:37 UTC

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 /SmileyDev/Search/lucene-solr_svn/solr/lib/commons-fileupload-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

RE: CHECKSUM FAILED for commons-fileupload-1.2.1.jar

Posted by Steven A Rowe <sa...@syr.edu>.
I don't think so, because the expected checksum is the correct checksum (at least, that's what I get when I manually checksum the jar in question):

384faa82e193d4e4b0546059ca09572654bc3970 *commons-fileupload-1.2.1.jar

Steve

From: Jack Krupansky [mailto:jack@basetechnology.com]
Sent: Friday, May 18, 2012 11:58 AM
To: dev@lucene.apache.org
Subject: Re: CHECKSUM FAILED for commons-fileupload-1.2.1.jar

Maybe:

<target name="jar-checksums" description="Recompute SHA1 checksums for all JAR files.">

-- Jack Krupansky

From: Smiley, David W.<ma...@mitre.org>
Sent: Friday, May 18, 2012 11:48 AM
To: mailto:dev@lucene.apache.org
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 /SmileyDev/Search/lucene-solr_svn/solr/lib/commons-fileupload-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

Re: CHECKSUM FAILED for commons-fileupload-1.2.1.jar

Posted by Jack Krupansky <ja...@basetechnology.com>.
Maybe:

<target name="jar-checksums" description="Recompute SHA1 checksums for all JAR files.">

-- Jack Krupansky

From: Smiley, David W. 
Sent: Friday, May 18, 2012 11:48 AM
To: mailto:dev@lucene.apache.org 
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 /SmileyDev/Search/lucene-solr_svn/solr/lib/commons-fileupload-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

Re: CHECKSUM FAILED for commons-fileupload-1.2.1.jar

Posted by "David Smiley (@MITRE.org)" <DS...@mitre.org>.
And for those that are curious, the difference between the valid jar (as
identified by the checksum sha1 in Solr) and the one I had with a different
checksum, is that the "bad" one was built ~40 seconds earlier, as reflected
in a comment date in
META-INF/maven/commons-fileupload/commons-fileupload/pom.properties

-----
 Author: http://www.packtpub.com/apache-solr-3-enterprise-search-server/book
--
View this message in context: http://lucene.472066.n3.nabble.com/CHECKSUM-FAILED-for-commons-fileupload-1-2-1-jar-tp3984727p3984756.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: CHECKSUM FAILED for commons-fileupload-1.2.1.jar

Posted by "Smiley, David W." <ds...@mitre.org>.
Thanks Steve.
What I ended up doing was removing this particular artifact from my ivy cache, which triggered a re-download.  Now I'm all curious what precisely changed.

~ David
On May 18, 2012, at 11:53 AM, Steven A Rowe wrote:

I think this can happen when your Ivy cache gets corrupted, and can be fixed by clearing the Ivy cache, triggering a re-download.

(To automate this, we could wrap the <ivy:cleancache/> ant task: <http://ant.apache.org/ivy/history/2.2.0/use/cleancache.html>.)

Steve

From: Smiley, David W. [mailto:dsmiley@mitre.org]
Sent: Friday, May 18, 2012 11:49 AM
To: dev@lucene.apache.org<ma...@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 /SmileyDev/Search/lucene-solr_svn/solr/lib/commons-fileupload-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


RE: CHECKSUM FAILED for commons-fileupload-1.2.1.jar

Posted by Steven A Rowe <sa...@syr.edu>.
I think this can happen when your Ivy cache gets corrupted, and can be fixed by clearing the Ivy cache, triggering a re-download.

(To automate this, we could wrap the <ivy:cleancache/> ant task: <http://ant.apache.org/ivy/history/2.2.0/use/cleancache.html>.)

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 compile and I got this:

CHECKSUM FAILED for /SmileyDev/Search/lucene-solr_svn/solr/lib/commons-fileupload-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