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

Michael Stack commented on HBASE-24284:
---------------------------------------

This broke some of the MR tests. Stuff won't start. Saw it in nightly. Took 
while to finger this issue because we seemed to have passing nightlies that 
included this change but passed anyway. Researching locally, looks like this 
reliably breaks TestExportSnapshot at least (and all of its children). Failure 
is us not clearing out of test startup dumping threads. If you dig, you'll find 
lots of:
{code}
org.apache.hadoop.yarn.webapp.WebAppException: java.lang.NullPointerException: 
guiceFilter
   at org.apache.hadoop.yarn.webapp.WebApp.stop(WebApp.java:102)
   at 
org.apache.hadoop.mapreduce.v2.hs.HistoryClientService.serviceStop(HistoryClientService.java:179)
   at org.apache.hadoop.service.AbstractService.stop(AbstractService.java:220)
   at 
org.apache.hadoop.service.ServiceOperations.stop(ServiceOperations.java:54)
   at 
org.apache.hadoop.service.ServiceOperations.stopQuietly(ServiceOperations.java:102)
   at org.apache.hadoop.service.CompositeService.stop(CompositeService.java:158)
   at 
org.apache.hadoop.service.CompositeService.serviceStop(CompositeService.java:132)
{code}
but root is ...
{code}
2020-05-08 12:55:32,622 ERROR [Thread-231] server.NIOServerCnxnFactory$1(92): 
Thread Thread[Thread-231,5,FailOnTimeoutGroup] died
 java.lang.NoClassDefFoundError: javax/xml/bind/JAXBContext
   at java.base/java.lang.Class.getDeclaredConstructors0(Native Method)
   at java.base/java.lang.Class.privateGetDeclaredConstructors(Class.java:3137)
   at java.base/java.lang.Class.getDeclaredConstructors(Class.java:2357)
{code}



> [h3/jdk11] REST server won't start
> ----------------------------------
>
>                 Key: HBASE-24284
>                 URL: https://issues.apache.org/jira/browse/HBASE-24284
>             Project: HBase
>          Issue Type: Bug
>          Components: REST
>            Reporter: Michael Stack
>            Assignee: Michael Stack
>            Priority: Major
>             Fix For: 3.0.0-alpha-1, 2.3.0
>
>
> {code}
> 2020-04-29 07:06:31,610 INFO  [main] server.AbstractConnector: Started 
> ServerConnector@1bdf8190{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
> Exception in thread "main" java.lang.NoSuchMethodError: 'java.util.Map 
> javax.ws.rs.core.Application.getProperties()'
>       at 
> org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:331)
>       at 
> org.glassfish.jersey.servlet.WebComponent.<init>(WebComponent.java:392)
>       at 
> org.glassfish.jersey.servlet.ServletContainer.init(ServletContainer.java:177)
> {code}
> Seems fine for hadoop2/jdk8.
> I get the above when I do: mvn install -Dhadoop.profile=3.0 building w/ jdk11.
> Fix coming...



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

Reply via email to