Report this

What is the reason for this report?

Digital Ocean + Meteor: Mup Deploy Not Working

Posted on October 8, 2015

I am currently receiving a lot of traffic, and I had to upgrade to a larger server on digital ocean. This was the second time I did this today, the first time was fine. But now the site reverted to an old version of the site.

Mup deploy doesn’t work. Mup stop doesn’t stop the site so it means that the site is connected to another process.

mup logs -f gives me this:

Error: listen EADDRINUSE at errnoException (net.js:905:11) at Server._listen2 (net.js:1043:14) at listen (net.js:1065:10) at net.js:1147:9 at dns.js:72:18 at process._tickDomainCallback (node.js:492:13) [104.236.123.456] error: Forever detected script exited with code: 7

Does anyone know how to find other versions that could be running on the server? I am trying to kill the process but I can’t find anything that make sense. Here are the open ports:

netstat -ntlp | grep LISTEN tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1271/mysqld tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1140/sshd tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 5552/stud tcp6 0 0 :::22 :::* LISTEN 1140/sshd I’ve manually killed port 80 and the site is still going, I can’t stop this old version. Anybody ever run into something like this?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Could be the memory http://stackoverflow.com/questions/26216127/memory-issue-with-meteor-up-mup-on-digital-ocean to add swaps I had it on $5, didn’t happen on $10 for my simple app

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.