You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by Jeremy Hughes <hu...@apache.org> on 2007/01/17 12:46:15 UTC

XmlSchema 1.2 checksum problem

Hi I'm using maven2 to download XmlSchema 1.2 from the maven2
repository and getting checksum errors:

Downloading: http://repo1.maven.org/maven2/org/apache/ws/commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
125K downloaded
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
'8310cbbb210846392ecd8d9994fff79c8f25710b'; remote = '9a3cc2b
18276eb4d0cd86b34afe46d3ef23f10e5' - RETRYING
Downloading: http://repo1.maven.org/maven2/org/apache/ws/commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
125K downloaded
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
'8310cbbb210846392ecd8d9994fff79c8f25710b'; remote = '9a3cc2b
18276eb4d0cd86b34afe46d3ef23f10e5' - IGNORING

Am I doing something wrong or are the checksum files wrong on the repository?

Any ideas?

Cheers,
Jeremy

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


Re: Fwd: XmlSchema 1.2 checksum problem

Posted by Jeremy Hughes <hu...@apache.org>.
Hi Deepal, excellent. Many thanks!

Jeremy

On 19/01/07, Deepal jayasinghe <de...@gmail.com> wrote:
> Jeremy Hughes wrote:
>
> > Hi Deepal, were you the release mgr for XmlSchema 1.2? Are you able to
> > correct the ibiblio repository copy of XmlSchema-1.2.jar?
>
> Yes, I was the RM for 1.2 release, actually I didnt not copy maven2
> repo, Any way I will try to solve the issue.
>
> Thanks
> Deepal
>
> >
> > Many thanks,
> > Jeremy
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: commons-dev-help@ws.apache.org
>
>

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


Re: Fwd: XmlSchema 1.2 checksum problem

Posted by Deepal jayasinghe <de...@gmail.com>.
Jeremy Hughes wrote:

> Hi Deepal, were you the release mgr for XmlSchema 1.2? Are you able to
> correct the ibiblio repository copy of XmlSchema-1.2.jar?

Yes, I was the RM for 1.2 release, actually I didnt not copy maven2
repo, Any way I will try to solve the issue.

Thanks
Deepal

>
> Many thanks,
> Jeremy
>



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


Fwd: XmlSchema 1.2 checksum problem

Posted by Jeremy Hughes <hu...@apache.org>.
Hi Deepal, were you the release mgr for XmlSchema 1.2? Are you able to
correct the ibiblio repository copy of XmlSchema-1.2.jar?

Many thanks,
Jeremy

---------- Forwarded message ----------
From: David Illsley <da...@gmail.com>
Date: 17-Jan-2007 12:50
Subject: Re: XmlSchema 1.2 checksum problem
To: commons-dev@ws.apache.org


It looks like there's something wrong.

The jar in the central repo is dated 26 Nov whereas the poms and
checksums are dated 14th Nov. Those other files, along with an
XmlSchema-1.2.jar dated 14th Nov appear in the people.apache.org m2
ibililio rsync dir. The jar from people.apache.org matches the
published checksum:

David Illsley@L3LPD78 ~
$ wget http://repo1.maven.org/maven2/org/apache/ws/commons/schema/XmlSchema/1.2
/XmlSchema-1.2.jar
--12:45:26--  http://repo1.maven.org/maven2/org/apache/ws/commons/schema/XmlSche
ma/1.2/XmlSchema-1.2.jar
           => `XmlSchema-1.2.jar'
Resolving repo1.maven.org... 63.246.7.148
Connecting to repo1.maven.org|63.246.7.148|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 128,302 (125K) [text/plain]

100%[====================================>] 128,302       --.--K/s

12:45:26 (2.02 MB/s) - `XmlSchema-1.2.jar' saved [128302/128302]


David Illsley@L3LPD78 ~
$ sha1sum.exe XmlSchema-1.2.jar
8310cbbb210846392ecd8d9994fff79c8f25710b *XmlSchema-1.2.jar

David Illsley@L3LPD78 ~
$ rm XmlSchema-1.2.jar

David Illsley@L3LPD78 ~
$ wget http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/ws/
commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
--12:45:41--  http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apac
he/ws/commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
           => `XmlSchema-1.2.jar'
Resolving people.apache.org... 140.211.11.9
Connecting to people.apache.org|140.211.11.9|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 126,466 (124K) [application/java-archive]

100%[====================================>] 126,466       --.--K/s

12:45:41 (2.40 MB/s) - `XmlSchema-1.2.jar' saved [126466/126466]


David Illsley@L3LPD78 ~
$ sha1sum.exe XmlSchema-1.2.jar
9a3cc2b18276eb4d0cd86b34afe46d3ef23f10e5 *XmlSchema-1.2.jar

David

On 17/01/07, Jeremy Hughes <hu...@apache.org> wrote:
> Hi I'm using maven2 to download XmlSchema 1.2 from the maven2
> repository and getting checksum errors:
>
> Downloading: http://repo1.maven.org/maven2/org/apache/ws/commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
> 125K downloaded
> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
> '8310cbbb210846392ecd8d9994fff79c8f25710b'; remote = '9a3cc2b
> 18276eb4d0cd86b34afe46d3ef23f10e5' - RETRYING
> Downloading: http://repo1.maven.org/maven2/org/apache/ws/commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
> 125K downloaded
> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
> '8310cbbb210846392ecd8d9994fff79c8f25710b'; remote = '9a3cc2b
> 18276eb4d0cd86b34afe46d3ef23f10e5' - IGNORING
>
> Am I doing something wrong or are the checksum files wrong on the repository?
>
> Any ideas?
>
> Cheers,
> Jeremy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: commons-dev-help@ws.apache.org
>
>


--
David Illsley - IBM Web Services Development

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

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


Re: XmlSchema 1.2 checksum problem

Posted by David Illsley <da...@gmail.com>.
It looks like there's something wrong.

The jar in the central repo is dated 26 Nov whereas the poms and
checksums are dated 14th Nov. Those other files, along with an
XmlSchema-1.2.jar dated 14th Nov appear in the people.apache.org m2
ibililio rsync dir. The jar from people.apache.org matches the
published checksum:

David Illsley@L3LPD78 ~
$ wget http://repo1.maven.org/maven2/org/apache/ws/commons/schema/XmlSchema/1.2
/XmlSchema-1.2.jar
--12:45:26--  http://repo1.maven.org/maven2/org/apache/ws/commons/schema/XmlSche
ma/1.2/XmlSchema-1.2.jar
           => `XmlSchema-1.2.jar'
Resolving repo1.maven.org... 63.246.7.148
Connecting to repo1.maven.org|63.246.7.148|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 128,302 (125K) [text/plain]

100%[====================================>] 128,302       --.--K/s

12:45:26 (2.02 MB/s) - `XmlSchema-1.2.jar' saved [128302/128302]


David Illsley@L3LPD78 ~
$ sha1sum.exe XmlSchema-1.2.jar
8310cbbb210846392ecd8d9994fff79c8f25710b *XmlSchema-1.2.jar

David Illsley@L3LPD78 ~
$ rm XmlSchema-1.2.jar

David Illsley@L3LPD78 ~
$ wget http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/ws/
commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
--12:45:41--  http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apac
he/ws/commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
           => `XmlSchema-1.2.jar'
Resolving people.apache.org... 140.211.11.9
Connecting to people.apache.org|140.211.11.9|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 126,466 (124K) [application/java-archive]

100%[====================================>] 126,466       --.--K/s

12:45:41 (2.40 MB/s) - `XmlSchema-1.2.jar' saved [126466/126466]


David Illsley@L3LPD78 ~
$ sha1sum.exe XmlSchema-1.2.jar
9a3cc2b18276eb4d0cd86b34afe46d3ef23f10e5 *XmlSchema-1.2.jar

David

On 17/01/07, Jeremy Hughes <hu...@apache.org> wrote:
> Hi I'm using maven2 to download XmlSchema 1.2 from the maven2
> repository and getting checksum errors:
>
> Downloading: http://repo1.maven.org/maven2/org/apache/ws/commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
> 125K downloaded
> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
> '8310cbbb210846392ecd8d9994fff79c8f25710b'; remote = '9a3cc2b
> 18276eb4d0cd86b34afe46d3ef23f10e5' - RETRYING
> Downloading: http://repo1.maven.org/maven2/org/apache/ws/commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
> 125K downloaded
> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
> '8310cbbb210846392ecd8d9994fff79c8f25710b'; remote = '9a3cc2b
> 18276eb4d0cd86b34afe46d3ef23f10e5' - IGNORING
>
> Am I doing something wrong or are the checksum files wrong on the repository?
>
> Any ideas?
>
> Cheers,
> Jeremy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: commons-dev-help@ws.apache.org
>
>


-- 
David Illsley - IBM Web Services Development

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