错误R10(启动超时) - > Web进程失败

时间:2014-08-27 03:22:59

标签: node.js heroku ember.js ember-cli

heroku日志显示此错误。我做错了请建议我吗?

Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
2014-08-27T01:54:33.096092+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=aqueous-bayou-5108.herokuapp.com request_id=4e479089-3755-40b9-aad8-94a5bd55ac1a fwd="180.215.131.218" dyno= connect= service= status=503 bytes=
2014-08-27T01:54:33.593740+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=aqueous-bayou-5108.herokuapp.com request_id=f052cb47-9e27-4de5-903f-d5d6ac33d6d0 fwd="180.215.131.218" dyno= connect= service= status=503 bytes=
2014-08-27T01:54:33.943547+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=aqueous-bayou-5108.herokuapp.com request_id=70a09969-afd6-4528-974c-be4528d5bab8 fwd="180.215.131.218" dyno= connect= service= status=503 bytes=
2014-08-27T02:09:51.315842+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=aqueous-bayou-5108.herokuapp.com request_id=b5b2be11-1fcc-4af3-9941-4cfb5b675b23 fwd="180.215.131.218" dyno= connect= service= status=503 bytes=

1 个答案:

答案 0 :(得分:0)

谢谢nitzan,你真的很棒。我也在这里发布了这个问题“https://github.com/stefanpenner/ember-cli/issues/1080

然后我更改了我的buildpack网址,现在一切正常。

heroku config:设置BUILDPACK_URL = https://github.com/tonycoco/heroku-buildpack-ember-cli.git

感谢。