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

Error: listen EADDRINUSE :::15454 #4

Closed
noahcoetsee opened this issue Jan 19, 2017 · 1 comment
Closed

Error: listen EADDRINUSE :::15454 #4

noahcoetsee opened this issue Jan 19, 2017 · 1 comment

Comments

@noahcoetsee
Copy link

This is an error. Any idea what caused it when I ran the server.js using Cloud9.... I'm not sure what is going on!

Error: listen EADDRINUSE :::15454 at Object.exports._errnoException (util.js:907:11) at exports._exceptionWithHostPort (util.js:930:20) at Agent.Server._listen2 (net.js:1250:14) at listen (net.js:1286:10) at Agent.Server.listen (net.js:1382:5) at Object.start (_debug_agent.js:21:9) at startup (node.js:70:44) at node.js:974:3

@jondubois
Copy link
Owner

jondubois commented Jan 19, 2017

Sounds like you tried listening to a port which is already in use... Maybe it's used by a different instance of IOGrid. You can try running this in the console (warning, it will shut down all your Node.js processes):

killall node

Then try launching again.

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