meteor-up: Error Timed Out while waiting for handhsake - While setup docker
Hello, my trouble here, is that I can’t ‘mup setup’…
When I try to run mup setup, I have this output :
Started TaskList: Setup Docker
[1.2.3.4] - setup docker
Error Timed out while waiting for handshake
So, I tried to see the logs, but even if I do mup logs, I have the same output… “Error timed out while waiting for handshake”
And this is my mup.js
module.exports = {
servers: {
one: {
host: '1.2.3.4',
username: 'root'
// pem:
// password:
// or leave blank for authenticate from ssh-agent
}
},
meteor: {
name: 'app',
path: '../app',
servers: {
one: {}
},
buildOptions: {
serverOnly: true,
},
env: {
ROOT_URL: 'app.com',
MONGO_URL: 'mongodb://localhost/meteor'
},
//dockerImage: 'kadirahq/meteord'
deployCheckWaitTime: 60
},
mongo: {
oplog: true,
port: 27017,
servers: {
one: {},
},
},
};
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 20
Hi All, I am also facing the same issue. My mup.js file looks like, ` module.exports = { servers: { one: { host:‘54.186.xx.xxx’, username: ‘ubuntu’, pem: ‘~/.ssh/mypem.pem’ } }, app: { name: ‘myapp’, path: ‘/var/www/meteor/myapp’, servers: { one: {}, }, buildOptions: { serverOnly: true, }, env: { ROOT_URL: ‘http://ec2-54-186-xx-xxx.us-west-2.compute.amazonaws.com’, MONGO_URL: ‘mongodb://127.0.0.1:27017/myapp’, PORT: 3027, },
docker: { image: ‘abernix/meteord:node-8.4.0-base’, }, deployCheckWaitTime : 60, enableUploadProgressBar: true }, mongo: { port:27017, version: ‘3.4.1’, servers: { one: {} } } }; `
Meteor version is 1.6. Thanks in advance!
@rollin-s http://prntscr.com/czluhp http://prntscr.com/czluyk open sftp http://prntscr.com/czlvqp find the folder opt and open it, that’s the folder where your app is deploy too http://prntscr.com/czlwnj http://prntscr.com/czm34s you might be able to change that in those to files. I’m doing a test really fast to make sure this work right tho. if that doesnt work, delete everything in opt and then meteor mup setup meteor mup deploy your folder will show back up. If you use digital ocean, you can delete your droplet and create a new one.