--
You received this message because you are subscribed to the Google Groups "Lelylan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lelylan+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
in the physical API ,
I have up the mongod services
ps -efww | grep mongo
mongodb 10220 1 0 17:57 ? 00:00:02 /usr/bin/mongod --unixSocketPrefix=/var/run/mongodb --config /etc/mongodb.conf run
, and when run the nf start in physical API directory , I got this
[OKAY] Loaded ENV .env File as KEY=VALUE Format
[OKAY] Trimming display Output to 127 Columns
18:07:46 worker.1 | /home/nemo/physicals/node_modules/mongodb/lib/mongodb/connection/server.js:437
18:07:46 worker.1 | throw err;
18:07:46 worker.1 | ^
18:07:46 worker.1 | TypeError: Uncaught, unspecified "error" event.
18:07:46 worker.1 | at TypeError (:null:null)
18:07:46 worker.1 | at QueryStream.EventEmitter.emit (events.js:74:15)
18:07:46 worker.1 | at QueryStream.destroy (/home/nemo/physicals/node_modules/mongoose/lib/querystream.js:280:10)
18:07:46 worker.1 | at QueryStream.onNextObject (/home/nemo/physicals/node_modules/mongoose/lib/querystream.js:186:24)
18:07:46 worker.1 | at cursorcb (/home/nemo/physicals/node_modules/mongoose/lib/querystream.js:154:10)
18:07:46 worker.1 | at /home/nemo/physicals/node_modules/mongodb/lib/mongodb/cursor.js:504:39
18:07:46 worker.1 | at Cursor.close (/home/nemo/physicals/node_modules/mongodb/lib/mongodb/cursor.js:776:5)
18:07:46 worker.1 | at [object Object].commandHandler (/home/nemo/physicals/node_modules/mongodb/lib/mongodb/cursor.js:504:21)
18:07:46 worker.1 | at [object Object].g (events.js:180:16)
18:07:46 worker.1 | at [object Object].EventEmitter.emit (events.js:106:17)
18:07:46 worker.1 | at Db._callHandler (/home/nemo/physicals/node_modules/mongodb/lib/mongodb/db.js:1472:25)
18:07:46 worker.1 | at /home/nemo/physicals/node_modules/mongodb/lib/mongodb/connection/server.js:430:30
18:07:46 worker.1 | at [object Object].MongoReply.parseBody (/home/nemo/physicals/node_modules/mongodb/lib/mongodb/responses/mongo_reply.js:127:5…
18:07:46 worker.1 | at [object Object]. (/home/nemo/physicals/node_modules/mongodb/lib/mongodb/connection/server.js:389:22)
18:07:46 worker.1 | at [object Object].EventEmitter.emit (events.js:95:17)
18:07:46 worker.1 | at [object Object]. (/home/nemo/physicals/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:140:13)
18:07:46 worker.1 | at [object Object].EventEmitter.emit (events.js:98:17)
18:07:46 worker.1 | at Socket. (/home/nemo/physicals/node_modules/mongodb/lib/mongodb/connection/connection.js:321:22)
18:07:46 worker.1 | at Socket.EventEmitter.emit (events.js:95:17)
18:07:46 worker.1 | at Socket. (_stream_readable.js:746:14)
18:07:46 worker.1 | at Socket.EventEmitter.emit (events.js:92:17)
18:07:46 worker.1 | at emitReadable (_stream_readable.js:408:10)
18:07:46 worker.1 | at emitReadable (_stream_readable.js:404:5)
18:07:46 worker.1 | at readableAddChunk (_stream_readable.js:165:9)
18:07:46 worker.1 | at Socket.Readable.push (_stream_readable.js:127:10)
18:07:46 worker.1 | at TCP.onread (net.js:526:21)
[DONE] Killing all processes with signal null
18:07:46 worker.1 Exited Abnormally