You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (Jira)" <ji...@apache.org> on 2021/06/01 22:25:00 UTC

[jira] [Updated] (HBASE-25941) TestRESTServerSSL fails because of jdk bug

     [ https://issues.apache.org/jira/browse/HBASE-25941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Dimiduk updated HBASE-25941:
---------------------------------
    Fix Version/s: 2.5.0

> TestRESTServerSSL fails because of jdk bug
> ------------------------------------------
>
>                 Key: HBASE-25941
>                 URL: https://issues.apache.org/jira/browse/HBASE-25941
>             Project: HBase
>          Issue Type: Sub-task
>          Components: test
>            Reporter: Michael Stack
>            Assignee: Wei-Chiu Chuang
>            Priority: Major
>             Fix For: 3.0.0-alpha-1, 2.5.0, 2.3.6, 2.4.4
>
>
> [~weijing329] identified issue in TestRESTServerSSL when using jdk8 292+. It came up in comment in the parent issue. I verified it fails for me using jdk8 v292. Here is the failure....
> ```[INFO] Running org.apache.hadoop.hbase.rest.TestRESTServerSSL
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.4 s <<< FAILURE! - in org.apache.hadoop.hbase.rest.TestRESTServerSSL
> [ERROR] org.apache.hadoop.hbase.rest.TestRESTServerSSL  Time elapsed: 1.387 s  <<< ERROR!
> java.security.NoSuchAlgorithmException: unrecognized algorithm name: PBEWithSHA1AndDESede
> 	at org.apache.hadoop.hbase.rest.TestRESTServerSSL.beforeClass(TestRESTServerSSL.java:74)```
> For workaround, see https://github.com/bcgit/bc-java/issues/941



--
This message was sent by Atlassian Jira
(v8.3.4#803005)