You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/09/20 09:14:00 UTC

[jira] [Work logged] (HIVE-26541) WebHCatServer start fails with NPE

     [ https://issues.apache.org/jira/browse/HIVE-26541?focusedWorklogId=810308&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-810308 ]

ASF GitHub Bot logged work on HIVE-26541:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Sep/22 09:13
            Start Date: 20/Sep/22 09:13
    Worklog Time Spent: 10m 
      Work Description: zabetak closed pull request #3543: HIVE-26541: Fix NPE when starting WebHCat Service
URL: https://github.com/apache/hive/pull/3543




Issue Time Tracking
-------------------

            Worklog Id:     (was: 810308)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>            Priority: Major
>          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)