[
https://issues.apache.org/jira/browse/HBASE-10132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13846173#comment-13846173
]
Hudson commented on HBASE-10132:
--------------------------------
SUCCESS: Integrated in HBase-TRUNK #4720 (See
[https://builds.apache.org/job/HBase-TRUNK/4720/])
HBASE-10132. sun.security.pkcs11.wrapper.PKCS11Exception: CKR_ARGUMENTS_BAD
This change adds a section to the troubleshooting portion of the online
manual addressing an issue with the default security provider of some JREs.
(apurtell: rev 1550244)
* /hbase/trunk/src/main/docbkx/troubleshooting.xml
> 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)