Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 90DE9200CD1 for ; Wed, 26 Jul 2017 17:23:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8F7DB1690BC; Wed, 26 Jul 2017 15:23:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D6C861690BB for ; Wed, 26 Jul 2017 17:23:08 +0200 (CEST) Received: (qmail 79034 invoked by uid 500); 26 Jul 2017 15:23:08 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 79014 invoked by uid 99); 26 Jul 2017 15:23:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2017 15:23:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 5EC501A09CD for ; Wed, 26 Jul 2017 15:23:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 0HVmQ0qQzA2c for ; Wed, 26 Jul 2017 15:23:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id A53126125E for ; Wed, 26 Jul 2017 15:23:03 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8F853E0DD9 for ; Wed, 26 Jul 2017 15:23:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2010123FD0 for ; Wed, 26 Jul 2017 15:23:01 +0000 (UTC) Date: Wed, 26 Jul 2017 15:23:01 +0000 (UTC) From: =?utf-8?Q?Sergio_Pe=C3=B1a_=28JIRA=29?= To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-17088) HS2 WebUI throws a NullPointerException when opened MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 26 Jul 2017 15:23:09 -0000 [ https://issues.apache.org/jira/browse/HIVE-17088?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergio Pe=C3=B1a updated HIVE-17088: ------------------------------- Attachment: (was: HIVE-17088.addendum1.patch) > HS2 WebUI throws a NullPointerException when opened > --------------------------------------------------- > > Key: HIVE-17088 > URL: https://issues.apache.org/jira/browse/HIVE-17088 > Project: Hive > Issue Type: Bug > Components: HiveServer2 > Affects Versions: 3.0.0 > Reporter: Sergio Pe=C3=B1a > Assignee: Sergio Pe=C3=B1a > Fix For: 3.0.0 > > Attachments: HIVE-17088.1.patch, HIVE-17088.addendum1.patch > > > After bumping the Jetty version to 3.9 and excluding several other depend= encies on HIVE-16049, the HS2 webui stopped working and throwing a NPE erro= r. > {noformat} > HTTP ERROR 500 > Problem accessing /hiveserver2.jsp. Reason: > Server Error > Caused by: > java.lang.NullPointerException > =09at org.apache.hive.generated.hiveserver2.hiveserver2_jsp._jspService(h= iveserver2_jsp.java:181) > =09at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) > =09at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) > =09at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:8= 40) > =09at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.ja= va:584) > =09at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler= .java:143) > =09at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.j= ava:548) > =09at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHan= dler.java:226) > =09at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHan= dler.java:1180) > =09at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.jav= a:512) > =09at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHand= ler.java:185) > =09at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHand= ler.java:1112) > =09at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler= .java:141) > =09at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(Co= ntextHandlerCollection.java:213) > =09at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapp= er.java:134) > =09at org.eclipse.jetty.server.Server.handle(Server.java:534) > =09at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320) > =09at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.j= ava:251) > =09at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(Abst= ractConnection.java:283) > =09at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) > =09at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.jav= a:240) > =09at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(Abst= ractConnection.java:283) > =09at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) > =09at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPo= int.java:93) > =09at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.execut= eProduceConsume(ExecuteProduceConsume.java:303) > =09at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produc= eConsume(ExecuteProduceConsume.java:148) > =09at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(Ex= ecuteProduceConsume.java:136) > =09at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadP= ool.java:671) > =09at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPo= ol.java:589) > =09at java.lang.Thread.run(Thread.java:748) > Powered by Jetty:// 9.3.19.v20170502 > {noformat} -- This message was sent by Atlassian JIRA (v6.4.14#64029)