Questions tagged [jruby-openssl]

17 questions
0
votes
1 answer

JRuby OpenSSL Exception

After setting up jruby for the first time, OpenSSL is causing an exception when attempting to do a bundle install. The project does not include any SSL gems other than what is built in to jruby. JRuby version: jruby 1.7.4 (1.9.3p392) 2013-05-16…
Mike
  • 1,852
  • 1
  • 15
  • 19
0
votes
1 answer

Why am I getting the error - load error: openssl -- java.lang.NoClassDefFoundError: Could not initialize class org.jruby.ext.openssl.ASN1?

I am trying to embed JRuby in a Java project. I am using jruby-complete-1.7.4.jar and ScriptingContainer. For some reason, the following script throws error. ScriptingContainer container = new ScriptingContainer(); container.runScriptlet("require…
Navaneeth K N
  • 15,295
  • 38
  • 126
  • 184
1
2