Created
December 10, 2014 19:10
-
-
Save i5okie/9d63f2cfeaa0d37724de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
verbose: Starting ORM... | |
Error creating a connection to Postgresql: Error: connect ECONNREFUSED | |
error: A hook (`orm`) failed to load! | |
error: Error: connect ECONNREFUSED | |
at errnoException (net.js:904:11) | |
at Object.afterConnect [as oncomplete] (net.js:895:19) { [Error: connect ECONNREFUSED] | |
code: 'ECONNREFUSED', | |
errno: 'ECONNREFUSED', | |
syscall: 'connect' } | |
verbose: Lowering sails... | |
verbose: Sent kill signal to child process (1986)... | |
verbose: Shutting down socket server... | |
verbose: Shutting down HTTP server... | |
error: Error: connect ECONNREFUSED | |
at errnoException (net.js:904:11) | |
at Object.afterConnect [as oncomplete] (net.js:895:19) { [Error: connect ECONNREFUSED] | |
code: 'ECONNREFUSED', | |
errno: 'ECONNREFUSED', | |
syscall: 'connect' } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment