Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R11 - Bad bind #5

Open
Filirom1 opened this issue Dec 8, 2012 · 3 comments
Open

R11 - Bad bind #5

Filirom1 opened this issue Dec 8, 2012 · 3 comments

Comments

@Filirom1
Copy link
Member

Filirom1 commented Dec 8, 2012

R11 - Bad bind

A process performed an incorrect TCP socket bind. This error is often caused by binding to a port other than the assigned $PORT. It can also be caused by binding to an interface other than 0.0.0.0 or *.

2011-05-03T17:38:16+00:00 heroku[web.1]: Starting process with command: bundle exec ruby web.rb -e production
2011-05-03T17:38:18+00:00 app[web.1]: == Sinatra/1.2.3 has taken the stage on 4567 for production with backup from Thin
2011-05-03T17:38:18+00:00 app[web.1]: >> Thin web server
2011-05-03T17:38:18+00:00 app[web.1]: >> Maximum connections set to 1024
2011-05-03T17:38:18+00:00 app[web.1]: >> Listening on 0.0.0.0:4567, CTRL+C to stop
2011-05-03T17:38:18+00:00 heroku[web.1]: Error R11 (Bad bind) -> Process bound to port 4567, should be 43411 (see environment variable PORT)
2011-05-03T17:38:18+00:00 heroku[web.1]: Stopping process with SIGKILL
2011-05-03T17:38:18+00:00 heroku[web.1]: Process exited
2011-05-03T17:38:20+00:00 heroku[web.1]: State changed from starting to crashed

https://devcenter.heroku.com/articles/error-codes#r11-bad-bind

@Filirom1
Copy link
Member Author

Filirom1 commented Dec 9, 2012

Related to #1

@Filirom1
Copy link
Member Author

@Filirom1
Copy link
Member Author

Filirom1 commented Apr 7, 2013

Was started here : 02f3627...ee33028

But reverted because of #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant