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 always failing with mupx with meteor 1.3 & DigitalOcean #905

Closed
ayhid opened this issue Mar 8, 2016 · 8 comments
Closed

Comments

@ayhid
Copy link

ayhid commented Mar 8, 2016

I have constantly an error when trying to deploy an app with meteor 1.3-beta.12 on a Digital Ocean Ubuntu 14.04.4 x64 droplet.

here is the log:

`[server-ip] - Initializing start script: SUCCESS
[server-ip] - Invoking deployment process
[server-ip] - Invoking deployment process: SUCCESS
[server-ip] - Verifying deployment
[server-ip] x Verifying deployment: FAILED

-----------------------------------STDERR-----------------------------------
modules/underscore

[email protected] node_modules/meteor-promise

[email protected] node_modules/promise

[email protected] node_modules/source-map-support

[email protected] node_modules/semver

[email protected] node_modules/source-map

[email protected] node_modules/fibers
=> Starting meteor app on port:80

/bundle/bundle/programs/server/node_modules/fibers/future.js:267
                        throw(ex);
                              ^
TypeError: Cannot call method 'setupGlobals' of undefined
    at __coffeescriptShare (packages/practicalmeteor_mocha/meteor/src/server/mocha.coffee:9:39)
    at packages/practicalmeteor_mocha/meteor/src/server/mocha.coffee:1:1
    at packages/practicalmeteor_mocha/meteor/src/lib/MochaRunner.coffee:1:1
    at /bundle/bundle/programs/server/boot.js:245:10
    at Array.forEach (native)
    at Function._.each._.forEach (/bundle/bundle/programs/server/node_modules/underscore/underscore.js:79:11)
    at /bundle/bundle/programs/server/boot.js:140:5

=> Redeploying previous version of the app

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

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

----------------------------------------------------------------------------`
@MasterJames
Copy link

I think for Meteor 1.3 the only best way forward will be with the new port of the dev branch mupx over at kadirahq. My guess is it won't be properly supported until the official release.
There are some other related posts. I'm not using it personally yet ;-(
zodern/meteor-up#841

@ayhid
Copy link
Author

ayhid commented Mar 8, 2016

@MasterJames thank you for the quick reply, so do I have to stick with Meteor 1.2 if I want to deploy with mup/mupx ?

@MasterJames
Copy link

I'm not 100% on that. I think so., but try that newer version at kadirahq and ask there about it?

@thomasmery
Copy link

Hi there,

it would be great if mupx could handle deploying 1.3 beta xx until the new version is ready

for me it started breaking @ beta 12

any chance we can get help from kadira here ?

p.s. I could not get the 'being refactored' version to work

thanks !

@thomasmery
Copy link

update:

I could actually deploy with beta 16 and current version of mupx

extended deployCheckWaitTime to 60 seconds (in mup.json)

have to admit I don't know if I had to take other steps since I kind of lost track of everything I tried

hope this helps

@patrickml
Copy link

@thomasmery i can verify updating to -16 fixed the issue.

@walleXD
Copy link

walleXD commented Mar 30, 2016

Verification still does not work for me, even on meteor 1.3 release. Also, are you guys having issue with 1.3 redeployment? My meteor app fails to run on redeployment. Are these similar issue? #929

@ayhid
Copy link
Author

ayhid commented Mar 30, 2016

@walleXD have your tried @thomasmery solution? worked well for me

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

5 participants