[
https://issues.apache.org/jira/browse/HBASE-10132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Purtell resolved HBASE-10132.
------------------------------------
Resolution: Fixed
Fix Version/s: 0.99.0
Committed doc update.
> sun.security.pkcs11.wrapper.PKCS11Exception: CKR_ARGUMENTS_BAD
> --------------------------------------------------------------
>
> Key: HBASE-10132
> URL: https://issues.apache.org/jira/browse/HBASE-10132
> Project: HBase
> Issue Type: Bug
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Fix For: 0.99.0
>
> Attachments: 10132.patch
>
>
> Looks like RedHat broke OpenJDK 7 crypto:
> https://bugzilla.redhat.com/show_bug.cgi?id=1031145
> I came across this today when setting up a Jenkins slave for OpenJDK 7. Looks
> like 1.7.0u25 is affected but 1.7.0u45 is not - a more recent RH package
> build I suspect.
> The issue manifests as exceptions caused ultimately by:
> {noformat}
> Caused by: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_ARGUMENTS_BAD
> at sun.security.pkcs11.wrapper.PKCS11.C_DecryptUpdate(Native Method)
> at sun.security.pkcs11.P11Cipher.implDoFinal(P11Cipher.java:795)
> {noformat}
> The RH bug report for this problem includes a workaround that fixed the
> problem for me.
> Informational issue only, will attach a patch for the manual shortly.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)