Skip to content

Instantly share code, notes, and snippets.

@luckyruby
Created March 29, 2012 14:35
Show Gist options
  • Save luckyruby/2238022 to your computer and use it in GitHub Desktop.
Save luckyruby/2238022 to your computer and use it in GitHub Desktop.
Fetching gem metadata from https://rubygems.org/.JRuby limited openssl loaded. http://jruby.org/openssl
gem install jruby-openssl for full support.
Unfortunately, a fatal error has occurred. Please report this error to the Bundler issue tracker at https://github.com/carlhuda/bundler/issues so that we can fix it. Please include the full output of the command, your Gemfile and Gemfile.lock. Thanks!
LoadError: OpenSSL::SSL requires the jruby-openssl gem
(root) at /home/deployer/.rvm/rubies/jruby-1.6.7/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/ssl.rb:8
use_ssl= at /home/deployer/.rvm/rubies/jruby-1.6.7/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/ssl.rb:124
ssl at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/vendor/net/http/persistent.rb:448
connection_for at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/vendor/net/http/persistent.rb:216
request at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/vendor/net/http/persistent.rb:358
fetch at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/fetcher.rb:135
fetch_dependency_remote_specs at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/fetcher.rb:163
fetch_remote_specs at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/fetcher.rb:122
specs at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/fetcher.rb:70
remote_specs at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/source.rb:234
each at org/jruby/RubyArray.java:1615
remote_specs at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/source.rb:232
fetch_specs at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/source.rb:165
specs at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/source.rb:70
__materialize__ at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/lazy_specification.rb:53
materialize at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/spec_set.rb:86
map! at org/jruby/RubyArray.java:2371
materialize at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/spec_set.rb:83
specs at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/definition.rb:127
resolve_remotely! at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/definition.rb:122
run at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/installer.rb:46
install at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/installer.rb:12
install at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/cli.rb:220
send at org/jruby/RubyKernel.java:2076
run at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/vendor/thor/task.rb:21
invoke_task at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/vendor/thor/invocation.rb:118
dispatch at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/vendor/thor.rb:263
start at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/vendor/thor/base.rb:386
(root) at /home/deployer/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/bin/bundle:13
load at org/jruby/RubyKernel.java:1058
(root) at /home/deployer/.rvm/gems/jruby-1.6.7/bin/bundle:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment