Skip to content

Instantly share code, notes, and snippets.

@spuder
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spuder/989132dbc2f7d5e66ca0 to your computer and use it in GitHub Desktop.
Save spuder/989132dbc2f7d5e66ca0 to your computer and use it in GitHub Desktop.
dashing-crash

http://stackoverflow.com/questions/23965583/ruby-crashes-when-starting-application-is-it-the-environment

I tried installing dashing again this time with the following configuration

  • linux (cent 6.4)

  • RVM

  • ruby 2.1.1

    ruby --version ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-linux]


dashing start
/home/vagrant/.rvm/gems/ruby-2.1.1/gems/execjs-2.0.2/lib/execjs/runtimes.rb:51:in `autodetect': Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable)
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/execjs-2.0.2/lib/execjs.rb:5:in `<module:ExecJS>'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/execjs-2.0.2/lib/execjs.rb:4:in `<top (required)>'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/backports-3.6.0/lib/backports/tools.rb:343:in `require'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/backports-3.6.0/lib/backports/tools.rb:343:in `require_with_backports'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/coffee-script-2.2.0/lib/coffee_script.rb:1:in `<top (required)>'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/backports-3.6.0/lib/backports/tools.rb:343:in `require'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/backports-3.6.0/lib/backports/tools.rb:343:in `require_with_backports'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/coffee-script-2.2.0/lib/coffee-script.rb:1:in `<top (required)>'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/backports-3.6.0/lib/backports/tools.rb:343:in `require'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/backports-3.6.0/lib/backports/tools.rb:343:in `require_with_backports'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/dashing-1.3.4/lib/dashing/app.rb:5:in `<top (required)>'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/dashing-1.3.4/lib/dashing.rb:3:in `require'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/dashing-1.3.4/lib/dashing.rb:3:in `<top (required)>'
	from config.ru:1:in `require'
	from config.ru:1:in `block in <main>'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/rack-1.5.2/lib/rack/builder.rb:55:in `instance_eval'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/rack-1.5.2/lib/rack/builder.rb:55:in `initialize'
	from config.ru:1:in `new'
	from config.ru:1:in `<main>'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/thin-1.6.2/lib/rack/adapter/loader.rb:33:in `eval'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/thin-1.6.2/lib/rack/adapter/loader.rb:33:in `load'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/thin-1.6.2/lib/thin/controllers/controller.rb:182:in `load_rackup_config'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/thin-1.6.2/lib/thin/controllers/controller.rb:72:in `start'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/thin-1.6.2/lib/thin/runner.rb:199:in `run_command'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/thin-1.6.2/lib/thin/runner.rb:155:in `run!'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/gems/thin-1.6.2/bin/thin:6:in `<top (required)>'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/bin/thin:23:in `load'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/bin/thin:23:in `<main>'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in `eval'
	from /home/vagrant/.rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in `<main>'
@spuder
Copy link
Author

spuder commented May 31, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment