You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Chris Mountford (JIRA)" <ji...@apache.org> on 2010/10/20 04:39:17 UTC

[jira] Created: (HTTPCLIENT-1017) Checksum Wrong for HttpComponent project pom v4.1 on central

Checksum Wrong for HttpComponent project pom v4.1 on central
------------------------------------------------------------

                 Key: HTTPCLIENT-1017
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1017
             Project: HttpComponents HttpClient
          Issue Type: Bug
    Affects Versions: 4.0.3
            Reporter: Chris Mountford


As evidenced on the log here: http://vmgump.apache.org/gump/public/httpcomponents/httpcomponents-core/gump_work/build_httpcomponents_httpcomponents-core.html

The checksum in central for httpcomponents-project-4.1.pom is incorrect in maven central.

---------------------------8<--------------------------------

Downloading: http://localhost:8192/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom

[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'b63ff67e6ffc1940041319e0e06d7c6b1d671fd2'; remote = '8edff11652ca51b9d110ebfb321daac24f031c07' - RETRYING
Downloading: http://localhost:8192/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom

[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'b63ff67e6ffc1940041319e0e06d7c6b1d671fd2'; remote = '8edff11652ca51b9d110ebfb321daac24f031c07' - IGNORING
This pom appears to be a dependency for httpcomponents 4.0.3

---------------------------8<--------------------------------

This checksum failure causes configurations that reject such artifacts (such as many maven proxy configurations) to result in build failures due to unsatisfied dependencies. 



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (HTTPCLIENT-1017) Checksum Wrong for HttpComponent project pom v4.1 on central

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HTTPCLIENT-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923806#action_12923806 ] 

Sebb commented on HTTPCLIENT-1017:
----------------------------------

Maven Central has yet to pick up the changes. 

I suspect that the synch. may prevent files from being updated, so it may require manual intervention.

I've raised http://jira.codehaus.org/browse/MEV-673 to ask them to fix this.

> Checksum Wrong for HttpComponent project pom v4.1 on central
> ------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1017
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1017
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>    Affects Versions: 4.0.3
>            Reporter: Chris Mountford
>
> As evidenced on the log here: http://vmgump.apache.org/gump/public/httpcomponents/httpcomponents-core/gump_work/build_httpcomponents_httpcomponents-core.html
> The checksum in central for httpcomponents-project-4.1.pom is incorrect in maven central.
> ---------------------------8<--------------------------------
> Downloading: http://localhost:8192/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom
> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'b63ff67e6ffc1940041319e0e06d7c6b1d671fd2'; remote = '8edff11652ca51b9d110ebfb321daac24f031c07' - RETRYING
> Downloading: http://localhost:8192/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom
> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'b63ff67e6ffc1940041319e0e06d7c6b1d671fd2'; remote = '8edff11652ca51b9d110ebfb321daac24f031c07' - IGNORING
> This pom appears to be a dependency for httpcomponents 4.0.3
> ---------------------------8<--------------------------------
> This checksum failure causes configurations that reject such artifacts (such as many maven proxy configurations) to result in build failures due to unsatisfied dependencies. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (HTTPCLIENT-1017) Checksum Wrong for HttpComponent project pom v4.1 on central

Posted by "Oleg Kalnichevski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HTTPCLIENT-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923432#action_12923432 ] 

Oleg Kalnichevski commented on HTTPCLIENT-1017:
-----------------------------------------------

There is something obviously wrong with the maven central itself or with my understanding of the way synchronization between ASF repository and maven central works

The project pom file and the corresponding md5 / sha1 are clearly out of sync which is evident by different time stamps of the files

http://repo1.maven.org/maven2/org/apache/httpcomponents/project/4.1/

---
../
project-4.1-site.xml                               15-Jul-2010 20:33                2444
project-4.1-site.xml.asc                           15-Jul-2010 20:33                 198
project-4.1-site.xml.asc.md5                       14-Oct-2010 11:45                  32
project-4.1-site.xml.asc.sha1                      14-Oct-2010 11:45                  40
project-4.1-site.xml.md5                           15-Jul-2010 20:33                  32
project-4.1-site.xml.sha1                          15-Jul-2010 20:33                  40
project-4.1.pom                                    15-Jul-2010 20:32               16383
project-4.1.pom.asc                                15-Jul-2010 20:33                 198
project-4.1.pom.asc.md5                            14-Oct-2010 11:45                  32
project-4.1.pom.asc.sha1                           14-Oct-2010 11:45                  40
project-4.1.pom.md5                                15-Jul-2010 20:32                  32
project-4.1.pom.sha1                               15-Jul-2010 20:32                  40
---

I re-deployed the pom metadata to the ASF repository to correct the problem but for some reason updated files do not get picked up by repo1.maven.org

https://repository.apache.org/content/groups/public/org/apache/httpcomponents/project/4.1/
---
project-4.1-site.xml   	 Wed Oct 20 20:01:55 GMT+00:00 2010  	 2446  	  
project-4.1-site.xml.asc 	Wed Oct 20 20:01:56 GMT+00:00 2010 	198 	 
project-4.1-site.xml.asc.md5 	Wed Oct 20 20:01:57 GMT+00:00 2010 	32 	 
project-4.1-site.xml.asc.sha1 	Wed Oct 20 20:01:57 GMT+00:00 2010 	40 	 
project-4.1-site.xml.md5 	Wed Oct 20 20:01:55 GMT+00:00 2010 	32 	 
project-4.1-site.xml.sha1 	Wed Oct 20 20:01:55 GMT+00:00 2010 	40 	 
project-4.1.pom 	Wed Oct 20 20:01:52 GMT+00:00 2010 	16383 	 
project-4.1.pom.asc 	Wed Oct 20 20:01:56 GMT+00:00 2010 	198 	 
project-4.1.pom.asc.md5 	Wed Oct 20 20:01:56 GMT+00:00 2010 	32 	 
project-4.1.pom.asc.sha1 	Wed Oct 20 20:01:56 GMT+00:00 2010 	40 	 
project-4.1.pom.md5 	Wed Oct 20 20:01:52 GMT+00:00 2010 	32 	 
project-4.1.pom.sha1 	Wed Oct 20 20:01:53 GMT+00:00 2010 	40 	  
---

What is absolutely peculiar is that maven metadata did change on the maven central side. 

http://repo1.maven.org/maven2/org/apache/httpcomponents/project/
---
4.0/                                               14-Oct-2010 11:45                   -
4.1/                                               20-Oct-2010 20:18                   -
maven-metadata.xml                                 20-Oct-2010 20:18                 362
maven-metadata.xml.md5                             20-Oct-2010 20:18                  32
maven-metadata.xml.sha1                            20-Oct-2010 20:18                  40
---

Any idea what may be happening?

Oleg

> Checksum Wrong for HttpComponent project pom v4.1 on central
> ------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1017
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1017
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>    Affects Versions: 4.0.3
>            Reporter: Chris Mountford
>
> As evidenced on the log here: http://vmgump.apache.org/gump/public/httpcomponents/httpcomponents-core/gump_work/build_httpcomponents_httpcomponents-core.html
> The checksum in central for httpcomponents-project-4.1.pom is incorrect in maven central.
> ---------------------------8<--------------------------------
> Downloading: http://localhost:8192/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom
> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'b63ff67e6ffc1940041319e0e06d7c6b1d671fd2'; remote = '8edff11652ca51b9d110ebfb321daac24f031c07' - RETRYING
> Downloading: http://localhost:8192/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom
> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'b63ff67e6ffc1940041319e0e06d7c6b1d671fd2'; remote = '8edff11652ca51b9d110ebfb321daac24f031c07' - IGNORING
> This pom appears to be a dependency for httpcomponents 4.0.3
> ---------------------------8<--------------------------------
> This checksum failure causes configurations that reject such artifacts (such as many maven proxy configurations) to result in build failures due to unsatisfied dependencies. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (HTTPCLIENT-1017) Checksum Wrong for HttpComponent project pom v4.1 on central

Posted by "J. David Beutel (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HTTPCLIENT-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928096#action_12928096 ] 

J. David Beutel commented on HTTPCLIENT-1017:
---------------------------------------------

I have the same problem with Geb > Grape > Ivy:

jbeutel@jbeutel-mac:~/proj/gebSandbox (master *)
$ grape install org.apache.httpcomponents httpclient 4.0.2
:: loading settings :: url = jar:file:/Users/jbeutel/tools/groovy/1.7.4/lib/ivy-2.2.0-rc1.jar!/org/apache/ivy/core/settings/ivysettings.xml
:: resolving dependencies :: caller#all-caller;working
	confs: [default]

:: problems summary ::
:::: WARNINGS
	problem while downloading module descriptor: http://repo1.maven.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom: invalid sha1: expected=8edff11652ca51b9d110ebfb321daac24f031c07 computed=b63ff67e6ffc1940041319e0e06d7c6b1d671fd2 (1629ms)

	io problem while parsing ivy file: http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom: Impossible to load parent for file:/Users/jbeutel/.groovy/grapes/org.apache.httpcomponents/httpcomponents-client/ivy-4.0.2.xml.original. Parent=org.apache.httpcomponents#project;4.1

	io problem while parsing ivy file: http://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom: Impossible to load parent for file:/Users/jbeutel/.groovy/grapes/org.apache.httpcomponents/httpclient/ivy-4.0.2.xml.original. Parent=org.apache.httpcomponents#httpcomponents-client;4.0.2

		module not found: org.apache.httpcomponents#httpclient;4.0.2

> Checksum Wrong for HttpComponent project pom v4.1 on central
> ------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1017
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1017
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>    Affects Versions: 4.0.3
>            Reporter: Chris Mountford
>
> As evidenced on the log here: http://vmgump.apache.org/gump/public/httpcomponents/httpcomponents-core/gump_work/build_httpcomponents_httpcomponents-core.html
> The checksum in central for httpcomponents-project-4.1.pom is incorrect in maven central.
> ---------------------------8<--------------------------------
> Downloading: http://localhost:8192/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom
> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'b63ff67e6ffc1940041319e0e06d7c6b1d671fd2'; remote = '8edff11652ca51b9d110ebfb321daac24f031c07' - RETRYING
> Downloading: http://localhost:8192/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom
> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'b63ff67e6ffc1940041319e0e06d7c6b1d671fd2'; remote = '8edff11652ca51b9d110ebfb321daac24f031c07' - IGNORING
> This pom appears to be a dependency for httpcomponents 4.0.3
> ---------------------------8<--------------------------------
> This checksum failure causes configurations that reject such artifacts (such as many maven proxy configurations) to result in build failures due to unsatisfied dependencies. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (HTTPCLIENT-1017) Checksum Wrong for HttpComponent project pom v4.1 on central

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HTTPCLIENT-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923442#action_12923442 ] 

Sebb commented on HTTPCLIENT-1017:
----------------------------------

I've noticed in the past that not all parts of the staging repo seem to be replicated together. Sometimes it can take a long while for all the files to be synchronised.

I suggest waiting a day, and checking again.

> Checksum Wrong for HttpComponent project pom v4.1 on central
> ------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1017
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1017
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>    Affects Versions: 4.0.3
>            Reporter: Chris Mountford
>
> As evidenced on the log here: http://vmgump.apache.org/gump/public/httpcomponents/httpcomponents-core/gump_work/build_httpcomponents_httpcomponents-core.html
> The checksum in central for httpcomponents-project-4.1.pom is incorrect in maven central.
> ---------------------------8<--------------------------------
> Downloading: http://localhost:8192/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom
> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'b63ff67e6ffc1940041319e0e06d7c6b1d671fd2'; remote = '8edff11652ca51b9d110ebfb321daac24f031c07' - RETRYING
> Downloading: http://localhost:8192/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom
> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'b63ff67e6ffc1940041319e0e06d7c6b1d671fd2'; remote = '8edff11652ca51b9d110ebfb321daac24f031c07' - IGNORING
> This pom appears to be a dependency for httpcomponents 4.0.3
> ---------------------------8<--------------------------------
> This checksum failure causes configurations that reject such artifacts (such as many maven proxy configurations) to result in build failures due to unsatisfied dependencies. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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