Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.81 KB | None | 0 0
  1. bundle --local
  2. Using rake (0.9.2.2)
  3. Using bigdecimal (1.1.0)
  4. Using i18n (0.6.0)
  5. Using multi_json (1.3.6)
  6. Using activesupport (3.2.8)
  7. Using builder (3.0.0)
  8. Using activemodel (3.2.8)
  9. Using erubis (2.7.0)
  10. Using journey (1.0.4)
  11. Using rack (1.4.1)
  12. Using rack-cache (1.2)
  13. Using rack-test (0.6.1)
  14. Using hike (1.2.1)
  15. Using tilt (1.3.3)
  16. Using sprockets (2.4.5)
  17. Using actionpack (3.2.8)
  18. Using mime-types (1.19)
  19. Using polyglot (0.3.3)
  20. Using treetop (1.4.10)
  21. Using mail (2.4.4)
  22. Using actionmailer (3.2.8)
  23. Using arel (3.0.2)
  24. Using tzinfo (0.3.33)
  25. Using activerecord (3.2.8)
  26. Using activeresource (3.2.8)
  27. Using chunky_png (1.2.6)
  28. Using coffee-script-source (1.3.3)
  29. Using execjs (1.4.0)
  30. Using coffee-script (2.2.0)
  31. Using rack-ssl (1.3.2)
  32. Using json (1.7.3)
  33. Using rdoc (3.12)
  34. Using thor (0.18.1)
  35. Using railties (3.2.8)
  36. Using coffee-rails (3.2.2)
  37. Using fssm (0.2.8.1)
  38. Using sass (3.1.20)
  39. Using compass (0.12.2)
  40. Using compass-rails (1.0.3)
  41. Using formtastic (1.2.4)
  42. Using haml (4.0.3)
  43. Using jquery-rails (3.1.0)
  44. Using minitest (3.5.0)
  45. Using net-http-persistent (2.7)
  46. Using bundler (1.3.5)
  47. Using rails (3.2.8)
  48. Using rdiscount (1.6.8)
  49. Using sass-twitter-bootstrap (2.0.1)
  50. Using openshift-origin-console (1.26.3.1)
  51. Using ref (1.0.0)
  52. Using sass-rails (3.2.5)
  53. Using syslog-logger (1.6.8)
  54. Using therubyracer (0.11.0beta5)
  55. Using uglifier (1.2.6)
  56. Your bundle is complete!
  57. Use `bundle show [gemname]` to see where a bundled gem is installed.
  58. [root@ps-openshift-broker console]# rake assets:precompile --trace
  59. ** Invoke assets:precompile (first_time)
  60. ** Execute assets:precompile
  61. /opt/rh/ruby193/root/usr/bin/ruby /opt/rh/ruby193/root/usr/bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets --trace
  62. rake aborted!
  63. Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes.
  64. /opt/rh/ruby193/root/usr/share/gems/gems/execjs-1.4.0/lib/execjs/runtimes.rb:51:in `autodetect'
  65. /opt/rh/ruby193/root/usr/share/gems/gems/execjs-1.4.0/lib/execjs.rb:5:in `<module:ExecJS>'
  66. /opt/rh/ruby193/root/usr/share/gems/gems/execjs-1.4.0/lib/execjs.rb:4:in `<top (required)>'
  67. /opt/rh/ruby193/root/usr/share/gems/gems/coffee-script-2.2.0/lib/coffee_script.rb:1:in `require'
  68. /opt/rh/ruby193/root/usr/share/gems/gems/coffee-script-2.2.0/lib/coffee_script.rb:1:in `<top (required)>'
  69. /opt/rh/ruby193/root/usr/share/gems/gems/coffee-script-2.2.0/lib/coffee-script.rb:1:in `require'
  70. /opt/rh/ruby193/root/usr/share/gems/gems/coffee-script-2.2.0/lib/coffee-script.rb:1:in `<top (required)>'
  71. /opt/rh/ruby193/root/usr/share/gems/gems/coffee-rails-3.2.2/lib/coffee-rails.rb:1:in `require'
  72. /opt/rh/ruby193/root/usr/share/gems/gems/coffee-rails-3.2.2/lib/coffee-rails.rb:1:in `<top (required)>'
  73. /opt/rh/ruby193/root/usr/share/gems/gems/bundler-1.3.5/lib/bundler/runtime.rb:72:in `require'
  74. /opt/rh/ruby193/root/usr/share/gems/gems/bundler-1.3.5/lib/bundler/runtime.rb:72:in `block (2 levels) in require'
  75. /opt/rh/ruby193/root/usr/share/gems/gems/bundler-1.3.5/lib/bundler/runtime.rb:70:in `each'
  76. /opt/rh/ruby193/root/usr/share/gems/gems/bundler-1.3.5/lib/bundler/runtime.rb:70:in `block in require'
  77. /opt/rh/ruby193/root/usr/share/gems/gems/bundler-1.3.5/lib/bundler/runtime.rb:59:in `each'
  78. /opt/rh/ruby193/root/usr/share/gems/gems/bundler-1.3.5/lib/bundler/runtime.rb:59:in `require'
  79. /opt/rh/ruby193/root/usr/share/gems/gems/bundler-1.3.5/lib/bundler.rb:132:in `require'
  80. /var/www/openshift/console/config/application.rb:7:in `<top (required)>'
  81. /var/www/openshift/console/Rakefile:5:in `require'
  82. /var/www/openshift/console/Rakefile:5:in `<top (required)>'
  83. /opt/rh/ruby193/root/usr/share/gems/gems/rake-0.9.2.2/lib/rake/rake_module.rb:25:in `load'
  84. /opt/rh/ruby193/root/usr/share/gems/gems/rake-0.9.2.2/lib/rake/rake_module.rb:25:in `load_rakefile'
  85. /opt/rh/ruby193/root/usr/share/gems/gems/rake-0.9.2.2/lib/rake/application.rb:501:in `raw_load_rakefile'
  86. /opt/rh/ruby193/root/usr/share/gems/gems/rake-0.9.2.2/lib/rake/application.rb:82:in `block in load_rakefile'
  87. /opt/rh/ruby193/root/usr/share/gems/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
  88. /opt/rh/ruby193/root/usr/share/gems/gems/rake-0.9.2.2/lib/rake/application.rb:81:in `load_rakefile'
  89. /opt/rh/ruby193/root/usr/share/gems/gems/rake-0.9.2.2/lib/rake/application.rb:65:in `block in run'
  90. /opt/rh/ruby193/root/usr/share/gems/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
  91. /opt/rh/ruby193/root/usr/share/gems/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'
  92. /opt/rh/ruby193/root/usr/bin/rake:32:in `<main>'
  93. rake aborted!
  94. Command failed with status (1): [/opt/rh/ruby193/root/usr/bin/ruby /opt/rh/...]
  95. /opt/rh/ruby193/root/usr/share/ruby/rake/file_utils.rb:53:in `block in create_shell_runner'
  96. /opt/rh/ruby193/root/usr/share/ruby/rake/file_utils.rb:45:in `call'
  97. /opt/rh/ruby193/root/usr/share/ruby/rake/file_utils.rb:45:in `sh'
  98. /opt/rh/ruby193/root/usr/share/ruby/rake/file_utils_ext.rb:39:in `sh'
  99. /opt/rh/ruby193/root/usr/share/ruby/rake/file_utils.rb:80:in `ruby'
  100. /opt/rh/ruby193/root/usr/share/ruby/rake/file_utils_ext.rb:39:in `ruby'
  101. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/sprockets/assets.rake:12:in `ruby_rake_task'
  102. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/sprockets/assets.rake:21:in `invoke_or_reboot_rake_task'
  103. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/sprockets/assets.rake:29:in `block (2 levels) in <top (required)>'
  104. /opt/rh/ruby193/root/usr/share/ruby/rake/task.rb:205:in `call'
  105. /opt/rh/ruby193/root/usr/share/ruby/rake/task.rb:205:in `block in execute'
  106. /opt/rh/ruby193/root/usr/share/ruby/rake/task.rb:200:in `each'
  107. /opt/rh/ruby193/root/usr/share/ruby/rake/task.rb:200:in `execute'
  108. /opt/rh/ruby193/root/usr/share/ruby/rake/task.rb:158:in `block in invoke_with_call_chain'
  109. /opt/rh/ruby193/root/usr/share/ruby/monitor.rb:211:in `mon_synchronize'
  110. /opt/rh/ruby193/root/usr/share/ruby/rake/task.rb:151:in `invoke_with_call_chain'
  111. /opt/rh/ruby193/root/usr/share/ruby/rake/task.rb:144:in `invoke'
  112. /opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:116:in `invoke_task'
  113. /opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:94:in `block (2 levels) in top_level'
  114. /opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:94:in `each'
  115. /opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:94:in `block in top_level'
  116. /opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:133:in `standard_exception_handling'
  117. /opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:88:in `top_level'
  118. /opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:66:in `block in run'
  119. /opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:133:in `standard_exception_handling'
  120. /opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:63:in `run'
  121. /opt/rh/ruby193/root/usr/bin/rake:32:in `<main>'
  122. Tasks: TOP => assets:precompile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement