vote up 0 vote down star

Hi everyone,

I can't start mongrel server. When I have a look at log file, it tells me that the address that I wanted to use is not available. I tried to check if there were some services using that address, but I could not find any.

The error message in log file:

`initialize_without_backlog': Cannot assign requested address - bind(2) (Errno::EADDRNOTAVAIL)

Any help is appreciated.

Cheers,

flag

2 Answers

vote up 1 vote down

Some other process is using the same port. See the process list and see if you can find another server running.

If you're running linux try ps -A | grep ruby and see if you get any results.

It is also possible that the particular port is blocked by a firewall or some other security software or you need admin privileges.

link|flag
vote up 0 vote down

i've usually seen this when I'm already running mongrel on the same port in another window

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.