[Logo] Terracotta Discussion Forums (LEGACY READ-ONLY ARCHIVE)
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
Messages posted by: b2s_aree  XML
Profile for b2s_aree -> Messages posted by b2s_aree [1]
Author Message
Is anyone else seeing a problem with checksum mismatches when trying to download from the maven repo?

Our artifactory is complaining about checksum mismatches when trying to download from terracotta:
Code:
2014-12-01 16:19:41,934 [http-bio-8009-exec-2053] [ERROR] (o.a.r.HttpRepo      :295) - terracotta: Failed to download 
 'http://www.terracotta.org/download/reflector/releases/org/eclipse/equinox/preferences/maven-metadata.xml'. 
 Received status code 200 and caught exception: 
 Checksum policy 'FAIL' rejected the artifact 'terracotta-cache:org/eclipse/equinox/preferences/maven-metadata.xml'. 
 Checksums info: ChecksumsInfo{checksums=
 {SHA-1=ChecksumInfo{type=SHA-1, 
 original='5a3c1019c472a66fa13c8f9203fb63a846586b34', 
 actual='26b0df5f69bf99884ed3a2c90c6bf08e0194e019'}, 
 MD5=ChecksumInfo{type=MD5, 
 original='0059c197e9748fbf34a1e311443e0ac1', 
 actual='40cb0995141d493a728d8cd2c2640072'}}}
 



When we do a wget of a maven-metadata.xml file and its .md5 checksum file, we also see the checksum mismatch:
Code:
 $ wget http://www.terracotta.org/download/reflector/releases/org/eclipse/osgi/maven-metadata.xml
 
 $ wget http://www.terracotta.org/download/reflector/releases/org/eclipse/osgi/maven-metadata.xml.md5
 
 $ md5sum maven-metadata.xml
 5f0afe0979181967ed1d9c61ed2774a8 *maven-metadata.xml
 
 $ cat maven-metadata.xml.md5
 ee93aaec5be19f235a71db6541c1de5c
 
 



edit: This is affecting multiple artifacts.
 
Profile for b2s_aree -> Messages posted by b2s_aree [1]
Go to:   
Powered by JForum 2.1.7 © JForum Team