Skip to content
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

SSL issues when building JRuby on Java 9 #4799

Closed
p0deje opened this issue Oct 1, 2017 · 4 comments
Closed

SSL issues when building JRuby on Java 9 #4799

p0deje opened this issue Oct 1, 2017 · 4 comments

Comments

@p0deje
Copy link

p0deje commented Oct 1, 2017

Environment

Expected Behavior

Building complete JRuby jar succeeds.

Actual Behavior

Building complete JRuby jar on Oracle JDK 8 succeeds, but fails on Oracle JDK 9. The output refers to SSL issues like this:

Caused by: org.jruby.embed.EvalFailedException: (OpenSSL::X509::StoreError) setting default path failed: No password supplied for PKCS#12 KeyStore.

Full compile log is available at gist.

Notes

My first thought was that it's my environment issue. However, when I downgraded Java to 1.8.0_144, JRuby was built successfully, which makes me think it might be a different problem.

Mentioning #4111 as a main issue to track.

@headius headius added this to the JRuby 9.2.0.0 milestone Oct 4, 2017
@headius
Copy link
Member

headius commented Oct 4, 2017

Ah, I have not tried building jruby-complete on 9. I made changes for the main build to work on 9, but this doesn't appear to be the same issue. I have seen SSL problems running on 9, but not during the base build.

We'll have to look into this for 9.2.

@p0deje
Copy link
Author

p0deje commented Oct 4, 2017

Please, let me know if I can help anyhow (provide more details, hop on IRC).

@headius
Copy link
Member

headius commented Oct 5, 2017

#4805

@p0deje
Copy link
Author

p0deje commented Oct 28, 2017

Thank you!

I confirm it builds perfectly on JDK9 now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants