尝试运行Heroku应用程序时出错

时间:2013-01-03 04:14:10

标签: ruby heroku heroku-toolbelt

我一直在尝试部署我的第一个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:in eval'                    /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上

  

=== web:bundle exec rails server -p $PORT   web.1:crashed 2013/01/02 21:07:51(~4m ago)

在我的heroku.logs中,我收到了这些类型的错误消息

  

at = error code = H10 desc =“App crashed”method = GET path = / host = secure-reef-1182.herokuapp.com&gt; fwd = 50.134.210.222 dyno = queue = wait = connect = service = status = 503字节=

1 个答案:

答案 0 :(得分:0)

  

“Web进程崩溃的Web进程或启动超时将显示此错误。”

  • 确保您在开发环境中测试所有内容 第一
  • 如果您的应用在本地运行,请检查需要在heroku中设置的全局配置。