Skip to content

Instantly share code, notes, and snippets.

@dennisoelkers
Created November 22, 2011 12:17
Show Gist options
  • Save dennisoelkers/1385537 to your computer and use it in GitHub Desktop.
Save dennisoelkers/1385537 to your computer and use it in GitHub Desktop.
Mysterious stack trace of an exiting node.js daemon - seems like the application code itself does not show up in the trace
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: EADDRINUSE, Address already in use
at doConnect (net.js:549:5)
at net.js:725:9
at dns.js:192:7
at Object.lookup (dns.js:190:11)
at Socket.connect (net.js:712:20)
at Object.createConnection (net.js:265:5)
at Agent._getConnection (http.js:1368:15)
at Agent._establishNewConnection (http.js:1183:21)
at Agent._cycle (http.js:1408:10)
at Socket.<anonymous> (http.js:1299:10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment