[
https://issues.apache.org/jira/browse/HBASE-24215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17095499#comment-17095499
]
Michael Stack commented on HBASE-24215:
---------------------------------------
Ok, passed on branch-2 nightly.
In summary, three commits on branch-2 to 'fix' this issue:
{code}
3b0812d3e1 HBASE-24215 [Flakey Tests] [ERROR] TestSecureRESTServer
java.lang.NoClassDefFoundError:
com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate Addendum #2: Add
jersey-servlet to hadoop3 profile.
da92d016c4 HBASE-24215 [Flakey Tests] [ERROR] TestSecureRESTServer
java.lang.NoClassDefFoundError:
com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate
6c69b65e4f HBASE-24215 [Flakey Tests] [ERROR] TestSecureRESTServer
java.lang.NoClassDefFoundError:
com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate (#1553)
{code}
branch-2.3 and master already have the first commit. Will add the other two as
a single addendum on master and branch-2.3.
> [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, 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)