Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. { MongoError: failed to connect to server [127.0.0.1:27017] on first connect [MongoError: connect ECONNREFUSED 127.0.0.1:27017]
  2. at Pool.<anonymous> (C:ProjetosServernode_modulesmongodb-corelibtopologiesserver.js:328:35)
  3. at emitOne (events.js:96:13)
  4. at Pool.emit (events.js:188:7)
  5. at Connection.<anonymous> (C:ProjetosServernode_modulesmongodb-corelibconnectionpool.js:280:12)
  6. at Connection.g (events.js:292:16)
  7. at emitTwo (events.js:106:13)
  8. at Connection.emit (events.js:191:7)
  9. at Socket.<anonymous> (C:ProjetosServernode_modulesmongodb-corelibconnectionconnection.js:177:49)
  10. at Socket.g (events.js:292:16)
  11. at emitOne (events.js:96:13)
  12. at Socket.emit (events.js:188:7)
  13. at emitErrorNT (net.js:1277:8)
  14. at _combinedTickCallback (internal/process/next_tick.js:80:11)
  15. at process._tickCallback (internal/process/next_tick.js:104:9)
  16. name: 'MongoError',
  17. message: 'failed to connect to server [127.0.0.1:27017] on first connect
  18. [MongoError: connect ECONNREFUSED 127.0.0.1:27017]' }
  19. (node:8348) UnhandledPromiseRejectionWarning: Unhandled promise rejection
  20. (rejection id: 1): MongoError: failed to connect to server [127.0.0.1:27017]
  21. on first connect [MongoError: connect ECONNREFUSED 127.0.0.1:27017]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement