On Mon, May 7, 2012 at 1:04 PM, Harish Varada <[email protected]> wrote:
> 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.
>
> This is stopping my work completely. :(
>
> This mainly occurs when I create a Socket stream amount to users over the
> website through 'httpclient'
>
> 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.

Attach an error listener to the request object. Also, I suggest that
you upgrade to v0.6 - v0.4 is not supported anymore.

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to