【发布时间】:2013-07-26 08:03:41
【问题描述】:
我正在尝试启动我的 phusion 乘客服务器。我得到的错误是
An error occurred while starting up the preloader: it did not write a startup response in time.
我从 phusion 乘客那里关注了这个 wiki https://github.com/phusion/passenger/wiki/Debugging-application-startup-problems
我发现我的 rails 应用程序卡在 Bundler.require 行的 config/application.rb 中。看起来我有很多宝石,并且 Bundler.require 需要很多时间,然后 phusion 乘客服务器退出。
我该如何克服这个问题。
这里是服务器链接http://zenkars.com/
【问题讨论】:
标签: ruby-on-rails ruby-on-rails-3 apache bundler passenger