You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2020/05/01 21:07:00 UTC

[jira] [Comment Edited] (HBASE-24215) [Flakey Tests] [ERROR] TestSecureRESTServer java.lang.NoClassDefFoundError: com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate

    [ https://issues.apache.org/jira/browse/HBASE-24215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17097672#comment-17097672 ] 

Michael Stack edited comment on HBASE-24215 at 5/1/20, 9:06 PM:
----------------------------------------------------------------

Filed sub-issue HBASE-24303 to revert core change that finally made it in here because root issue actually HBASE-24280 (running w/ hadoop2 and hadoop3 profiles both enabled). Don't want to revert what is here because commit included cleanups I want to leave in place.


was (Author: stack):
Filed sub-issue HBASE-24215 to revert core change that finally made it in here because root issue actually HBASE-24280 (running w/ hadoop2 and hadoop3 profiles both enabled). Don't want to revert what is here because commit included cleanups I want to leave in place.

> [Flakey Tests] [ERROR] TestSecureRESTServer  java.lang.NoClassDefFoundError: com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-24215
>                 URL: https://issues.apache.org/jira/browse/HBASE-24215
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Michael Stack
>            Assignee: Michael Stack
>            Priority: Major
>             Fix For: 3.0.0-alpha-1, 2.3.0
>
>         Attachments: 0001-HBASE-24215-Flakey-Tests-ERROR-TestSecureRESTServer-.patch
>
>
> Happened in two builds... 2.3 and 2:
> jdk8 hadoop3 nightly just now https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.3/44/
> {code}
> [ERROR] org.apache.hadoop.hbase.rest.TestSecureRESTServer  Time elapsed: 0.01 s  <<< ERROR!
> java.lang.NoClassDefFoundError: com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate
> 	at org.apache.hadoop.hbase.rest.TestSecureRESTServer.setupServer(TestSecureRESTServer.java:202)
> Caused by: java.lang.ClassNotFoundException: com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate
> 	at org.apache.hadoop.hbase.rest.TestSecureRESTServer.setupServer(TestSecureRESTServer.java:202)
> {code}
> Then again in branch2 https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2/2619/
> {code}
> [ERROR] org.apache.hadoop.hbase.rest.TestSecureRESTServer  Time elapsed: 0.017 s  <<< ERROR!
> java.lang.NoClassDefFoundError: com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate
> 	at org.apache.hadoop.hbase.rest.TestSecureRESTServer.setupServer(TestSecureRESTServer.java:202)
> Caused by: java.lang.ClassNotFoundException: com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate
> 	at org.apache.hadoop.hbase.rest.TestSecureRESTServer.setupServer(TestSecureRESTServer.java:202)
> {code}



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