[ https://issues.apache.org/jira/browse/HIVE-26541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stamatis Zampetakis updated HIVE-26541: --------------------------------------- Fix Version/s: 4.0.0 4.0.0-alpha-2 Assignee: Zhiguo Wu Resolution: Fixed Status: Resolved (was: Patch Available) Fixed in https://github.com/apache/hive/commit/05afad7184b8f342b7442d517a56a5a35b75b53f. Thanks for the PR [~wuzhiguo]! > WebHCatServer start fails with NPE > ---------------------------------- > > Key: HIVE-26541 > URL: https://issues.apache.org/jira/browse/HIVE-26541 > Project: Hive > Issue Type: Sub-task > Components: HCatalog > Reporter: Zhiguo Wu > Assignee: Zhiguo Wu > Priority: Major > Labels: pull-request-available > Fix For: 4.0.0, 4.0.0-alpha-2 > > Time Spent: 10m > Remaining Estimate: 0h > > The TestWebHCatE2e test fails due to the NPE shown below. > {noformat} > templeton: Server failed to start: null > [main] ERROR org.apache.hive.hcatalog.templeton.Main - Server failed to > start: > java.lang.NullPointerException > at > org.eclipse.jetty.server.AbstractConnector.<init>(AbstractConnector.java:174) > at > org.eclipse.jetty.server.AbstractNetworkConnector.<init>(AbstractNetworkConnector.java:44) > at org.eclipse.jetty.server.ServerConnector.<init>(ServerConnector.java:220) > at org.eclipse.jetty.server.ServerConnector.<init>(ServerConnector.java:143) > at > org.apache.hive.hcatalog.templeton.Main.createChannelConnector(Main.java:295) > at org.apache.hive.hcatalog.templeton.Main.runServer(Main.java:252) > at org.apache.hive.hcatalog.templeton.Main.run(Main.java:147) > at > org.apache.hive.hcatalog.templeton.TestWebHCatE2e.startHebHcatInMem(TestWebHCatE2e.java:94) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)