Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: JRuby 1.6.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:jruby 1.6.2 (ruby-1.9.2-p136) (2011-05-23 e2ea975) (Java HotSpot(TM) Server VM 1.6.0_26) [darwin-i386-java]
-
Number of attachments :
Description
% JRUBY_OPTS='--1.9' gem build my-gem.gemspec
Successfully built RubyGem
...
% JRUBY_OPTS='--1.9' gem push my-gem.gemspec
Pushing gem to https://rubygems.org...
ERROR: While executing gem ... (NoMethodError)
undefined method `read_nonblock' for #<OpenSSL::SSL::SSLSocket:0xc39410>
It works if you run in 1.8 mode (but you can't mix, i.e. run build in 1.9 and then push in 1.8, that causes internal server errors on rubygems.org)
Issue Links
- duplicates
-
JRUBY-5529
[1.9] undefined method `read_nonblock' for #<OpenSSL::SSL::SSLSocket:0x246adb31> (NoMethodError)
-
Duplicate of
JRUBY-5529.