`initialize_without_backlog': Bad file descriptor - bind(2) (Errno::EBADF)

Aptanaでサーバーを起動したところでこんなエラーが出た。

`initialize_without_backlog': Bad file descriptor - bind(2) (Errno::EBADF)

Ruby Forum(http://www.ruby-forum.com/topic/134895)で似たような事例で困っている件を見つけた。
 

Hi Nii,

Looks like something else is already running on the port that Mongrel
wants,3000 by default. See if you have any other mongrels running (ps -ef) or better yet, bring up http://localhost:3000 and see what's running.

Michael

やぁ にる

他の何かがデフォルトで既にMongrelが欲しいポート、3000で動いているように見えます。 まだ他の雑種を実行(ps -ef)か、より良くしているかどうかを見てください、そして、 http://localhost:3000 を持って来てください、そして、稼働しているものを見てください。

みっしぇる

ホストをローカルマシンのIPアドレスにしていたのを「127.0.0.1」に戻したら動いた。