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 706B1200B65 for ; Wed, 17 Aug 2016 16:08:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6F0EA160A6C; Wed, 17 Aug 2016 14:08:23 +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 BE138160A8C for ; Wed, 17 Aug 2016 16:08:22 +0200 (CEST) Received: (qmail 56949 invoked by uid 500); 17 Aug 2016 14:08:21 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 56939 invoked by uid 99); 17 Aug 2016 14:08:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2016 14:08:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 86A4F2C02AB for ; Wed, 17 Aug 2016 14:08:21 +0000 (UTC) Date: Wed, 17 Aug 2016 14:08:21 +0000 (UTC) From: "Dmytro Sen (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AMBARI-18182) After the upgrade of jetty, zeppelin-view fails to load MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 17 Aug 2016 14:08:23 -0000 [ https://issues.apache.org/jira/browse/AMBARI-18182?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmytro Sen resolved AMBARI-18182. --------------------------------- Resolution: Fixed Committed to trunk and branch-2.4 > After the upgrade of jetty, zeppelin-view fails to load > ------------------------------------------------------- > > Key: AMBARI-18182 > URL: https://issues.apache.org/jira/browse/AMBARI-18182 > Project: Ambari > Issue Type: Bug > Components: ambari-views > Affects Versions: 2.4.0 > Reporter: Prabhjyot Singh > Assignee: Prabhjyot Singh > Priority: Blocker > Fix For: trunk, 2.4.0 > > Attachments: AMBARI-18182_branch-2.4.patch > > > Observed this issue after upgrade of Ambari server from 2.2.2.0 to 2.4.0.= 0 where after running "ambari-server start" command, the logs throw below e= rrors: > {code} > HTTP ERROR 500 > Problem accessing /views/ZEPPELIN/1.0.0/Zepplin/. Reason: > =E2=80=82=E2=80=82=E2=80=82=E2=80=82Server Error > Caused by: > java.lang.ClassCastException: org.apache.jasper.runtime.ELContextImpl can= not be cast to org.apache.jasper.runtime.ELContextImpl > =E2=80=82=E2=80=82at org.apache.jasper.runtime.PageContextImpl.evaluateEx= pression(PageContextImpl.java:994) > =E2=80=82=E2=80=82at org.apache.jsp.WEB_002dINF.index_jsp._jspService(org= .apache.jsp.WEB_002dINF.index_jsp:72) > =E2=80=82=E2=80=82at org.apache.jasper.runtime.HttpJspBase.service(HttpJs= pBase.java:109) > =E2=80=82=E2=80=82at javax.servlet.http.HttpServlet.service(HttpServlet.j= ava:790) > =E2=80=82=E2=80=82at org.apache.jasper.servlet.JspServletWrapper.service(= JspServletWrapper.java:389) > =E2=80=82=E2=80=82at org.apache.jasper.servlet.JspServlet.serviceJspFile(= JspServlet.java:486) > =E2=80=82=E2=80=82at org.apache.jasper.servlet.JspServlet.service(JspServ= let.java:380) > =E2=80=82=E2=80=82at javax.servlet.http.HttpServlet.service(HttpServlet.j= ava:790) > =E2=80=82=E2=80=82at org.eclipse.jetty.servlet.ServletHolder.handle(Servl= etHolder.java:684) > =E2=80=82=E2=80=82at org.eclipse.jetty.servlet.ServletHandler.doHandle(Se= rvletHandler.java:501) > =E2=80=82=E2=80=82at org.eclipse.jetty.server.handler.ScopedHandler.handl= e(ScopedHandler.java:137) > =E2=80=82=E2=80=82at org.eclipse.jetty.security.SecurityHandler.handle(Se= curityHandler.java:575) > =E2=80=82=E2=80=82at org.eclipse.jetty.server.session.SessionHandler.doHa= ndle(SessionHandler.java:231) > =E2=80=82=E2=80=82at org.eclipse.jetty.server.handler.ContextHandler.doHa= ndle(ContextHandler.java:1086) > =E2=80=82=E2=80=82at org.eclipse.jetty.servlet.ServletHandler.doScope(Ser= vletHandler.java:427) > =E2=80=82=E2=80=82at org.eclipse.jetty.server.session.SessionHandler.doSc= ope(SessionHandler.java:193) > =E2=80=82=E2=80=82at org.eclipse.jetty.server.handler.ContextHandler.doSc= ope(ContextHandler.java:1020) > =E2=80=82=E2=80=82at org.eclipse.jetty.server.handler.ScopedHandler.handl= e(ScopedHandler.java:135) > =E2=80=82=E2=80=82at org.eclipse.jetty.server.Dispatcher.forward(Dispatch= er.java:276) > =E2=80=82=E2=80=82at org.eclipse.jetty.server.Dispatcher.forward(Dispatch= er.java:103) > =E2=80=82=E2=80=82at org.apache.ambari.view.zeppelin.ZeppelinServlet.doGe= t(ZeppelinServlet.java:55) > =E2=80=82=E2=80=82at javax.servlet.http.HttpServlet.service(HttpServlet.j= ava:687) > =E2=80=82=E2=80=82at javax.servlet.http.HttpServlet.service(HttpServlet.j= ava:790) > =E2=80=82=E2=80=82at org.eclipse.jetty.servlet.ServletHolder.handle(Servl= etHolder.java:684) > =E2=80=82=E2=80=82at org.eclipse.jetty.servlet.ServletHandler$CachedChain= .doFilter(ServletHandler.java:1507) > =E2=80=82=E2=80=82at org.springframework.security.web.FilterChainProxy$Vi= rtualFilterChain.doFilter(FilterChainProxy.jav > {code} > [~jhurley] helped to look at the environment and mentioned that this is d= ue to https://github.com/apache/ambari/commit/c03b6d4b01fbc336c296c9a1a92ca= 1308cba6ffc -- This message was sent by Atlassian JIRA (v6.3.4#6332)