Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. ** SANDSTORM SUPERVISOR: Grain no longer in use; shutting down.
  2. ** SANDSTORM SUPERVISOR: Starting up grain.
  3. sandstorm/supervisor.c++:1144: warning: ip_tables kernel module not loaded; cannot set up transparent network forwarding.
  4. ** Starting Mongo...
  5. note: noprealloc may hurt performance in many applications
  6. about to fork child process, waiting until server is ready for connections.
  7. forked process: 6
  8. all output going to: /var/mongo.log
  9. log file [/var/mongo.log] exists; copied to temporary file [/var/mongo.log.2015-08-30T19-29-43]
  10. child process started successfully, parent exiting
  11. ** Starting Meteor...
  12. 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.
  13.  
  14. 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.
  15.  
  16. If the meteor_accounts_loginServiceConfiguration collection looks fine, the _ensureIndex command is failing for some other reason.
  17.  
  18. For more information on this history of this issue, please see https://github.com/meteor/meteor/pull/3514.
  19.  
  20.  
  21. /programs/server/node_modules/fibers/future.js:278
  22. throw(ex);
  23. ^
  24. MongoError: too many namespaces/collections
  25. at Object.Future.wait (/programs/server/node_modules/fibers/future.js:398:15)
  26. at [object Object].MongoConnection._ensureIndex (packages/mongo/mongo_driver.js:791:1)
  27. at [object Object].Mongo.Collection._ensureIndex (packages/mongo/collection.js:626:1)
  28. at Package (packages/service-configuration/service_configuration_server.js:6:1)
  29. at /programs/server/packages/service-configuration.js:103:4
  30. at /programs/server/packages/service-configuration.js:112:3
  31. at /programs/server/boot.js:242:10
  32. at Array.forEach (native)
  33. at Function._.each._.forEach (/programs/server/node_modules/underscore/underscore.js:79:11)
  34. at /programs/server/boot.js:137:5
  35. - - - - -
  36. at Object.toError (/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/utils.js:114:11)
  37. at /programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/db.js:1354:26
  38. at Server.Base._callHandler (/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/connection/base.js:453:41)
  39. at /programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/connection/server.js:488:18
  40. at [object Object].MongoReply.parseBody (/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/responses/mongo_reply.js:68:5)
  41. at [object Object].<anonymous> (/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/connection/server.js:446:20)
  42. at [object Object].emit (events.js:95:17)
  43. at [object Object].<anonymous> (/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:207:13)
  44. at [object Object].emit (events.js:98:17)
  45. at Socket.<anonymous> (/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/connection/connection.js:440:22)
  46. at Socket.emit (events.js:95:17)
  47. at Socket.<anonymous> (_stream_readable.js:765:14)
  48. at Socket.emit (events.js:92:17)
  49. at emitReadable_ (_stream_readable.js:427:10)
  50. at emitReadable (_stream_readable.js:423:5)
  51. at readableAddChunk (_stream_readable.js:166:9)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement