search

Home  >  Q&A  >  body text

mongodb - How to solve this mongo error?

events.js:163
      throw er; // Unhandled 'error' event
      ^
MongoError: failed to connect to server [localhost:27017] on first connect [MongoError: connect ECONNREFUSED 127.0.0.1:27017]
    at Pool.<anonymous> (D:\projects\myblog\node_modules\mongodb-core\lib\topologies\server.js:328:35)
    at emitOne (events.js:96:13)
    at Pool.emit (events.js:191:7)
    at Connection.<anonymous> (D:\projects\myblog\node_modules\mongodb-core\lib\connection\pool.js:274:12)
    at Object.onceWrapper (events.js:293:19)
    at emitTwo (events.js:106:13)
    at Connection.emit (events.js:194:7)
    at Socket.<anonymous> (D:\projects\myblog\node_modules\mongodb-core\lib\connection\connection.js:177:49)
巴扎黑巴扎黑2741 days ago842

reply all(2)I'll reply

  • 过去多啦不再A梦

    过去多啦不再A梦2017-05-17 10:04:10

    I guess you have found the reason.

    Because MongoDB is not started. Start MongoDB on Windows operating system!

    For reference.

    Love MongoDB! Have fun!

    reply
    0
  • PHPz

    PHPz2017-05-17 10:04:10

    D:\projects\myblog>mongo
    MongoDB shell version v3.4.4
    connecting to: mongodb://127.0.0.1:27017
    2017-05-14T23:17:25.098+0800 W NETWORK  [thread1] Failed to connect to 127.0.0.1:27017 after 5000ms milliseconds, giving up.
    2017-05-14T23:17:25.099+0800 E QUERY    [thread1] Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed :
    connect@src/mongo/shell/mongo.js:237:13
    @(connect):1:6
    exception: connect failed

    reply
    0
  • Cancelreply