Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9DBC01066E for ; Wed, 11 Dec 2013 20:13:08 +0000 (UTC) Received: (qmail 84657 invoked by uid 500); 11 Dec 2013 20:13:07 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 84600 invoked by uid 500); 11 Dec 2013 20:13:07 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 84590 invoked by uid 99); 11 Dec 2013 20:13:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Dec 2013 20:13:07 +0000 Date: Wed, 11 Dec 2013 20:13:07 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-10132) sun.security.pkcs11.wrapper.PKCS11Exception: CKR_ARGUMENTS_BAD MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)