Guest User

Untitled

a guest
May 24th, 2018
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. { MongoNetworkError: failed to connect to server [localhost:27017] on first connect [MongoNetworkError: connect ECONNREFUSED 127.0.0.1:27017]
  2. at Pool.<anonymous> (/Users/Alexromo/Documents/WebDocs/api-currency/node_modules/mongodb-core/lib/topologies/server.js:505:11)
  3. at emitOne (events.js:116:13)
  4. at Pool.emit (events.js:211:7)
  5. at Connection.<anonymous> (/Users/Alexromo/Documents/WebDocs/api-currency/node_modules/mongodb-core/lib/connection/pool.js:329:12)
  6. at Object.onceWrapper (events.js:317:30)
  7. at emitTwo (events.js:126:13)
  8. at Connection.emit (events.js:214:7)
  9. at Socket.<anonymous> (/Users/Alexromo/Documents/WebDocs/api-currency/node_modules/mongodb-core/lib/connection/connection.js:245:50)
  10. at Object.onceWrapper (events.js:315:30)
  11. at emitOne (events.js:116:13)
  12. at Socket.emit (events.js:211:7)
  13. at emitErrorNT (internal/streams/destroy.js:64:8)
  14. at _combinedTickCallback (internal/process/next_tick.js:138:11)
  15. at process._tickDomainCallback (internal/process/next_tick.js:218:9)
  16. name: 'MongoNetworkError',
  17. message: 'failed to connect to server [localhost:27017] on first connect [MongoNetworkError: connect ECONNREFUSED 127.0.0.1:27017]' }
  18. error Command failed with exit code 1.
Add Comment
Please, Sign In to add comment