[
https://issues.apache.org/jira/browse/HBASE-22249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16820564#comment-16820564
]
Hudson commented on HBASE-22249:
--------------------------------
Results for branch branch-2.1
[build #1062 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.1/1062/]:
(/) *{color:green}+1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.1/1062//General_Nightly_Build_Report/]
(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.1/1062//JDK8_Nightly_Build_Report_(Hadoop2)/]
(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.1/1062//JDK8_Nightly_Build_Report_(Hadoop3)/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> Rest Server throws NoClassDefFoundError with Java 11 (run-time)
> ---------------------------------------------------------------
>
> Key: HBASE-22249
> URL: https://issues.apache.org/jira/browse/HBASE-22249
> Project: HBase
> Issue Type: Bug
> Affects Versions: 2.1.5
> Reporter: Sakthi
> Assignee: Sakthi
> Priority: Major
> Labels: jdk11
> Fix For: 3.0.0, 2.3.0, 2.1.5, 2.2.1
>
> Attachments: hbase-22249.branch-2.1.001.patch
>
>
> While starting the rest server multiple instances of the following error can
> be seen:
> {code:java}
> java.lang.NoClassDefFoundError: javax/activation/DataSource
> {code}
> After start-up of the server, while serving requests, following errors can be
> seen:
> {code:java}
> Caused by: A MultiException has 3 exceptions. They are:
> 1. java.lang.NoClassDefFoundError: Could not initialize class
> com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
> 2. java.lang.IllegalStateException: Unable to perform operation: create on
> org.apache.hadoop.hbase.rest.provider.JAXBContextResolver
> 3. java.lang.IllegalStateException: Unable to perform operation: create on
> org.glassfish.jersey.internal.ContextResolverFactory
> {code}
> And the requests failed like this:
> {code:java}
> <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> <title>Error 500 </title>
> </head>
> <body>
> <h2>HTTP ERROR: 500</h2>
> <p>Problem accessing /. Reason:
> <pre> Request failed.</pre></p>
> <hr />
> </body>
> </html>
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)