-
-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.NoSuchMethodError: org.jruby.RubyIO.flush()Lorg/jruby/RubyIO when using Net::HTTP with openssl on jruby 9.0.3.0 #3685
Comments
thanks, does it reproduce on a piece of ruby script, reliably? |
I'm having trouble getting a simple script that will repro this case: But the gist of it is:
|
please provide gem versions as well and try |
also was having issues even installing net-http-persistent which I assume you're using on 9.0.3.0 ... believe the release has been a little "flaky" :
... just try 9.0.5.0 and please use a concrete https: URL that would fail, it's "hard" to come up with one :
|
Let us know if you can reproduce with recent/current jruby-openssl. |
It can be reproduced locally using jruby-9.0.3.0 and jruby-openssl-0.9.15-java via rvm. Keep in mind the script provided won't reproduce the issue. Here's more info about the environment.
|
Environment
Expected Behavior
SSL posts over Net:HTTP should work without flush error
Actual Behavior
The text was updated successfully, but these errors were encountered: