*.meteor.com Down?

Anyone else having trouble accessing their sites hosted through the free meteor deployment? I looked at status.meteor.com and didn’t see any incidents.

Yep down for me as well.

I pulled up one of my sites, and it worked. Are you still experiencing problems?

All mine are down :frowning:

Can you provide some urls? The sites I’m looking at are still all up, so it’s not a general outage. My sites may not be representative, though, and there are multiple machines running the free tier, so an example can point us to where the problem lies.

centurytradeshow.meteor.com
twit-meteor.meteor.com

I didn’t check any other ones. The only reason I need these two up is to show clients demo (but I’ll rely on localhost for the time being).

Thanks, @sscaff1. That gives us something to work with. status.meteor.com has been updated to reflect that we are actively looking into this.

Mine is down too. If you need a link, I’ll provide.

1 Like

same here getting:

/meteor/dev_bundles/0.5.16/bin/node: Permission denied

when i look at the logs

1 Like

Thank you for updating the status page! :grinning:

I get the same error.

The outage appears to be actually fixed now. Sorry the status was set to “operational” prematurely. We were fooled by the crash notices. That’s usually a sign that app code is faulty rather than systems. In this case, however, a permissions problem, not code, caused the app to crash. Please report back if your apps aren’t back online. The ones I know of are confirmed up.

2 Likes

Hi, anyone else having issues with meteor.com deploy yesterday & today?

Think the mongo db for my site is down.

my site at bng1.monkie.biz is deploying without errors, pages display, but no login or data calls are successful.

meteor mongo bng1.monkie.biz results in -->
Couldn’t open a mongo connection: Service temporarily unavailable. Please try again later.

logs:

Sat Jan 30 2016 05:13:35 GMT+0000 (UTC)] INFO STATUS running -> starting
[Sat Jan 30 2016 05:13:35 GMT+0000 (UTC)] INFO STATUS starting -> running
[Sat Jan 30 2016 05:13:37 GMT+0000 (UTC)] INFO HIT / 118.208.98.77
[Sat Jan 30 2016 05:13:52 GMT+0000 (UTC)] INFO HIT / 118.208.98.77
[Sat Jan 30 2016 05:14:06 GMT+0000 (UTC)] WARNING
/meteor/dev_bundles/0.5.16/lib/node_modules/fibers/future.js:278
throw(ex);
^
[Sat Jan 30 2016 05:14:06 GMT+0000 (UTC)] WARNING [object Object]
at Object.Future.wait (/meteor/dev_bundles/0.5.16/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. (packages/mongo/remote_collection_driver.js:38:1)
at Object.defaultRemoteCollectionDriver (packages/underscore/underscore.js:750:1)
at [object Object].Mongo.Collection (packages/mongo/collection.js:102:1)
at new Mongo.Collection (packages/mikowals_batch-insert/batch-insert-common.js:101:1)
at AccountsServer.AccountsCommon (accounts_common.js:23:18)
at new AccountsServer (accounts_server.js:16:5)
at Package (globals_server.js:5:12)
[Sat Jan 30 2016 05:14:06 GMT+0000 (UTC)] INFO STATUS running -> starting
[Sat Jan 30 2016 05:14:06 GMT+0000 (UTC)] ERROR Application crashed with code: 8
[Sat Jan 30 2016 05:14:06 GMT+0000 (UTC)] NOTICE Starting application on port 15645
[Sat Jan 30 2016 05:14:06 GMT+0000 (UTC)] INFO STATUS starting -> running
[Sat Jan 30 2016 05:14:06 GMT+0000 (UTC)] INFO HIT / 118.208.98.77
[Sat Jan 30 2016 05:14:20 GMT+0000 (UTC)] INFO HIT / 118.208.98.77
[Sat Jan 30 2016 05:14:37 GMT+0000 (UTC)] WARNING throw(ex);
^
[Sat Jan 30 2016 05:14:37 GMT+0000 (UTC)] WARNING /meteor/dev_bundles/0.5.16/lib/node_modules/fibers/future.js:245
[Sat Jan 30 2016 05:14:37 GMT+0000 (UTC)] WARNING Error: No replica set primary available for query with ReadPreference PRIMARY
at Object.Future.wait (/meteor/dev_bundles/0.5.16/lib/node_modules/fibers/future.js:395:16)
at [object Object].MongoConnection._ensureIndex (packages/mongo/mongo_driver.js:790:1)
at [object Object].Mongo.Collection._ensureIndex (packages/mongo/collection.js:635:1)
at setupUsersCollection (accounts_server.js:1413:9)
at new AccountsServer (accounts_server.js:49:5)
at Package (globals_server.js:5:12)
at /meteor/containers/489b0553-1db5-6a66-2d65-1e69ff017c68/bundle/programs/server/packages/accounts-base.js:1814:4
at /meteor/containers/489b0553-1db5-6a66-2d65-1e69ff017c68/bundle/programs/server/packages/accounts-base.js:1825:3
at /meteor/containers/489b0553-1db5-6a66-2d65-1e69ff017c68/bundle/programs/server/boot.js:242:10
at Array.forEach (native)


at [object Object].ReplSet.checkoutReader
(/meteor/containers/489b0553-1db5-6a66-2d65-1e69ff017c68/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/connection/repl_set/repl_set.js:619:14)
at Cursor.nextObject (/meteor/containers/489b0553-1db5-6a66-2d65-1e69ff017c68/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/cursor.js:748:48)
at Cursor.toArray (/meteor/containers/489b0553-1db5-6a66-2d65-1e69ff017c68/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/cursor.js:169:10)
at Db.indexInformation (/meteor/containers/489b0553-1db5-6a66-2d65-1e69ff017c68/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/db.js:1631:39)
at Db.ensureIndex (/meteor/containers/489b0553-1db5-6a66-2d65-1e69ff017c68/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/db.js:1498:8)
at Collection.ensureIndex (/meteor/containers/489b0553-1db5-6a66-2d65-1e69ff017c68/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/collection/index.js:68:11)
at [object Object].MongoConnection._ensureIndex (packages/mongo/mongo_driver.js:789:1)
at [object Object].Mongo.Collection._ensureIndex (packages/mongo/collection.js:635:1)
at setupUsersCollection (accounts_server.js:1413:9)
at new AccountsServer (accounts_server.js:49:5)
[Sat Jan 30 2016 05:14:37 GMT+0000 (UTC)] ERROR Application crashed with code: 8
[Sat Jan 30 2016 05:14:37 GMT+0000 (UTC)] NOTICE Starting application on port 15645
[Sat Jan 30 2016 05:14:37 GMT+0000 (UTC)] INFO STATUS running -> starting
[Sat Jan 30 2016 05:14:37 GMT+0000 (UTC)] INFO STATUS starting -> running
[Sat Jan 30 2016 05:14:50 GMT+0000 (UTC)] INFO HIT / 118.208.98.77
[Sat Jan 30 2016 05:15:08 GMT+0000 (UTC)] WARNING /meteor/dev_bundles/0.5.16/lib/node_modules/fibers/future.js:245
[Sat Jan 30 2016 05:15:08 GMT+0000 (UTC)] WARNING ^
[Sat Jan 30 2016 05:15:08 GMT+0000 (UTC)] WARNING throw(ex);
[Sat Jan 30 2016 05:15:08 GMT+0000 (UTC)] WARNING Error: No replica set primary available for query with ReadPreference PRIMARY
at Object.Future.wait (/meteor/dev_bundles/0.5.16/lib/node_modules/fibers/future.js:395:16)
at [object Object].MongoConnection._ensureIndex (packages/mongo/mongo_driver.js:790:1)
at [object Object].Mongo.Collection._ensureIndex (packages/mongo/collection.js:635:1)
at setupUsersCollection (accounts_server.js:1413:9)
at new AccountsServer (accounts_server.js:49:5)
at Package (globals_server.js:5:12)
at /meteor/containers/489b0553-1db5-6a66-2d65-1e69ff017c68/bundle/programs/server/packages/accounts-base.js:1814:4
at /meteor/containers/489b0553-1db5-6a66-2d65-1e69ff017c68/bundle/programs/server/packages/accounts-base.js:1825:3
at /meteor/containers/489b0553-1db5-6a66-2d65-1e69ff017c68/bundle/programs/server/boot.js:242:10
at Array.forEach (native)


at [object Object].ReplSet.checkoutReader
(/meteor/containers/489b0553-1db5-6a66-2d65-1e69ff017c68/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/connection/repl_set/repl_set.js:619:14)
at Cursor.nextObject (/meteor/containers/489b0553-1db5-6a66-2d65-1e69ff017c68/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/cursor.js:748:48)
at Cursor.toArray (/meteor/containers/489b0553-1db5-6a66-2d65-1e69ff017c68/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/cursor.js:169:10)
at Db.indexInformation (/meteor/containers/489b0553-1db5-6a66-2d65-1e69ff017c68/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/db.js:1631:39)
at Db.ensureIndex (/meteor/containers/489b0553-1db5-6a66-2d65-1e69ff017c68/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/db.js:1498:8)
at Collection.ensureIndex (/meteor/containers/489b0553-1db5-6a66-2d65-1e69ff017c68/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/collection/index.js:68:11)
at [object Object].MongoConnection._ensureIndex (packages/mongo/mongo_driver.js:789:1)
at [object Object].Mongo.Collection._ensureIndex (packages/mongo/collection.js:635:1)
at setupUsersCollection (accounts_server.js:1413:9)
at new AccountsServer (accounts_server.js:49:5)
[Sat Jan 30 2016 05:15:08 GMT+0000 (UTC)] ERROR Application crashed with code: 8
[Sat Jan 30 2016 05:15:08 GMT+0000 (UTC)] NOTICE Starting application on port 15645
[Sat Jan 30 2016 05:15:08 GMT+0000 (UTC)] INFO STATUS running -> starting
[Sat Jan 30 2016 05:15:08 GMT+0000 (UTC)] INFO STATUS starting -> running