Wednesday, February 15, 2012

Rails: WARN TCPServer Error: Address already in use - bind(2)

Getting this message when trying to start WEBrick. Run
lsof|grep 3000
then
kill -9
the pid you get from the previous command.

No comments:

Post a Comment