Skip to content

Instantly share code, notes, and snippets.

Created November 19, 2014 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/09726b7458560fe8e5f3 to your computer and use it in GitHub Desktop.
Save anonymous/09726b7458560fe8e5f3 to your computer and use it in GitHub Desktop.
Start Application Error - Log
Command: start application on the jitsu site
And this is what I see in the online log when I try to deploy:
out Wed, 19 Nov 2014 15:47:52 GMT MEAN.JS application started on port 3000err Wed, 19 Nov 2014 15:47:52 GMT ^out Wed, 19 Nov 2014 15:47:53 GMT out Wed, 19 Nov 2014 15:47:53 GMT out Wed, 19 Nov 2014 15:47:53 GMT Application loaded using the "production" environment configurationout Wed, 19 Nov 2014 15:47:54 GMT MEAN.JS application started on port 3000err Wed, 19 Nov 2014 15:47:54 GMT events.js:72err Wed, 19 Nov 2014 15:47:54 GMT Error: failed to connect to [localhost:27017]at null.(/opt/run/snapshot/package/node_modules/mongoose/node_modules/mongodb/lib/mongodb/connection/server.js:549:74)at emit (events.js:106:17)at null.(/opt/run/snapshot/package/node_modules/mongoose/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:150:15)at emit (events.js:98:17)at Socket.(/opt/run/snapshot/package/node_modules/mongoose/node_modules/mongodb/lib/mongodb/connection/connection.js:533:10)at Socket.emit (events.js:95:17)at net.js:440:14at process._tickCallback (node.js:419:13)err Wed, 19 Nov 2014 15:47:54 GMT throw er; // Unhandled 'error' eventerr Wed, 19 Nov 2014 15:47:54 GMT ^out Wed, 19 Nov 2014 15:47:55 GMT out Wed, 19 Nov 2014 15:47:55 GMT Application loaded using the "production" environment configurationout Wed, 19 Nov 2014 15:47:55 GMT err Wed, 19 Nov 2014 15:47:57 GMT events.js:72err Wed, 19 Nov 2014 15:47:57 GMT out Wed, 19 Nov 2014 15:47:57 GMT MEAN.JS application started on port 3000err Wed, 19 Nov 2014 15:47:57 GMT throw er; // Unhandled 'error' eventerr Wed, 19 Nov 2014 15:47:57 GMT ^err Wed, 19 Nov 2014 15:47:57 GMT Error: failed to connect to [localhost:27017]at null.(/opt/run/snapshot/package/node_modules/mongoose/node_modules/mongodb/lib/mongodb/connection/server.js:549:74)at emit (events.js:106:17)at null.(/opt/run/snapshot/package/node_modules/mongoose/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:150:15)at emit (events.js:98:17)at Socket.(/opt/run/snapshot/package/node_modules/mongoose/node_modules/mongodb/lib/mongodb/connection/connection.js:533:10)at Socket.emit (events.js:95:17)at net.js:440:14at process._tickCallback (node.js:419:13)
@akadhim
Copy link

akadhim commented Nov 19, 2014

Error: failed to connect to [localhost:27017]
at null. (/opt/run/snapshot/package/node_modules/mongoose/node_modules/mongodb/lib/mongodb/connection/server.js:549:74)
at emit (events.js:106:17)
at null. (/opt/run/snapshot/package/node_modules/mongoose/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:150:15)
at emit (events.js:98:17)
at Socket. (/opt/run/snapshot/package/node_modules/mongoose/node_modules/mongodb/lib/mongodb/connection/connection.js:533:10)
at Socket.emit (events.js:95:17)
at net.js:440:14
at process._tickCallback (node.js:419:13)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment