I've made ubuntu upgrade and now I can't start node server.
I get following errors:
sudo node server
[sudo] password for brane:
(node:2298) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
info: [12 Oct 2017 14:12:08 +02:00] configuration loaded from /home/brane/adapt_authoring/conf/config.json
info: [12 Oct 2017 14:12:08 +02:00] Supporting the following authentication types:
info: [12 Oct 2017 14:12:08 +02:00] - local
info: [12 Oct 2017 14:12:09 +02:00] Adapt authoring tool v0.3.0
info: [12 Oct 2017 14:12:09 +02:00] Adapt Framework v2.2.2
info: [12 Oct 2017 14:12:09 +02:00] Connection established: adapt-tenant-master
error: [12 Oct 2017 14:12:09 +02:00] MongoError: connect ECONNREFUSED 127.0.0.1:27017
error: [12 Oct 2017 14:12:09 +02:00] Database Connection failed, please check your database
events.js:160
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE :::5000
at Object.exports._errnoException (util.js:1020:11)
at exports._exceptionWithHostPort (util.js:1043:20)
at Server._listen2 (net.js:1262:14)
at listen (net.js:1298:10)
at Server.listen (net.js:1394:5)
at /home/brane/adapt_authoring/lib/application.js:486:38
at /home/brane/adapt_authoring/lib/application.js:355:12
at /home/brane/adapt_authoring/lib/database.js:462:14
at /home/brane/adapt_authoring/lib/database.js:386:14
at /home/brane/adapt_authoring/node_modules/async/lib/async.js:131:25
at /home/brane/adapt_authoring/lib/contentmanager.js:1602:9
at /home/brane/adapt_authoring/node_modules/async/lib/async.js:131:25
at /home/brane/adapt_authoring/plugins/content/bower/index.js:124:14
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:447:3)