Thursday, December 24, 2009

Rails error: initialize_without_backlog': Address already in use - bind(2)

When try to start the webserver for the application some times this error may happen. This happen when you already run any application in the same port number. Make sure you are not running any other rails application with that same web server in the same system.

If you already start the server one one application, stop it for that application and run for the new application you want.

Good Luck -:)

No comments: