<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: HTTP ERROR 500 while accessing Zeppelin view in HDP 2.5 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/HTTP-ERROR-500-while-accessing-Zeppelin-view-in-HDP-2-5/m-p/197598#M159649</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11157/rohitrsharma.html" nodeid="11157"&gt;@Rohit Sharma
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As per the release notes of Ambari 2.5 , Zeppelin View is removed from Ambari, So you can not use it. You will have to use the Zeppelin UI instead.   If you are in Ambari 2.4 then you can try using the lower version of JDK to avoid the issue that you reported.   Because &lt;STRONG&gt;Zeppelin view doesn't work with JDK 1.8_91+&lt;/STRONG&gt; : &lt;A href="https://issues.apache.org/jira/browse/AMBARI-18918"&gt;https://issues.apache.org/jira/browse/AMBARI-18918&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jun 2017 21:43:18 GMT</pubDate>
    <dc:creator>jsensharma</dc:creator>
    <dc:date>2017-06-07T21:43:18Z</dc:date>
    <item>
      <title>HTTP ERROR 500 while accessing Zeppelin view in HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HTTP-ERROR-500-while-accessing-Zeppelin-view-in-HDP-2-5/m-p/197593#M159644</link>
      <description>&lt;P&gt;I have setup a fresh default HDP 2.5 with Ambari 2.4 cluster, and while accessing Zeppelin view from Ambari i am facing HTTP ERROR 500.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;JDK= "1.8.0_111"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Attaching SNAP of the error:&lt;/P&gt;&lt;H2&gt;HTTP ERROR 500&lt;/H2&gt;&lt;P&gt;Problem accessing /views/ZEPPELIN/1.0.0/AUTO_ZEPPELIN_INSTANCE/. Reason:&lt;/P&gt;&lt;PRE&gt;    Server Error&lt;/PRE&gt;&lt;H3&gt;Caused by:&lt;/H3&gt;&lt;PRE&gt;org.apache.jasper.JasperException: PWC6033: Unable to compile class for JSP

PWC6199: Generated servlet error:
The type java.io.ObjectInputStream cannot be resolved. It is indirectly referenced from required .class files
	at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:123)
	at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:296)
	at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:376)
	at org.apache.jasper.compiler.Compiler.compile(Compiler.java:437)
	at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:608)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:360)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:486)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:380)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:575)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:427)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:276)
	at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:103)
	at org.apache.ambari.view.zeppelin.ZeppelinServlet.doGet(ZeppelinServlet.java:68)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1507)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
	at org.apache.ambari.server.security.authorization.AmbariAuthorizationFilter.doFilter(AmbariAuthorizationFilter.java:257)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
	at org.apache.ambari.server.security.authorization.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:96)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
	at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
	at org.apache.ambari.server.security.authentication.AmbariAuthenticationFilter.doFilter(AmbariAuthenticationFilter.java:88)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
	at org.apache.ambari.server.security.authorization.AmbariUserAuthorizationFilter.doFilter(AmbariUserAuthorizationFilter.java:91)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1478)
	at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:47)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1478)
	at org.apache.ambari.server.security.AbstractSecurityHeaderFilter.doFilter(AbstractSecurityHeaderFilter.java:109)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1478)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:427)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.apache.ambari.server.controller.AmbariHandlerList.processHandlers(AmbariHandlerList.java:212)
	at org.apache.ambari.server.controller.AmbariHandlerList.processHandlers(AmbariHandlerList.java:200)
	at org.apache.ambari.server.controller.AmbariHandlerList.handle(AmbariHandlerList.java:139)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:370)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)
	at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:973)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1035)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:641)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:231)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:745)&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Zeppelin Log tail:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/var/log/zeppelin/zeppelin-setup.log&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;spark_version:1.6 detected for spark_home: /usr/hdp/current/spark-client &lt;/P&gt;&lt;P&gt;Zeppelin start                                             [  OK  ] &lt;/P&gt;&lt;P&gt;Zeppelin stop                                              [  OK  ] &lt;/P&gt;&lt;P&gt;Zeppelin start                                             [  OK  ]&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; tail /var/log/zeppelin/zeppelin-zeppelin-FQDN.log&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; INFO [2017-06-02 18:36:17,640] ({main} StdSchedulerFactory.java[instantiate]:1343) - Quartz scheduler version: 2.2.1
 INFO [2017-06-02 18:36:17,641] ({main} QuartzScheduler.java[start]:575) - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
 INFO [2017-06-02 18:36:18,248] ({main} Notebook.java[&amp;lt;init&amp;gt;]:121) - Notebook indexing started...
 INFO [2017-06-02 18:36:18,525] ({main} LuceneSearch.java[addIndexDocs]:305) - Indexing 21 notebooks took 275ms
 INFO [2017-06-02 18:36:18,525] ({main} Notebook.java[&amp;lt;init&amp;gt;]:123) - Notebook indexing finished: 21 indexed in 0s
 INFO [2017-06-02 18:36:18,643] ({main} ServerImpl.java[initDestination]:94) - Setting the server's publish address to be /
 INFO [2017-06-02 18:36:19,253] ({main} ContextHandler.java[doStart]:744) - Started o.e.j.w.WebAppContext@57d5872c{/,file:/usr/hdp/2.5.3.0-37/zeppelin/webapps/webapp/,AVAILABLE}{/usr/hdp/current/zeppelin-server/lib/zeppelin-web-0.6.0.2.5.3.0-37.war}
 INFO [2017-06-02 18:36:19,261] ({main} AbstractConnector.java[doStart]:266) - Started ServerConnector@39008c9f{HTTP/1.1}{0.0.0.0:9995}
 INFO [2017-06-02 18:36:19,261] ({main} Server.java[doStart]:379) - Started @3061ms
 INFO [2017-06-02 18:36:19,261] ({main} ZeppelinServer.java[main]:121) - Done, zeppelin server started
&lt;/P&gt;&lt;P&gt;Can any 1 help to resolve ?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 14:50:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HTTP-ERROR-500-while-accessing-Zeppelin-view-in-HDP-2-5/m-p/197593#M159644</guid>
      <dc:creator>rohit_r_sharma</dc:creator>
      <dc:date>2017-06-05T14:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP ERROR 500 while accessing Zeppelin view in HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HTTP-ERROR-500-while-accessing-Zeppelin-view-in-HDP-2-5/m-p/197594#M159645</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11157/rohitrsharma.html" nodeid="11157"&gt;@Rohit Sharma&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It's a bug reported here: &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Zeppelin view doesn't work with JDK 1.8_91+&lt;/STRONG&gt; : &lt;A href="https://issues.apache.org/jira/browse/AMBARI-18918" target="_blank"&gt;https://issues.apache.org/jira/browse/AMBARI-18918&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Either downgrade the JDK or  Better Upgrade&lt;STRONG&gt; Ambari to 2.5
&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ambari 2.5.1 upgrade guide: &lt;/STRONG&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.5.1.0/bk_ambari-upgrade/content/upgrading_ambari.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.5.1.0/bk_ambari-upgrade/content/upgrading_ambari.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 15:17:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HTTP-ERROR-500-while-accessing-Zeppelin-view-in-HDP-2-5/m-p/197594#M159645</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-06-05T15:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP ERROR 500 while accessing Zeppelin view in HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HTTP-ERROR-500-while-accessing-Zeppelin-view-in-HDP-2-5/m-p/197595#M159646</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/5258"&gt;@Jay&lt;/a&gt; SenSharma&lt;/P&gt;&lt;P&gt;I have upgraded the Ambari to 2.5.1 as per the upgrade guide link provided.&lt;/P&gt;&lt;P&gt;But i cant see Zeppelin View in the Ambari.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="16094-capture.png" style="width: 1365px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/17824i7A91FDE2F3EF3CD1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="16094-capture.png" alt="16094-capture.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Even you see the 1 STALE alert is of Spark2 thrift server .&lt;/P&gt;&lt;P&gt;Let me know if i skipped any step or i need something more to be configured.&lt;/P&gt;&lt;P&gt;Thanks!!!!&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 06:15:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HTTP-ERROR-500-while-accessing-Zeppelin-view-in-HDP-2-5/m-p/197595#M159646</guid>
      <dc:creator>rohit_r_sharma</dc:creator>
      <dc:date>2019-08-18T06:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP ERROR 500 while accessing Zeppelin view in HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HTTP-ERROR-500-while-accessing-Zeppelin-view-in-HDP-2-5/m-p/197596#M159647</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11157/rohitrsharma.html" nodeid="11157"&gt;@Rohit Sharma&lt;/A&gt;&lt;/P&gt;&lt;P&gt;According to Ambari 2.5 Release Notes (&lt;STRONG&gt;Deprecated Notice&lt;/STRONG&gt;) list the "Zeppelin" and "Storm" views are removed from Ambari 2.5 so you won't see them in the Ambari UI any more.&lt;/P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.5.0.3/bk_ambari-release-notes/content/ambari_relnotes-2.5.0.3-deprecation-notices.html"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.5.0.3/bk_ambari-release-notes/content/ambari_relnotes-2.5.0.3-deprecation-notices.html&lt;/A&gt;</description>
      <pubDate>Wed, 07 Jun 2017 15:26:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HTTP-ERROR-500-while-accessing-Zeppelin-view-in-HDP-2-5/m-p/197596#M159647</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-06-07T15:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP ERROR 500 while accessing Zeppelin view in HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HTTP-ERROR-500-while-accessing-Zeppelin-view-in-HDP-2-5/m-p/197597#M159648</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt;&lt;P&gt;Now how can i use Zeppelin Notebook in Ambari2.5 UI?&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2017 20:44:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HTTP-ERROR-500-while-accessing-Zeppelin-view-in-HDP-2-5/m-p/197597#M159648</guid>
      <dc:creator>rohit_r_sharma</dc:creator>
      <dc:date>2017-06-07T20:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP ERROR 500 while accessing Zeppelin view in HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HTTP-ERROR-500-while-accessing-Zeppelin-view-in-HDP-2-5/m-p/197598#M159649</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11157/rohitrsharma.html" nodeid="11157"&gt;@Rohit Sharma
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As per the release notes of Ambari 2.5 , Zeppelin View is removed from Ambari, So you can not use it. You will have to use the Zeppelin UI instead.   If you are in Ambari 2.4 then you can try using the lower version of JDK to avoid the issue that you reported.   Because &lt;STRONG&gt;Zeppelin view doesn't work with JDK 1.8_91+&lt;/STRONG&gt; : &lt;A href="https://issues.apache.org/jira/browse/AMBARI-18918"&gt;https://issues.apache.org/jira/browse/AMBARI-18918&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2017 21:43:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HTTP-ERROR-500-while-accessing-Zeppelin-view-in-HDP-2-5/m-p/197598#M159649</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-06-07T21:43:18Z</dc:date>
    </item>
  </channel>
</rss>

