Skip to content

Instantly share code, notes, and snippets.

@swade1987
Created May 10, 2016 15:28
Show Gist options
  • Save swade1987/4aba089ba0e552e6c63063d9eb3111cb to your computer and use it in GitHub Desktop.
Save swade1987/4aba089ba0e552e6c63063d9eb3111cb to your computer and use it in GitHub Desktop.
docker run output
Stevens-MacBook-Pro:find_your_mp stevenwade$ docker run find_your_mp
--> Downloading a Phusion Passenger agent binary for your platform
--> Installing Nginx 1.10.0 engine
--------------------------
[passenger_native_support.so] trying to compile for the current user (root) and Ruby interpreter...
(set PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY=0 to disable)
Compilation successful. The logs are here:
/tmp/passenger_native_support-1emivy8.log
[passenger_native_support.so] successfully loaded.
=============== Phusion Passenger Standalone web server started ===============
PID file: /opt/find_your_mp/passenger.3000.pid
Log file: /opt/find_your_mp/log/passenger.3000.log
Environment: development
Accessible via: http://0.0.0.0:3000/
You can stop Phusion Passenger Standalone by pressing Ctrl-C.
Problems? Check https://www.phusionpassenger.com/library/admin/standalone/troubleshooting/
===============================================================================
App 102 stdout:
App 102 stdout:
[ 2016-05-10 15:25:00.2537 66/7f1b3e5c4700 age/Cor/App/Implementation.cpp:304 ]: Could not spawn process for application /opt/find_your_mp: An error occurred while starting up the preloader.
Error ID: c07f8c85
Error details saved to: /tmp/passenger-error-3AF6xc.html
Message from application: There was an error while trying to load the gem 'uglifier'.
Gem Load Error is: Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes.
Backtrace for gem load error is:
/usr/local/bundle/gems/execjs-2.6.0/lib/execjs/runtimes.rb:48:in `autodetect'
/usr/local/bundle/gems/execjs-2.6.0/lib/execjs.rb:5:in `<module:ExecJS>'
/usr/local/bundle/gems/execjs-2.6.0/lib/execjs.rb:4:in `<top (required)>'
/usr/local/bundle/gems/uglifier-3.0.0/lib/uglifier.rb:5:in `require'
/usr/local/bundle/gems/uglifier-3.0.0/lib/uglifier.rb:5:in `<top (required)>'
/usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.12.3/lib/bundler/runtime.rb:86:in `require'
/usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.12.3/lib/bundler/runtime.rb:86:in `block (2 levels) in require'
/usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.12.3/lib/bundler/runtime.rb:81:in `each'
/usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.12.3/lib/bundler/runtime.rb:81:in `block in require'
/usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.12.3/lib/bundler/runtime.rb:70:in `each'
/usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.12.3/lib/bundler/runtime.rb:70:in `require'
/usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.12.3/lib/bundler.rb:102:in `require'
/opt/find_your_mp/config/application.rb:18:in `<top (required)>'
/opt/find_your_mp/config/environment.rb:2:in `require'
/opt/find_your_mp/config/environment.rb:2:in `<top (required)>'
config.ru:3:in `require'
config.ru:3:in `block in <main>'
/usr/local/bundle/gems/rack-1.6.4/lib/rack/builder.rb:55:in `instance_eval'
/usr/local/bundle/gems/rack-1.6.4/lib/rack/builder.rb:55:in `initialize'
config.ru:1:in `new'
config.ru:1:in `<main>'
/usr/local/bundle/gems/passenger-5.0.28/src/helper-scripts/rack-preloader.rb:110:in `eval'
/usr/local/bundle/gems/passenger-5.0.28/src/helper-scripts/rack-preloader.rb:110:in `preload_app'
/usr/local/bundle/gems/passenger-5.0.28/src/helper-scripts/rack-preloader.rb:156:in `<module:App>'
/usr/local/bundle/gems/passenger-5.0.28/src/helper-scripts/rack-preloader.rb:30:in `<module:PhusionPassenger>'
/usr/local/bundle/gems/passenger-5.0.28/src/helper-scripts/rack-preloader.rb:29:in `<main>'
Bundler Error Backtrace:
(Bundler::GemRequireError)
/usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.12.3/lib/bundler/runtime.rb:89:in `rescue in block (2 levels) in require'
/usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.12.3/lib/bundler/runtime.rb:85:in `block (2 levels) in require'
/usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.12.3/lib/bundler/runtime.rb:81:in `each'
/usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.12.3/lib/bundler/runtime.rb:81:in `block in require'
/usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.12.3/lib/bundler/runtime.rb:70:in `each'
/usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.12.3/lib/bundler/runtime.rb:70:in `require'
/usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.12.3/lib/bundler.rb:102:in `require'
/opt/find_your_mp/config/application.rb:18:in `<top (required)>'
/opt/find_your_mp/config/environment.rb:2:in `require'
/opt/find_your_mp/config/environment.rb:2:in `<top (required)>'
config.ru:3:in `require'
config.ru:3:in `block in <main>'
/usr/local/bundle/gems/rack-1.6.4/lib/rack/builder.rb:55:in `instance_eval'
/usr/local/bundle/gems/rack-1.6.4/lib/rack/builder.rb:55:in `initialize'
config.ru:1:in `new'
config.ru:1:in `<main>'
/usr/local/bundle/gems/passenger-5.0.28/src/helper-scripts/rack-preloader.rb:110:in `eval'
/usr/local/bundle/gems/passenger-5.0.28/src/helper-scripts/rack-preloader.rb:110:in `preload_app'
/usr/local/bundle/gems/passenger-5.0.28/src/helper-scripts/rack-preloader.rb:156:in `<module:App>'
/usr/local/bundle/gems/passenger-5.0.28/src/helper-scripts/rack-preloader.rb:30:in `<module:PhusionPassenger>'
/usr/local/bundle/gems/passenger-5.0.28/src/helper-scripts/rack-preloader.rb:29:in `<main>'
[ 2016-05-10 15:25:00.2574 66/7f1b3f5c6700 age/Cor/Con/CheckoutSession.cpp:285 ]: [Client 1-1] Cannot checkout session because a spawning error occurred. The identifier of the error is c07f8c85. Please see earlier logs for details about the error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment