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

2012-05-18 Thread Steven A Rowe
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:dsmi...@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


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

2012-05-18 Thread Jack Krupansky
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

2012-05-18 Thread Steven A Rowe
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:j...@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.mailto:dsmi...@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

2012-05-18 Thread Smiley, David W.
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:dsmi...@mitre.org]
Sent: Friday, May 18, 2012 11:49 AM
To: dev@lucene.apache.orgmailto: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



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

2012-05-18 Thread David Smiley (@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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org