events.js:141
throw er; // Unhandled 'error' event
MongoError: connection 0 to localhost:27017 timed out
at Function.MongoError.create (/home/ubuntu/scripts/node_modules/mongodb-core/lib/error.js:29:11)
at Socket.<anonymous> (/home/ubuntu/scripts/node_modules/mongodb-core/lib/connection/connection.js:184:20)
at Socket.g (events.js:260:16)
at emitNone (events.js:67:13)
at Socket.emit (events.js:166:7)
at Socket._onTimeout (net.js:318:8)
at _runOnTimeout (timers.js:524:11)
at _makeTimerTimeout (timers.js:515:3)
at Timer.unrefTimeout (timers.js:584:5)
那麼有連接過程中沒有錯誤,但是當試圖保存某些型號/收藏它運行一段時間,然後它拋出這個錯誤。 順便說一下,我還有另一個節點進程連接到同一個MongoDB服務器。任何幫助,高度讚賞。MongoError:0連接到本地主機:27017超時
添加約event.js細節文件 –
我認爲這是一幢建於events.js中的NodeJS(eventEmitter類)。我不知道它在哪裏。 – Prataksha
按照這個http://stackoverflow.com/questions/8904991/mongodb-cant-connect-to-localhost-but-can-connect-to-localhosts-ip-address –