Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Error: ECONNREFUSED, Connection refused #3218

Closed
harishv opened this issue May 4, 2012 · 3 comments
Closed

Error: ECONNREFUSED, Connection refused #3218

harishv opened this issue May 4, 2012 · 3 comments

Comments

@harishv
Copy link

harishv commented May 4, 2012

Hi Friends,

I'm getting the following error's very frequently from the time I moved my code-set from a local system to a Cloud Server.

Please help me out in fixing this.

Error #1:

node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: ECONNREFUSED, Connection refused
at Socket._onConnect (net.js:601:18)
at IOWatcher.onWritable as callback

Error #2:

node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: ECONNREFUSED, Connection refused
at Client._onConnect (net.js:601:18)
at IOWatcher.onWritable as callback

Thanks in advance.

@impronunciable
Copy link

Check if the combination of host and port of your http server is offline or unreachable.

@harishv
Copy link
Author

harishv commented May 4, 2012

They are running perfectly till these errors occur. My node is terminated once I see this error.

@bnoordhuis
Copy link
Member

Please try the mailing list or the IRC channel, the issue tracker is not a support forum.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants