Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.0.2, JRuby 1.1b1
-
Fix Version/s: JRuby 1.0.3, JRuby 1.1RC1
-
Component/s: OpenSSL
-
Labels:None
-
Environment:WINDOZE (W2k; Java 5 (1.5.0_06)) Fresh checkout with both JRuby branch and JRuby trunk
-
Number of attachments :
Description
I just tried out Rails 2.0.1. Perhaps this is a non-issue and has been fixed in a non-released version of openssl, but I thought I would report it in case it slipped through the cracks.
./bin/jruby -S rails heh uninitialized constant Digest::SHA2 [Fuebo /opt/workspace/jruby_trunk]$ ./bin/jruby -S gem install jruby-openssl -y --no-ri --no-rdoc Successfully installed jruby-openssl-0.0.4 [Fuebo /opt/workspace/jruby_trunk]$ ./bin/jruby -S rails heh private method `rand' called for OpenSSL::BN:Class
Interesting. I had no problems with Rails 2.0.1. First time I tried to start the server, it was complaining about the need for jruby-openssl gem, I instaled it , and after that everything was fine (well, there was a bug about TCPSocket not accepting nil, but that's different story and is already fixed in the trunk).