Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F73717DD8 for ; Tue, 4 Nov 2014 21:41:35 +0000 (UTC) Received: (qmail 32270 invoked by uid 500); 4 Nov 2014 21:41:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 32187 invoked by uid 500); 4 Nov 2014 21:41:34 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 32175 invoked by uid 99); 4 Nov 2014 21:41:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2014 21:41:34 +0000 Date: Tue, 4 Nov 2014 21:41:34 +0000 (UTC) From: "Robert Kanter (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12006) [JDK 8] KeyStoreTestUtil#generateCertificate fails due to "subject class type invalid" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-12006?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D141= 96881#comment-14196881 ]=20 Robert Kanter commented on HBASE-12006: --------------------------------------- Actually, you'll need both HADOOP-10847 and HADOOP-11230. > [JDK 8] KeyStoreTestUtil#generateCertificate fails due to "subject class = type invalid" > -------------------------------------------------------------------------= ------------- > > Key: HBASE-12006 > URL: https://issues.apache.org/jira/browse/HBASE-12006 > Project: HBase > Issue Type: Bug > Affects Versions: 0.99.0, 2.0.0 > Reporter: Andrew Purtell > Priority: Minor > > Running tests on Java 8. All unit tests for branch 0.98 pass. On master b= ranch some variation in the security API is causing a failure in TestSSLHtt= pServer: > {noformat} > Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.181 sec= <<< FAILURE! - in org.apache.hadoop.hbase.http.TestSSLHttpServer > org.apache.hadoop.hbase.http.TestSSLHttpServer Time elapsed: 0.181 sec = <<< ERROR! > java.security.cert.CertificateException: Subject class type invalid. > =09at sun.security.x509.X509CertInfo.setSubject(X509CertInfo.java:888) > =09at sun.security.x509.X509CertInfo.set(X509CertInfo.java:415) > =09at org.apache.hadoop.hbase.http.ssl.KeyStoreTestUtil.generateCertifica= te(KeyStoreTestUtil.java:94) > =09at org.apache.hadoop.hbase.http.ssl.KeyStoreTestUtil.setupSSLConfig(Ke= yStoreTestUtil.java:246) > =09at org.apache.hadoop.hbase.http.TestSSLHttpServer.setup(TestSSLHttpSer= ver.java:72) > org.apache.hadoop.hbase.http.TestSSLHttpServer Time elapsed: 0.181 sec = <<< ERROR! > java.lang.NullPointerException: null > =09at org.apache.hadoop.hbase.http.TestSSLHttpServer.cleanup(TestSSLHttpS= erver.java:100) > Tests in error:=20 > TestSSLHttpServer.setup:72 =C2=BB Certificate Subject class type invali= d. > TestSSLHttpServer.cleanup:100 NullPointer > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)