On Tue, May 29, 2012 at 4:24 PM, thuan le minh <[email protected]> wrote:
> Hi all,
>
> i installed Nginx and Node.js in my server !
> i tested Nginx , it worked Ok
>
> when i try ran my node.js file , i got an error :
>
> node.js:201
>        throw e; // process.nextTick error, or 'error' event on first
> tick
>              ^
> Error: listen EADDRNOTAVAIL
>    at errnoException (net.js:614:11)
>    at Array.0 (net.js:689:28)
>    at EventEmitter._tickCallback (node.js:192:40)
>
>
> some body help me fix it ?
>
> thank !

You should post your code but, at a glance, it seems you're trying to
bind to an IP address you don't actually own.

-- 
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