Skip to content

Instantly share code, notes, and snippets.

@arunagw
Created April 20, 2012 11:12
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 arunagw/2427830 to your computer and use it in GitHub Desktop.
Save arunagw/2427830 to your computer and use it in GitHub Desktop.
JRuby openssl
build_user@Ubuntu-1004-lucid-64-minimal:~/clones/rails$ bundle install --path bundle
Fetching git://github.com/rails/journey.git
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/build_user/.rvm/rubies/jruby-1.6.7/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/ssl.rb:8
use_ssl= at /home/build_user/.rvm/rubies/jruby-1.6.7/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/ssl.rb:124
ssl at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/vendor/net/http/persistent.rb:448
connection_for at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/vendor/net/http/persistent.rb:216
request at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/vendor/net/http/persistent.rb:358
fetch at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/fetcher.rb:135
fetch_dependency_remote_specs at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/fetcher.rb:163
fetch_remote_specs at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/fetcher.rb:122
specs at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/fetcher.rb:70
remote_specs at /home/build_user/.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/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/source.rb:232
fetch_specs at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/source.rb:165
specs at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/source.rb:70
index at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/definition.rb:205
each at org/jruby/RubyArray.java:1615
index at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/definition.rb:202
build at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/index.rb:9
index at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/definition.rb:198
resolve at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/definition.rb:192
specs at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/definition.rb:127
resolve_remotely! at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/definition.rb:122
run at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/installer.rb:46
install at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/installer.rb:12
install at /home/build_user/.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/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/vendor/thor/task.rb:21
invoke_task at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/vendor/thor/invocation.rb:118
dispatch at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/vendor/thor.rb:263
start at /home/build_user/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.1.3/lib/bundler/vendor/thor/base.rb:386
(root) at /home/build_user/.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/build_user/.rvm/gems/jruby-1.6.7@global/bin/bundle:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment