我正在尝试在已经在开发模式下工作的Vagrant框(Ubuntu precise64)中的OpenCongress安装上执行rails s -e production
。当我尝试在生产中运行服务器时,我得到了这个:
=> Booting WEBrick
=> Rails 3.0.20 application starting in production on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
** [Raven] Raven 0.7.1 ready to catch errors
无限期停留的地方。我无法在localhost:3000
访问该应用,并且鉴于没有错误消息,我无法诊断发生了什么。
该应用程序在Postgres DB上运行,数据库中存在database.yml
中指定的生产表。我真心不知道发生了什么。
编辑:在Gemfile中评论特定于生产的宝石没有任何效果。此外,尝试通过执行bundle exec thin -e production
来运行应用程序,同时保留Raven消息,然后此过程无法处理(发送Ctrl-C
信号显示“正在停止...”消息不会消失。)