Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

please find this problem

0 views
Skip to first unread message

Ashok Bhandari

unread,
Jan 3, 2010, 7:07:57 AM1/3/10
to
/usr/lib/ruby/1.8/mongrel/tcphack.rb:12:in `initialize_without_backlog':
Address already in use - bind(2) (Errno::EADDRINUSE)
--
Posted via http://www.ruby-forum.com/.

Jeff Peng

unread,
Jan 3, 2010, 7:19:06 AM1/3/10
to
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 Peng

unread,
Jan 3, 2010, 7:31:07 AM1/3/10
to
Jeff Peng:

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


Nanyang Zhan

unread,
Jan 5, 2010, 12:14:13 AM1/5/10
to
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.

0 new messages