-
Notifications
You must be signed in to change notification settings - Fork 400
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
Comments
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? |
Was using 0.11.5 Thanks! |
Sweeet! 🎉 |
cmcadams-newrelic
pushed a commit
to cmcadams-newrelic/node-newrelic
that referenced
this issue
Jan 29, 2024
added simple inifinite trace mock server
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
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.
The text was updated successfully, but these errors were encountered: