Created
March 29, 2011 17:55
-
-
Save bigeasy/892862 to your computer and use it in GitHub Desktop.
Connect Stack Trace (Short, Useless)
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
| node.js:134 | |
| throw e; // process.nextTick error, or 'error' event on first tick | |
| ^ | |
| Error: ECONNREFUSED, Connection refused | |
| at Socket._onConnect (net.js:599:18) | |
| at IOWatcher.onWritable [as callback] (net.js:186:12) |
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
| server = connect.createServer( | |
| connect.logger(), | |
| connect.bodyParser(), | |
| connect.router(routes), | |
| connect.static(__dirname + "/../public") | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment