Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verifying deployment: FAILED; curl: (56) Recv failure: Connection reset by peer #1133

Open
jsiig opened this issue Oct 18, 2016 · 2 comments

Comments

@jsiig
Copy link

jsiig commented Oct 18, 2016

Getting this multiple times in a row. Not sure if this is an issue with mupx or something on the server. The app deploys successfully, but then silently fails and does not come back up.

Latest mupx (1.5.3) with meteorhacks docker image replaced with abernix/meteord:base, as described as a solution in various issues.

Mupx outputs this error:

x Verifying deployment: FAILED

    -----------------------------------STDERR-----------------------------------
      Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (56) Recv failure: Connection reset by peer
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (56) Recv failure: Connection reset by peer

The connection (and server) are fine - tried multiple internet connections (4 different wired and wireless networks - fibre optic based AND 4G, no difference - so cannot really be a connection issue on my end (or the server's - it's a Linode VPS and they should not be having any issues, currently)).

mupx logs --tail=50 shows normal server console, the same stuff I see locally.

@arggh
Copy link

arggh commented Nov 16, 2016

Just got hit by this and now all my app servers are down.

x Verifying Deployment: FAILED

    -----------------------------------STDERR-----------------------------------
              Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    curl: (52) Empty reply from server
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    curl: (52) Empty reply from server
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    curl: (52) Empty reply from server

    => Redeploying previous version of the app

    -----------------------------------STDOUT-----------------------------------

    To see more logs type 'mup logs --tail=50'

    ----------------------------------------------------------------------------

@bryanlimy
Copy link

same problem I have tried on a clean server
I also looked into this issue meteor/meteor#7475, but adding dockerImage: 'abernix/meteord:base' in mup.json didn't fix the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants