ruby on rails - Failed in deploying to Heroku -


when deploying ruby on rails app heroku, an application error page, here

when typing heroku logs in terminal line, following information not know how process? can tell me need solve issue?

2016-07-11t11:12:32.333185+00:00 heroku[api]: release v2 created nicholas.wenzel@internsgopro.com 2016-07-11t11:12:32.333065+00:00 heroku[api]: enable logplex nicholas.wenzel@internsgopro.com 2016-07-11t11:13:09.721816+00:00 heroku[slug-compiler]: slug compilation failed: failed compile ruby app 2016-07-11t11:13:09.721807+00:00 heroku[slug-compiler]: slug compilation started 2016-07-11t11:17:24.819913+00:00 heroku[api]: set lang, rack_env, rails_env, rails_serve_static_files, secret_key_base config vars nicholas.wenzel@internsgopro.com 2016-07-11t11:17:24.820006+00:00 heroku[api]: release v3 created nicholas.wenzel@internsgopro.com 2016-07-11t11:17:25.503120+00:00 heroku[api]: attach database (@ref:postgresql-rectangular-14432) nicholas.wenzel@internsgopro.com 2016-07-11t11:17:25.503211+00:00 heroku[api]: release v4 created nicholas.wenzel@internsgopro.com 2016-07-11t11:17:25.942507+00:00 heroku[api]: scale web=1 nicholas.wenzel@internsgopro.com 2016-07-11t11:17:25.943837+00:00 heroku[api]: release v5 created nicholas.wenzel@internsgopro.com 2016-07-11t11:17:25.943474+00:00 heroku[api]: deploy d12e1f4 nicholas.wenzel@internsgopro.com 2016-07-11t11:17:26.383271+00:00 heroku[slug-compiler]: slug compilation started 2016-07-11t11:17:26.383275+00:00 heroku[slug-compiler]: slug compilation finished 2016-07-11t11:17:28.217297+00:00 heroku[web.1]: starting process command `bin/rails server -p 40742 -e production` 2016-07-11t11:17:29.955175+00:00 app[web.1]: bash: bin/rails: no such file or directory 2016-07-11t11:17:30.862720+00:00 heroku[web.1]: process exited status 127 2016-07-11t11:17:30.877538+00:00 heroku[web.1]: state changed starting crashed 2016-07-11t11:17:30.878343+00:00 heroku[web.1]: state changed crashed starting 2016-07-11t11:17:33.707325+00:00 heroku[web.1]: starting process command `bin/rails server -p 13244 -e production` 2016-07-11t11:17:35.968520+00:00 app[web.1]: bash: bin/rails: no such file or directory 2016-07-11t11:17:37.094194+00:00 heroku[web.1]: state changed starting crashed 2016-07-11t11:17:37.083048+00:00 heroku[web.1]: process exited status 127 2016-07-11t11:17:38.324735+00:00 heroku[router]: at=error code=h10 desc="app crashed" method=get path="/" host=secret-fjord-97193.herokuapp.com request_id=2fb7b183-2953-4290-a56e-cc4ab8000f5b fwd="31.179.119.186" dyno= connect= service= status=503 bytes= 2016-07-11t11:17:39.262796+00:00 heroku[router]: at=error code=h10 desc="app crashed" method=get path="/favicon.ico" host=secret-fjord-97193.herokuapp.com request_id=7a1d15d7-9ce4-44b2-ab29-3853c0223b06 fwd="31.179.119.186" dyno= connect= service= status=503 bytes= 2016-07-11t11:18:47.008968+00:00 heroku[api]: starting process command `bundle exec rake db:migrate` nicholas.wenzel@internsgopro.com 2016-07-11t11:18:50.699273+00:00 heroku[run.8742]: awaiting client 2016-07-11t11:18:50.745068+00:00 heroku[run.8742]: starting process command `bundle exec rake db:migrate` 2016-07-11t11:18:50.800462+00:00 heroku[run.8742]: state changed starting 2016-07-11t11:18:57.245641+00:00 heroku[run.8742]: process exited status 0 2016-07-11t11:18:57.263781+00:00 heroku[run.8742]: state changed complete 2016-07-11t11:19:05.165252+00:00 heroku[router]: at=error code=h10 desc="app crashed" method=get path="/" host=secret-fjord-97193.herokuapp.com request_id=1847e12b-66b1-44a9-8f5a-b50505aeb464 fwd="31.179.119.186" dyno= connect= service= status=503 bytes= 2016-07-11t11:19:41.487888+00:00 heroku[router]: at=error code=h10 desc="app crashed" method=get path="/" host=secret-fjord-97193.herokuapp.com request_id=631d71c7-d998-48d6-acd8-5ea507ba4554 fwd="31.179.119.186" dyno= connect= service= status=503 bytes= 2016-07-11t11:20:03.603738+00:00 heroku[router]: at=error code=h10 desc="app crashed" method=get path="/" host=secret-fjord-97193.herokuapp.com request_id=ceef2839-b13b-4794-9e17-1a87b8b344f8 fwd="31.179.119.186" dyno= connect= service= status=503 bytes= 

run rake rails:update:bin create bin folder added in rails4, make commit , push heroku. hope helps.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -