我是AWS和RoR的全新手。我真的不知道在哪里挖。我试图按照本教程进行操作: http://ruby.awsblog.com/post/Tx2AK2MFX0QHRIO/Deploying-Ruby-Applications-to-AWS-Elastic-Beanstalk-with-Git并在第一部分取得成功(直到带有祝贺的红色AWS页面)。
但是,当我使用fooapp
上传git aws.push
并导航到http://fooapp-env-ftcbuwt5df.elasticbeanstalk.com/时,我看到"我们很抱歉,但出了点问题(500)"
它只是默认设置,可能出现了什么问题?亚马逊是一个巨大的痛苦。
PS。我已经尝试设置consider_all_requests_local = true
和log_level = :debug
。并且错误消息仍然没有任何细节...
答案 0 :(得分:3)
我在日志文件中发现了这个错误:
Did not recognize your adapter specification (cannot load such file -- json/ext/parser)
谷歌搜索给了我这篇文章,其中的人有同样的问题:
http://www.frontcoded.com/rails-4-amazon-elastic-beanstalk.html
现在一切都按预期工作了。