Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ** SANDSTORM SUPERVISOR: Grain no longer in use; shutting down.
- ** SANDSTORM SUPERVISOR: Starting up grain.
- sandstorm/supervisor.c++:1144: warning: ip_tables kernel module not loaded; cannot set up transparent network forwarding.
- ** Starting Mongo...
- note: noprealloc may hurt performance in many applications
- about to fork child process, waiting until server is ready for connections.
- forked process: 6
- all output going to: /var/mongo.log
- log file [/var/mongo.log] exists; copied to temporary file [/var/mongo.log.2015-08-30T19-29-43]
- child process started successfully, parent exiting
- ** Starting Meteor...
- The service-configuration package persists configuration in the meteor_accounts_loginServiceConfiguration collection in MongoDB. As each service should have exactly one configuration, Meteor automatically creates a MongoDB index with a unique constraint on the meteor_accounts_loginServiceConfiguration collection. The _ensureIndex command which creates that index is failing.
- Meteor versions before 1.0.4 did not create this index. If you recently upgraded and are seeing this error message for the first time, please check your meteor_accounts_loginServiceConfiguration collection for multiple configuration entries for the same service and delete configuration entries until there is no more than one configuration entry per service.
- If the meteor_accounts_loginServiceConfiguration collection looks fine, the _ensureIndex command is failing for some other reason.
- For more information on this history of this issue, please see https://github.com/meteor/meteor/pull/3514.
- /programs/server/node_modules/fibers/future.js:278
- throw(ex);
- ^
- MongoError: too many namespaces/collections
- at Object.Future.wait (/programs/server/node_modules/fibers/future.js:398:15)
- at [object Object].MongoConnection._ensureIndex (packages/mongo/mongo_driver.js:791:1)
- at [object Object].Mongo.Collection._ensureIndex (packages/mongo/collection.js:626:1)
- at Package (packages/service-configuration/service_configuration_server.js:6:1)
- at /programs/server/packages/service-configuration.js:103:4
- at /programs/server/packages/service-configuration.js:112:3
- at /programs/server/boot.js:242:10
- at Array.forEach (native)
- at Function._.each._.forEach (/programs/server/node_modules/underscore/underscore.js:79:11)
- at /programs/server/boot.js:137:5
- - - - - -
- at Object.toError (/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/utils.js:114:11)
- at /programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/db.js:1354:26
- at Server.Base._callHandler (/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/connection/base.js:453:41)
- at /programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/connection/server.js:488:18
- at [object Object].MongoReply.parseBody (/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/responses/mongo_reply.js:68:5)
- at [object Object].<anonymous> (/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/connection/server.js:446:20)
- at [object Object].emit (events.js:95:17)
- at [object Object].<anonymous> (/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:207:13)
- at [object Object].emit (events.js:98:17)
- at Socket.<anonymous> (/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/connection/connection.js:440:22)
- at Socket.emit (events.js:95:17)
- at Socket.<anonymous> (_stream_readable.js:765:14)
- at Socket.emit (events.js:92:17)
- at emitReadable_ (_stream_readable.js:427:10)
- at emitReadable (_stream_readable.js:423:5)
- at readableAddChunk (_stream_readable.js:166:9)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement