Skip to content

Instantly share code, notes, and snippets.

@cheald
Created March 27, 2015 03:57
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 cheald/477625c3aa2f40ae04c6 to your computer and use it in GitHub Desktop.
Save cheald/477625c3aa2f40ae04c6 to your computer and use it in GitHub Desktop.
$ ../jruby/bin/jruby -J-Xmx1500m -S bin/rspec
RuntimeError:
you might need to reinstall the gem which depends on the missing jar
no such file to load -- org/yaml/snakeyaml/1.14/snakeyaml-1.14 (LoadError)
do_require at /var/www/repos/kerrigan-v2/vendor/bundle/jruby/2.2/gems/jar-dependencies-0.1.3/lib/jar_dependencies.rb:202
require_jar at /var/www/repos/kerrigan-v2/vendor/bundle/jruby/2.2/gems/jar-dependencies-0.1.3/lib/jar_dependencies.rb:151
require_jar at /var/www/repos/kerrigan-v2/vendor/bundle/jruby/2.2/gems/jar-dependencies-0.1.3/lib/jar_dependencies.rb:211
<top> at /var/www/repos/jruby/lib/ruby/stdlib/psych_jars.rb:5
require at org/jruby/RubyKernel.java:966
<top> at /var/www/repos/jruby/lib/ruby/stdlib/psych.rb:1
require at org/jruby/RubyKernel.java:966
<top> at /var/www/repos/jruby/lib/ruby/stdlib/psych.rb:3
require at org/jruby/RubyKernel.java:966
<module:(root)> at /var/www/repos/jruby/lib/ruby/stdlib/yaml.rb:1
<module:(root)> at /var/www/repos/jruby/lib/ruby/stdlib/yaml.rb:5
<top> at /var/www/repos/kerrigan-v2/vendor/bundle/jruby/2.2/gems/coveralls-0.7.2/lib/coveralls/configuration.rb:1
require at org/jruby/RubyKernel.java:966
<top> at /var/www/repos/kerrigan-v2/vendor/bundle/jruby/2.2/gems/coveralls-0.7.2/lib/coveralls/configuration.rb:4
require at org/jruby/RubyKernel.java:966
<top> at /var/www/repos/kerrigan-v2/vendor/bundle/jruby/2.2/gems/coveralls-0.7.2/lib/coveralls/configuration.rb:2
require at org/jruby/RubyKernel.java:966
<top> at /var/www/repos/kerrigan-v2/vendor/bundle/jruby/2.2/gems/coveralls-0.7.2/lib/coveralls/configuration.rb:1
load at org/jruby/RubyKernel.java:984
block in (root) at /var/www/repos/kerrigan-v2/vendor/bundle/jruby/2.2/gems/coveralls-0.7.2/lib/coveralls.rb:1
each at org/jruby/RubyArray.java:1569
(root) at /var/www/repos/kerrigan-v2/vendor/bundle/jruby/2.2/gems/coveralls-0.7.2/lib/coveralls.rb:2
(root) at /var/www/repos/kerrigan-v2/spec/spec_helper.rb:1
(root) at /var/www/repos/kerrigan-v2/spec/spec_helper.rb:4
(root) at /var/www/repos/kerrigan-v2/spec/celluloid/adjustable_pool_manager_spec.rb:1
(root) at /var/www/repos/kerrigan-v2/spec/celluloid/adjustable_pool_manager_spec.rb:1
<top> at /var/www/repos/kerrigan-v2/vendor/bundle/jruby/2.2/gems/rspec-core-3.1.1/lib/rspec/core/configuration.rb:1
load at org/jruby/RubyKernel.java:984
<top> at bin/rspec:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment