Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Heroku Error H10 (App crashed)

My Heroku app has crashed, and all i'm getting out of the logs is Error H10 (App crashed)

2012-03-28T14:11:56+00:00 heroku[router]: Error H10 (App crashed) -> GET www.devsite.com/ dyno= queue= wait= service= status=503 bytes=
2012-03-28T14:11:56+00:00 heroku[nginx]: 109.145.58.15 - - [28/Mar/2012:14:11:56 +0000] "GET / HTTP/1.1" 503 607 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.83 Safari/535.11" www.devsite.com

Any idea how to draw more information out of heroku logs - or find out what is wrong?

like image 691
user1051849 Avatar asked Mar 28 '12 14:03

user1051849


1 Answers

I had similar issues and it was related to the dynos. H10 error.

Just run:

heroku restart

Fixed it for me!

like image 118
Samuel Cesc Avatar answered Oct 04 '22 00:10

Samuel Cesc