JRuby asks for installation bouncy-castle-java even though it's already installed

Hi,

JRuby is always printing this message when ran from the command line
(in Windows):

OpenSSL ASN1/PKey/X509/Netscape/PKCS7 implementation unavailable
gem install bouncy-castle-java for full support.

Even though I already have jruby-openssl and bouncy-castle-java
installed. While this is just a harmless message,
is it a know issue and is there a way to fix it?

Thanks in advance,
Behrang S.


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Hi,

On Wed, Oct 6, 2010 at 11:21, Behrang S. [email protected]
wrote:

JRuby is always printing this message when ran from the command line
(in Windows):

OpenSSL ASN1/PKey/X509/Netscape/PKCS7 implementation unavailable
gem install bouncy-castle-java for full support.

Even though I already have jruby-openssl and bouncy-castle-java
installed. While this is just a harmless message,
is it a know issue and is there a way to fix it?

Hmm. It seems that JRuby fails to detect bouncy-castle-java gem.
Here’s a log of my env.

0$ bin/jruby -ropenssl -e 0
JRuby limited openssl loaded. http://jruby.org/openssl
gem install jruby-openssl for full support.
0$ bin/jruby -S gem install jruby-openssl --no-ri --no-rdoc
JRuby limited openssl loaded. http://jruby.org/openssl
gem install jruby-openssl for full support.
Successfully installed bouncy-castle-java-1.5.0145.2
Successfully installed jruby-openssl-0.7.1
2 gems installed
0$ bin/jruby -ropenssl -e 0
0$ bin/jruby -v
jruby 1.5.3 (ruby 1.8.7 patchlevel 249) (2010-09-28 7ca06d7) (Java
HotSpot™ 64-Bit Server VM 1.6.0_20) [amd64-java]
0$

What do you get by ‘jruby -S gem list’ ?

Regards,
// NaHi


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Have to go back to work to double check it, but AFAICR, both of
openssl and bouncy castle libraries were in the output list of jgem
list.

Cheers,
Behrang S.

On Fri, Oct 8, 2010 at 12:47 AM, Hiroshi N. [email protected]
wrote:

installed. While this is just a harmless message,
gem install jruby-openssl for full support.

Regards,
// NaHi


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email