Andre Kullmann

Results 7 comments of Andre Kullmann

I have the same problem with glasfish 3.1 and jruby 1.7.18, but the "jruby-openssl", "~> 0.8.8" workaround didn't work for me. It seems open ssl included in jruby is used....

No, I'm using ubuntu ( in an VMWare on Windows 7 ) jruby-jars 1.7.2 and jruby-openssl 0.8.2 works for me. But I need a up to date jruby version. The...

since jruby 1.7.x jopenssl is included in the jruby. why add a specific jopenssl version helps?

I'm using jruby 1.7.18 without additional openssl jars. To force the problem I add a WEB-INF/init.rb file with an require 'jopenssl' ``` [#|2015-01-24T16:05:04.179+0100|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=97;_ThreadName=Thread-2;|2015-01-24T16:05:04.179+01:00: LoadService: trying builtinLib: jopenssl.rb|#] [#|2015-01-24T16:05:04.180+0100|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=97;_ThreadName=Thread-2;|2015-01-24T16:05:04.180+01:00: LoadService: trying...

Yes it seems to work !! My tests are running. I added a WEB-INF/init.rb file with the content ``` $LOAD_PATH.unshift 'uri:classloader:/META-INF/jruby.home/lib/ruby/shared' require 'jopenssl' ``` Thank you !!

Now I've switched to a fork which supports Java 11 ``` com.github.ottogroupsolutionprovider aws-maven 6.0.1 ``` [releated issue](https://github.com/platform-team/aws-maven/issues/13#issuecomment-460991478)

I'm running into the same issue. Is there an fix or workaround ?