NihalJain commented on code in PR #6783:
URL: https://github.com/apache/hbase/pull/6783#discussion_r1990099887


##########
hbase-shaded/hbase-shaded-check-invariants/src/test/resources/ensure-jars-have-correct-contents.sh:
##########
@@ -96,6 +96,8 @@ allowed_expr+="|^PropertyList-1.0.dtd$"
 # Shaded jetty resources
 allowed_expr+="|^about.html$"
 allowed_expr+="|^jetty-dir.css$"
+# Required by jetty 12 on ee8

Review Comment:
   Had to do this to include xsd file in javax/servlet/resources. Else if we 
exclude the folder in 3rd party fails with 
   
   ```
   2025-03-10T13:02:47,631 ERROR [main] master.HMasterCommandLine: Master 
exiting
   java.lang.RuntimeException: Failed construction of Master: class 
org.apache.hadoop.hbase.master.HMasterCommandLine$LocalHMasternull
        at 
org.apache.hadoop.hbase.util.JVMClusterUtil.createMasterThread(JVMClusterUtil.java:128)
 ~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
org.apache.hadoop.hbase.LocalHBaseCluster.addMaster(LocalHBaseCluster.java:224) 
~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
org.apache.hadoop.hbase.LocalHBaseCluster.<init>(LocalHBaseCluster.java:171) 
~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
org.apache.hadoop.hbase.LocalHBaseCluster.<init>(LocalHBaseCluster.java:114) 
~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
org.apache.hadoop.hbase.master.HMasterCommandLine.startMaster(HMasterCommandLine.java:241)
 ~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
org.apache.hadoop.hbase.master.HMasterCommandLine.run(HMasterCommandLine.java:147)
 ~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:82) 
~[hadoop-common-3.4.1.jar:?]
        at 
org.apache.hadoop.hbase.util.ServerCommandLine.doMain(ServerCommandLine.java:140)
 ~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at org.apache.hadoop.hbase.master.HMaster.main(HMaster.java:3489) 
~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
   Caused by: java.io.IOException: Unable to initialize WebAppContext
        at org.apache.hadoop.hbase.http.HttpServer.start(HttpServer.java:1230) 
~[hbase-http-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at org.apache.hadoop.hbase.http.InfoServer.start(InfoServer.java:157) 
~[hbase-http-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
org.apache.hadoop.hbase.HBaseServerBase.putUpWebUI(HBaseServerBase.java:350) 
~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
org.apache.hadoop.hbase.HBaseServerBase.<init>(HBaseServerBase.java:307) 
~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at org.apache.hadoop.hbase.master.HMaster.<init>(HMaster.java:522) 
~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
org.apache.hadoop.hbase.master.HMasterCommandLine$LocalHMaster.<init>(HMasterCommandLine.java:322)
 ~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
~[?:?]
        at 
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
 ~[?:?]
        at 
jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 ~[?:?]
        at 
java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?]
        at java.lang.reflect.Constructor.newInstance(Constructor.java:481) 
~[?:?]
        at 
org.apache.hadoop.hbase.util.JVMClusterUtil.createMasterThread(JVMClusterUtil.java:124)
 ~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        ... 8 more
   Caused by: java.lang.ExceptionInInitializerError
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.webapp.WebXmlConfiguration.preConfigure(WebXmlConfiguration.java:61)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.webapp.Configurations.preConfigure(Configurations.java:407)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.webapp.WebAppContext.preConfigure(WebAppContext.java:470)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.webapp.WebAppContext.doStart(WebAppContext.java:500)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.handler.ContextHandler.lambda$doStart$0(ContextHandler.java:754)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.handler.ContextHandler$ScopedContext.call(ContextHandler.java:1452)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:754)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextHandler.doStart(ContextHandler.java:2271)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.handler.gzip.GzipHandler.doStart(GzipHandler.java:132)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.Server.start(Server.java:641)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.Server.doStart(Server.java:582)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at org.apache.hadoop.hbase.http.HttpServer.start(HttpServer.java:1209) 
~[hbase-http-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at org.apache.hadoop.hbase.http.InfoServer.start(InfoServer.java:157) 
~[hbase-http-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
org.apache.hadoop.hbase.HBaseServerBase.putUpWebUI(HBaseServerBase.java:350) 
~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
org.apache.hadoop.hbase.HBaseServerBase.<init>(HBaseServerBase.java:307) 
~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at org.apache.hadoop.hbase.master.HMaster.<init>(HMaster.java:522) 
~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
org.apache.hadoop.hbase.master.HMasterCommandLine$LocalHMaster.<init>(HMasterCommandLine.java:322)
 ~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
~[?:?]
        at 
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
 ~[?:?]
        at 
jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 ~[?:?]
        at 
java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?]
        at java.lang.reflect.Constructor.newInstance(Constructor.java:481) 
~[?:?]
        at 
org.apache.hadoop.hbase.util.JVMClusterUtil.createMasterThread(JVMClusterUtil.java:124)
 ~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        ... 8 more
   Caused by: java.lang.IllegalStateException: Unable to instantiate 
WebDescriptorParser
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.webapp.WebDescriptor.newParser(WebDescriptor.java:89)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.webapp.WebDescriptor.<clinit>(WebDescriptor.java:37)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.webapp.WebXmlConfiguration.preConfigure(WebXmlConfiguration.java:61)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.webapp.Configurations.preConfigure(Configurations.java:407)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.webapp.WebAppContext.preConfigure(WebAppContext.java:470)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.webapp.WebAppContext.doStart(WebAppContext.java:500)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.handler.ContextHandler.lambda$doStart$0(ContextHandler.java:754)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.handler.ContextHandler$ScopedContext.call(ContextHandler.java:1452)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:754)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextHandler.doStart(ContextHandler.java:2271)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.handler.gzip.GzipHandler.doStart(GzipHandler.java:132)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.Server.start(Server.java:641)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.Server.doStart(Server.java:582)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at org.apache.hadoop.hbase.http.HttpServer.start(HttpServer.java:1209) 
~[hbase-http-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at org.apache.hadoop.hbase.http.InfoServer.start(InfoServer.java:157) 
~[hbase-http-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
org.apache.hadoop.hbase.HBaseServerBase.putUpWebUI(HBaseServerBase.java:350) 
~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
org.apache.hadoop.hbase.HBaseServerBase.<init>(HBaseServerBase.java:307) 
~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at org.apache.hadoop.hbase.master.HMaster.<init>(HMaster.java:522) 
~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
org.apache.hadoop.hbase.master.HMasterCommandLine$LocalHMaster.<init>(HMasterCommandLine.java:322)
 ~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
~[?:?]
        at 
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
 ~[?:?]
        at 
jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 ~[?:?]
        at 
java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?]
        at java.lang.reflect.Constructor.newInstance(Constructor.java:481) 
~[?:?]
        at 
org.apache.hadoop.hbase.util.JVMClusterUtil.createMasterThread(JVMClusterUtil.java:124)
 ~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        ... 8 more
   Caused by: java.io.FileNotFoundException: Unable to find ref 
[javax/servlet/resources/javaee_8.xsd] in same archive as 
javax.servlet.Servlet: 
file:/Users/nihjain/code/os/temp2/hbase/hbase-4.0.0-alpha-1-SNAPSHOT/lib/javax.servlet-api-3.1.0.jar
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.xml.BaseClassCatalog$CatalogReader.getMapping(BaseClassCatalog.java:112)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.xml.BaseClassCatalog$CatalogReader.parse(BaseClassCatalog.java:84)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.xml.BaseClassCatalog.load(BaseClassCatalog.java:56)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.xml.XmlParser.addCatalog(XmlParser.java:220)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.webapp.WebDescriptor$WebDescriptorParser.<init>(WebDescriptor.java:101)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.webapp.WebDescriptor.newParser(WebDescriptor.java:87)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.webapp.WebDescriptor.<clinit>(WebDescriptor.java:37)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.webapp.WebXmlConfiguration.preConfigure(WebXmlConfiguration.java:61)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.webapp.Configurations.preConfigure(Configurations.java:407)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.webapp.WebAppContext.preConfigure(WebAppContext.java:470)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.webapp.WebAppContext.doStart(WebAppContext.java:500)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.handler.ContextHandler.lambda$doStart$0(ContextHandler.java:754)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.handler.ContextHandler$ScopedContext.call(ContextHandler.java:1452)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:754)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextHandler.doStart(ContextHandler.java:2271)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.handler.gzip.GzipHandler.doStart(GzipHandler.java:132)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.Server.start(Server.java:641)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.server.Server.doStart(Server.java:582)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at 
org.apache.hbase.thirdparty.org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
 ~[hbase-shaded-jetty-ee8-4.1.11-SNAPSHOT.jar:?]
        at org.apache.hadoop.hbase.http.HttpServer.start(HttpServer.java:1209) 
~[hbase-http-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at org.apache.hadoop.hbase.http.InfoServer.start(InfoServer.java:157) 
~[hbase-http-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
org.apache.hadoop.hbase.HBaseServerBase.putUpWebUI(HBaseServerBase.java:350) 
~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
org.apache.hadoop.hbase.HBaseServerBase.<init>(HBaseServerBase.java:307) 
~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at org.apache.hadoop.hbase.master.HMaster.<init>(HMaster.java:522) 
~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
org.apache.hadoop.hbase.master.HMasterCommandLine$LocalHMaster.<init>(HMasterCommandLine.java:322)
 ~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        at 
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
~[?:?]
        at 
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
 ~[?:?]
        at 
jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 ~[?:?]
        at 
java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?]
        at java.lang.reflect.Constructor.newInstance(Constructor.java:481) 
~[?:?]
        at 
org.apache.hadoop.hbase.util.JVMClusterUtil.createMasterThread(JVMClusterUtil.java:124)
 ~[hbase-server-4.0.0-alpha-1-SNAPSHOT.jar:4.0.0-alpha-1-SNAPSHOT]
        ... 8 more
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to