please find this problem

A

Ashok Bhandari

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

Jeff Peng

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

Jeff Peng

Jeff Peng:
Ashok Bhandari :

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

Nanyang Zhan

Ashok said:
/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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,161
Messages
2,570,892
Members
47,429
Latest member
JacelynKit

Latest Threads

Top