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 C4D42174C2 for ; Wed, 15 Apr 2015 18:51:59 +0000 (UTC) Received: (qmail 19059 invoked by uid 500); 15 Apr 2015 18:51:59 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 19016 invoked by uid 500); 15 Apr 2015 18:51:59 -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 19005 invoked by uid 99); 15 Apr 2015 18:51:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2015 18:51:59 +0000 Date: Wed, 15 Apr 2015 18:51:59 +0000 (UTC) From: "Hudson (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=3D144= 96691#comment-14496691 ]=20 Hudson commented on HBASE-12006: -------------------------------- FAILURE: Integrated in HBase-1.0 #863 (See [https://builds.apache.org/job/H= Base-1.0/863/]) HBASE-12006 [JDK 8] KeyStoreTestUtil#generateCertificate fails due to "subj= ect class type invalid" (apurtell: rev 24958f959b73cbe8e6dc7c65964939f75884= ddcd) * pom.xml * hbase-server/src/test/java/org/apache/hadoop/hbase/http/ssl/KeyStoreTestU= til.java * hbase-server/pom.xml > [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 > Assignee: Andrew Purtell > Priority: Minor > Fix For: 2.0.0, 1.1.0, 1.0.2 > > Attachments: HBASE-12006.patch > > > 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)