Upload succeeds but no file uploaded

27 views
Skip to first unread message

David Fox

unread,
Mar 21, 2017, 12:45:30 AM3/21/17
to beanstalker-users
Hi,

I'm using the plugin to upload a zip of a json file to deploy a Docker image from Docker Hub. I have managed to get it to claim success, but the logs show 0 content length and no file is actually uploaded. I had to specify 
<multipartUpload>false</multipartUpload> to get it to not hang, per this issue: https://github.com/ingenieux/beanstalker/issues/74. The log shows the following:

SUCCESS
{
  "contentMd5" : "bCCLTlxtREdDS3PhQdFhpQ==",
  "metadata" : {
    "userMetadata" : { },
    "instanceLength" : 0,
    "etag" : "6c208b4e5c6d4447434b73e141d161a5",
    "requesterCharged" : false,
    "rawMetadata" : {
      "Content-Length" : 0,
      "ETag" : "6c208b4e5c6d4447434b73e141d161a5"
    },
    "contentLength" : 0
  },
  "etag" : "6c208b4e5c6d4447434b73e141d161a5",
  "requesterCharged" : false
}

Any ideas on why this might be? Is it because the archive is so small (only 376 bytes)? 

Thanks,
David

Aldrin Leal

unread,
Mar 22, 2017, 1:03:35 PM3/22/17
to beanstal...@googlegroups.com
Run with -Dbeanstalker.verbose=true and mail me its logs. Also, open a ticket on github

--
You received this message because you are subscribed to the Google Groups "beanstalker-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beanstalker-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages