Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unclear error when starting a node process when a port is already taken. #65

Closed
monteslu opened this issue Oct 15, 2013 · 3 comments
Closed

Comments

@monteslu
Copy link

Without node-newrelic, when you attempt to start a server with a port take, then error message is similar to:
Error: listen EADDRINUSE

With node-newrelic, you get this:
TypeError: Cannot read property 'onconnection' of null

Took me a while to realize this meant I had a node server on the same port still running in another tab.

@othiym23
Copy link
Contributor

Thanks for the report! I believe this error was fixed in version 0.11.9 of the module -- it's an issue in one of the underlying libraries. What version of the module are you running?

@monteslu
Copy link
Author

Was using 0.11.5
Confirmed it is fixed in 0.11.9

Thanks!

@othiym23
Copy link
Contributor

Sweeet! 🎉

cmcadams-newrelic pushed a commit to cmcadams-newrelic/node-newrelic that referenced this issue Jan 29, 2024
jsumners-nr pushed a commit to jsumners-nr/node-newrelic that referenced this issue Apr 11, 2024
removed methods lib and use our own implementation
jsumners-nr pushed a commit to jsumners-nr/node-newrelic that referenced this issue Apr 16, 2024
…_updates

Updates to Readme, guidelines and templates
bizob2828 pushed a commit to bizob2828/node-newrelic that referenced this issue Apr 19, 2024
…endency

Remove AWS servers as dependency for versioned tests
bizob2828 pushed a commit to bizob2828/node-newrelic that referenced this issue Apr 23, 2024
…endency

Remove AWS servers as dependency for versioned tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants