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

jruby 1.7.20 - Java::JavaLang::IllegalArgumentException (the salt parameter must not be empty) #3025

Closed
giosakti opened this issue Jun 8, 2015 · 2 comments
Labels
Milestone

Comments

@giosakti
Copy link

giosakti commented Jun 8, 2015

Hi all,

Just upgraded jruby on our application from 1.7.19 to 1.7.20 and suddenly the server returned this long error message in almost all API call (previously everything is fine, test passed 100%)

https://gist.github.com/giosakti/03655ff24c7917c7d2ff

My application is on rails 4.1.10

@mkristian
Copy link
Member

mkristian commented Jun 8, 2015 via email

@kares kares added the openssl label Jun 14, 2015
@kares kares added this to the JRuby 1.7.21 milestone Jun 14, 2015
@kares
Copy link
Member

kares commented Jul 5, 2015

@giosakti any chance you can isolate this for us ? would help resolving the issue.

trace shows the PKCS5.pbkdf2_hmac_sha1 call as problematic, would be useful to know your exact parameters it gets ... e.g. you may try monkey-patching the method to print what args its called with if you're not sure how to isolate.

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

No branches or pull requests

4 participants