2

I'm getting following error when I upload files to an empty repository. Please help me to resolve it.

[Error] [Thread 0] Artifactory response: 404
{
  "errors": [
    {
      "status": 404,
      "message": "Checksum deploy failed. No existing file with SHA-1: d8fdf6980d79e6e3966d44662c5d1b2d2fa37ec2"
    }
  ]
Prostagma
  • 1,756
  • 9
  • 21
Vishnu
  • 97
  • 1
  • 13
  • Empty files are uploading successfully & from UI I was able to upload – Vishnu Dec 30 '19 at 16:05
  • What is the CLI command your are running? – Dror Bereznitsky Dec 30 '19 at 20:50
  • 1
    Thanks for reply. I'm using following command . jfrog rt u "./test.txt" my-local-repo/test/ – Vishnu Dec 31 '19 at 01:14
  • Interestingly upload is working fine from my laptop using same command. But from one of the cloud server it is not working for size more than 1KB. I'm suspecting some network restriction – Vishnu Dec 31 '19 at 01:19
  • Are you getting the 404 response only when trying to upload from the cloud server? – Dror Bereznitsky Dec 31 '19 at 16:27
  • Yes...We are using site to site VPN tunnel which has private ip but some reason it is not allowing files size more than 4kb. I patched artifactory server with public ip , it worked. – Vishnu Jan 01 '20 at 10:05
  • 1
    Please make sure that the following headers are allowed to pass though your VPN tunnel: "X-Checksum-Deploy", "X-Checksum-Sha1" and "X-Checksum-Md5". – yahavi Jan 02 '20 at 07:24

0 Answers0