1

在部署到 rackspace 服务器之前,我必须运行 rake assets:precompile 命令,由于安全补丁和升级的 JSON GEM,最近将 rails 版本从 3.2.9 升级到了 3.2.11。

我收到以下错误并 rake abort。

 $> rake assets:precompile --trace
 ** Invoke assets:precompile:all (first_time)
 ** Execute assets:precompile:all
 ** Invoke assets:precompile:primary (first_time)
 ** Invoke assets:environment (first_time)
 ** Execute assets:environment
 ** Invoke environment (first_time)
 ** Execute environment
 ** Invoke tmp:cache:clear (first_time)
 ** Execute tmp:cache:clear
 ** Execute assets:precompile:primary

 rake aborted!
 Command failed with status (): [/usr/local/rvm/rubies/ruby-1.9.3-p385/bin/...]
 /usr/local/rvm/gems/ruby-1.9.3-p385@global/gems/rake-10.0.3/lib/rake   /file_utils.rb:53:in `block in create_shell_runner'
 /usr/local/rvm/gems/ruby-1.9.3-p385@global/gems/rake-10.0.3/lib/rake/file_utils.rb:45:in `call'
 /usr/local/rvm/gems/ruby-1.9.3-p385@global/gems/rake-10.0.3/lib/rake/file_utils.rb:45:in `sh'
 /usr/local/rvm/gems/ruby-1.9.3-p385/gems/actionpack-3.2.11/lib/sprockets/assets.rake:12:in `ruby_rake_task'
 /usr/local/rvm/gems/ruby-1.9.3-p385/gems/actionpack-3.2.11/lib/sprockets/assets.rake:21:in `invoke_or_reboot_rake_task'
 /usr/local/rvm/gems/ruby-1.9.3-p385/gems/actionpack-3.2.11/lib/sprockets/assets.rake:29:in `block (2 levels) in <top (required)>'
 /usr/local/rvm/gems/ruby-1.9.3-p385@global/gems/rake-10.0.3/lib/rake/application.rb:160:in  `standard_exception_handling'
 /usr/local/rvm/gems/ruby-1.9.3-p385@global/gems/rake-10.0.3/lib/rake/application.rb:70:in `run'
 /usr/local/rvm/gems/ruby-1.9.3-p385@global/gems/rake-10.0.3/bin/rake:33:in `<top (required)>'
/usr/local/rvm/gems/ruby-1.9.3-p385@global/bin/rake:19:in `load'
/usr/local/rvm/gems/ruby-1.9.3-p385@global/bin/rake:19:in `<main>'
/usr/local/rvm/gems/ruby-1.9.3-p385/bin/ruby_noexec_wrapper:14:in `eval'
/usr/local/rvm/gems/ruby-1.9.3-p385/bin/ruby_noexec_wrapper:14:in `<main>'
Tasks: TOP => assets:precompile

有什么解决方案吗?

4

1 回答 1

2

可能是内存问题?尝试在 VPS 中升级 RAM

于 2013-04-05T09:44:26.343 回答