【发布时间】:2012-12-17 11:09:20
【问题描述】:
我一直在尝试部署我的第一个 Heroku 应用程序,但问题接踵而至。我会继续粘贴我遇到的错误代码。
在 heroku.open 上:
打开secure-reef-1182...失败 ! Heroku 客户端内部错误。 !寻求帮助:https://help.heroku.com !或报告错误:https://github.com/heroku/heroku/issues/new
错误:未定义的方法
licenses=' for #<Gem::Specification name=multi_json >version=1.5.0> (NoMethodError) Backtrace: /usr/local/lib/site_ruby/1.9.1/rubygems/source_index.rb:74:ineval' /usr/local/lib/site_ruby/1.9.1/rubygems/specification.rb:388:in版本:heroku-toolbelt/2.33.5 (x86_64-linux) ruby/1.9.3
在 heroku.ps 上
=== 网络:
bundle exec rails server -p $PORTweb.1:崩溃 2013/01/02 21:07:51(约 4m 前)
在我的 heroku.logs 中,我收到这些类型的错误消息
at=error code=H10 desc="App crashed" method=GET path=/ host=secure-reef-1182.herokuapp.com >fwd=50.134.210.222 dyno= queue= wait= connect= service= status= 503 字节=
【问题讨论】:
-
日志中还有其他内容吗? H10 表示您的应用程序崩溃 - 您的应用程序是否引发任何其他异常?它在本地运行吗?
标签: ruby heroku heroku-toolbelt