dbashford / mimosa-server-reload

A Mimosa module that will restart a node server when server code changes
2 stars 1 forks source link

Error: listen EADDRINUSE #5

Open tristanMatthias opened 10 years ago

tristanMatthias commented 10 years ago

The restart of this plugin causes this error: Error: listen EADDRINUSE at errnoException (net.js:901:11) at Server._listen2 (net.js:1039:14) at Server._listen2 (/FAKE-PATH/node_modules/newrelic/node_modules/continuation-local-storage/node_modules/async-listener/index.js:69:23) at listen (net.js:1061:10) at Server.listen (net.js:1127:5) at Object.exports.startServer (/FAKE-PATH/server.js:45:10) at /usr/local/lib/node_modules/mimosa/node_modules/mimosa-server/lib/servers/provided.js:53:25 at /FAKE-PATH/node_modules/newrelic/node_modules/continuation-local-storage/node_modules/async-listener/glue.js:177:31 at Object.cb [as oncomplete] (fs.js:168:19)

dbashford commented 10 years ago

This happen with a fresh install? Fresh project that is.

What's new relic doing?