2013-02-18 56 views
1

由於安全補丁和升級版JSON GEM,我必須運行rake資源:在rackspace服務器部署之前的預編譯命令,最近升級的rails版本從3.2.9升級到3.2.11。rake assets precompile with rails 3.2.11

我得到以下錯誤和耙子中止。

$> 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/[email protected]/gems/rake-10.0.3/lib/rake /file_utils.rb:53:in `block in create_shell_runner' 
/usr/local/rvm/gems/[email protected]/gems/rake-10.0.3/lib/rake/file_utils.rb:45:in `call' 
/usr/local/rvm/gems/[email protected]/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/[email protected]/gems/rake-10.0.3/lib/rake/application.rb:160:in `standard_exception_handling' 
/usr/local/rvm/gems/[email protected]/gems/rake-10.0.3/lib/rake/application.rb:70:in `run' 
/usr/local/rvm/gems/[email protected]/gems/rake-10.0.3/bin/rake:33:in `<top (required)>' 
/usr/local/rvm/gems/[email protected]/bin/rake:19:in `load' 
/usr/local/rvm/gems/[email protected]/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 

任何解決方案?

回答

2

可能是內存問題? 嘗試升級VPS中的RAM

+0

是的,增加的RAM容量高達1GB的問題消失了。謝謝。 – prabu 2013-04-06 17:32:17

相關問題