Please find this problem

/usr/lib/ruby/1.8/mongrel/tcphack.rb:12:in `initialize_without_backlog’:
Address already in use - bind(2) (Errno::EADDRINUSE)

Ashok Bhandari :

/usr/lib/ruby/1.8/mongrel/tcphack.rb:12:in `initialize_without_backlog’:
Address already in use - bind(2) (Errno::EADDRINUSE)

That means a socket can’t bind to an address/port.

Jeff P.:

Ashok Bhandari :

/usr/lib/ruby/1.8/mongrel/tcphack.rb:12:in `initialize_without_backlog’:
Address already in use - bind(2) (Errno::EADDRINUSE)

That means a socket can’t bind to an address/port.

sorry forgot to mention, this happens due to the address/port have been
used by others as the warnings said.

Ashok Bhandari wrote:

/usr/lib/ruby/1.8/mongrel/tcphack.rb:12:in `initialize_without_backlog’:
Address already in use - bind(2) (Errno::EADDRINUSE)

You may have started another mongrel / web server on the same ip:port
already. stop the server first then try again.