That problem is solved but other problems appeared at the same time. After trying about 10 times i came to an end on the server like this below;
2015-01-02T13:16:21.009953+00:00 app[web.1]: Compiled src/boss/boss_web_controller_util.erl
2015-01-02T13:16:21.073264+00:00 app[web.1]: Compiled src/tests/ct/make_app_SUITE.erl
2015-01-02T13:16:21.115936+00:00 app[web.1]: Compiled src/boss/boss_websocket_router.erl
2015-01-02T13:16:21.588965+00:00 app[web.1]: Compiled src/boss/boss_html_errors_template.dtl
2015-01-02T13:16:21.602354+00:00 app[web.1]: Compiled src/boss/boss_html_doc_template.dtl
2015-01-02T13:16:21.747781+00:00 app[web.1]: *********************************************************************************
2015-01-02T13:16:21.750213+00:00 app[web.1]: CONGRATULATIONS! You've successfully built ChicagoBoss. Pat yourself on the back.
2015-01-02T13:16:21.752580+00:00 app[web.1]: If you're unsure what to do next, try making a new app with:
2015-01-02T13:16:21.754999+00:00 app[web.1]: make app PROJECT=my_project_name
2015-01-02T13:16:21.757436+00:00 app[web.1]: *********************************************************************************
2015-01-02T13:16:21.763536+00:00 app[web.1]: starting boss in production mode...
2015-01-02T13:16:21.592122+00:00 app[web.1]: Compiled src/boss/boss_html_error_template.dtl
2015-01-02T13:16:21.746528+00:00 app[web.1]:
2015-01-02T13:16:21.748962+00:00 app[web.1]:
2015-01-02T13:16:21.751391+00:00 app[web.1]:
2015-01-02T13:16:21.753744+00:00 app[web.1]:
2015-01-02T13:16:21.756158+00:00 app[web.1]:
2015-01-02T13:16:21.758675+00:00 app[web.1]:
2015-01-02T13:16:25.244379+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
2015-01-02T13:16:25.244379+00:00 heroku[web.1]: Stopping process with SIGKILL
2015-01-02T13:16:25.955523+00:00 heroku[web.1]: Process exited with status 137
2015-01-02T13:16:25.971137+00:00 heroku[web.1]: State changed from starting to crashed
Altohugh boss starts in production mode, the server is not becoming up. It waits the remaining 2 second out of 60 and crashes because of timeout error.
Do you have any idea about this?
Thanks
Mert
2 Ocak 2015 Cuma 15:15:05 UTC+2 tarihinde Kai Janson yazdı: