Deployment issues on Meteor Hosting and on Modulus

I’m having deployment problems on both Meteor and on Modulus, and I can’t tell whether the problem is with my application or with the hosts. It looks like other people have been having problems with Meteor/Modulus hosting over the past few days as well.

The application is Meteor -v 1.1.0.2, and Modulus CLI -v 3.6.2. I’m running my own settings.json when deploying. The settings do not attempt to specify any Mongo related information (only some analytics keys). The application runs just fine on Ubuntu 14.04. Logs are below.

Thanks in advance.

Meteor Hosting Log:

[Thu May 07 2015 05:14:34 GMT+0000 (UTC)] WARNING [object Object]
at Object.Future.wait (/meteor/dev_bundles/0.4.18/lib/node_modules/fibers/future.js:398:15)
at new MongoConnection (packages/mongo/mongo_driver.js:213:1)
at new MongoInternals.RemoteCollectionDriver (packages/mongo/remote_collection_driver.js:4:1)
at Object.<anonymous> (packages/mongo/remote_collection_driver.js:38:1)
at Object.defaultRemoteCollectionDriver (packages/underscore/underscore.js:750:1)
at new Mongo.Collection (packages/mongo/collection.js:98:1)
at packages/accounts-base/accounts_common.js:141:1
at /meteor/containers/fb6f815a-a1b3-a5e7-ac76-205f502b047a/bundle/programs/server/packages/accounts-base.js:243:4
at /meteor/containers/fb6f815a-a1b3-a5e7-ac76-205f502b047a/bundle/programs/server/packages/accounts-base.js:1659:3
at /meteor/containers/fb6f815a-a1b3-a5e7-ac76-205f502b047a/bundle/programs/server/boot.js:222:10
[Thu May 07 2015 05:14:34 GMT+0000 (UTC)] ERROR Application crashed with code: 8
[Thu May 07 2015 05:14:34 GMT+0000 (UTC)] NOTICE Starting application on port 27296
[Thu May 07 2015 05:14:34 GMT+0000 (UTC)] INFO STATUS running -> starting
[Thu May 07 2015 05:14:34 GMT+0000 (UTC)] INFO STATUS starting -> running
[Thu May 07 2015 05:14:49 GMT+0000 (UTC)] INFO HIT / 66.27.71.79
[Thu May 07 2015 05:14:50 GMT+0000 (UTC)] INFO HIT /favicon.ico 66.27.71.79
[Thu May 07 2015 05:15:04 GMT+0000 (UTC)] WARNING                         throw(ex);
^
[Thu May 07 2015 05:15:04 GMT+0000 (UTC)] WARNING /meteor/dev_bundles/0.4.18/lib/node_modules/fibers/future.js:278
[Thu May 07 2015 05:15:04 GMT+0000 (UTC)] WARNING [object Object]
at Object.Future.wait (/meteor/dev_bundles/0.4.18/lib/node_modules/fibers/future.js:398:15)
at new MongoConnection (packages/mongo/mongo_driver.js:213:1)
at new MongoInternals.RemoteCollectionDriver (packages/mongo/remote_collection_driver.js:4:1)
at Object.<anonymous> (packages/mongo/remote_collection_driver.js:38:1)
at Object.defaultRemoteCollectionDriver (packages/underscore/underscore.js:750:1)
at new Mongo.Collection (packages/mongo/collection.js:98:1)
at packages/accounts-base/accounts_common.js:141:1
at /meteor/containers/fb6f815a-a1b3-a5e7-ac76-205f502b047a/bundle/programs/server/packages/accounts-base.js:243:4
at /meteor/containers/fb6f815a-a1b3-a5e7-ac76-205f502b047a/bundle/programs/server/packages/accounts-base.js:1659:3
at /meteor/containers/fb6f815a-a1b3-a5e7-ac76-205f502b047a/bundle/programs/server/boot.js:222:10
[Thu May 07 2015 05:15:04 GMT+0000 (UTC)] INFO STATUS running -> starting
[Thu May 07 2015 05:15:04 GMT+0000 (UTC)] ERROR Application crashed with code: 8
[Thu May 07 2015 05:15:04 GMT+0000 (UTC)] NOTICE Starting application on port 27296
[Thu May 07 2015 05:15:04 GMT+0000 (UTC)] INFO STATUS starting -> running

Modulus Log
[everything runs fine until the end]

Uploading completed build.
Provisioning and deploying bundle to servos...

[Error] There was an error processing your request.

I’m having the same issues. For a while I was unable to deploy but I’ve recently managed to. Now it seems accounts-base is not working, and possibly other things.

Having no issues on my localhost running on Ubuntu.

The account-base problem is due to ensureIndex function which is called on server startup, so i guess it’s related to the access to MongoDB.

I have also been facing the problem with modulus for sometime… it builds successfully and then breaks there. any help?