<?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: App timeline server failed to start due to webUI connection failed​ in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/App-timeline-server-failed-to-start-due-to-webUI-connection/m-p/139981#M102604</link>
    <description>&lt;P&gt;Hi, I am new to HDP and I am encountering the same error. &lt;/P&gt;&lt;P&gt;May I know where do I see the history server is?&lt;/P&gt;&lt;P&gt;Could you list down the steps you used to "move the appTimeline server to the same server where the history server is"?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jul 2017 16:10:34 GMT</pubDate>
    <dc:creator>smilessosweet</dc:creator>
    <dc:date>2017-07-11T16:10:34Z</dc:date>
    <item>
      <title>App timeline server failed to start due to webUI connection failed​</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-timeline-server-failed-to-start-due-to-webUI-connection/m-p/139974#M102597</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have 5 node cluster using HDP2.4 and Ambari 2.2.   Ambari server and App timeline server is on node1, Yarn Resource Manager is on node 3. App timeline server, Resource Manager and Node Manager  fail because connection to their webUI port 8188, 8088, 8042 respectively failed.  Node 1 has Ambari server on port 8080, which runs fine.   But App timeline server 8188 on the same node can not connect.&lt;/P&gt;&lt;P&gt;No job is running.  Just installed all the components and found alerts of those connection failures on Ambari web interface cluster monitoring.&lt;/P&gt;&lt;P&gt;OS is centos 7, firewalld and selinux are off.&lt;/P&gt;&lt;P&gt;Anyone knows why or how to fix this?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Shannon&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 04:12:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-timeline-server-failed-to-start-due-to-webUI-connection/m-p/139974#M102597</guid>
      <dc:creator>Luos</dc:creator>
      <dc:date>2016-03-23T04:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: App timeline server failed to start due to webUI connection failed​</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-timeline-server-failed-to-start-due-to-webUI-connection/m-p/139975#M102598</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/284/esiemes.html" nodeid="284"&gt;@Emil&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Hi Emil,&lt;/P&gt;&lt;P&gt;Thanks for replying.  Sorry I was out of office.   Found error in yarn-yarn-timelineserver-xxx.log only (see below).  It seems to be missing a timeline plugin related to tez.   Ambari used is the newest as of March 2016 and should not have any patch issue related to this, should it?   Tez was not running as hive was not used.  Do you know how this can be fixed?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Shannon&lt;/P&gt;&lt;P&gt;--------------copied from log---------&lt;/P&gt;&lt;P&gt;2016-03-10 20:57:02,239 INFO  timeline.EntityGroupFSTimelineStore (EntityGroupFSTimelineStore.java:loadPlugIns(217)) - Error loading plugin org.apache.tez.dag.history.logging.ats.TimelineCachePluginImpl
org.apache.hadoop.yarn.exceptions.YarnException: Unable to load class: org.apache.tez.dag.history.logging.ats.TimelineCachePluginImpl
   at org.apache.hadoop.yarn.server.timeline.EntityGroupFSTimelineStore.getClazz(EntityGroupFSTimelineStore.java:187)
   at org.apache.hadoop.yarn.server.timeline.EntityGroupFSTimelineStore.loadPlugIns(EntityGroupFSTimelineStore.java:214)
   at org.apache.hadoop.yarn.server.timeline.EntityGroupFSTimelineStore.serviceInit(EntityGroupFSTimelineStore.java:171)
   at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
   at org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
   at org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.serviceInit(ApplicationHistoryServer.java:104)
   at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
   at org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.launchAppHistoryServer(ApplicationHistoryServer.java:168)
   at org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.main(ApplicationHistoryServer.java:178)
Caused by: java.lang.ClassNotFoundException: org.apache.tez.dag.history.logging.ats.TimelineCachePluginImpl
   at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Class.java:348)
   at org.apache.hadoop.yarn.server.timeline.EntityGroupFSTimelineStore.getClazz(EntityGroupFSTimelineStore.java:183)
   ... 8 more&lt;/P&gt;&lt;P&gt;2016-03-10 20:57:02,245 FATAL applicationhistoryservice.ApplicationHistoryServer (ApplicationHistoryServer.java:launchAppHistoryServer(171)) - Error starting ApplicationHistoryServer
java.lang.RuntimeException: No class defined for org.apache.tez.dag.history.logging.ats.TimelineCachePluginImpl
   at org.apache.hadoop.yarn.server.timeline.EntityGroupFSTimelineStore.loadPlugIns(EntityGroupFSTimelineStore.java:223)
   at org.apache.hadoop.yarn.server.timeline.EntityGroupFSTimelineStore.serviceInit(EntityGroupFSTimelineStore.java:171)
   at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
   at org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
   at org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.serviceInit(ApplicationHistoryServer.java:104)
   at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
   at org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.launchAppHistoryServer(ApplicationHistoryServer.java:168)
   at org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.main(ApplicationHistoryServer.java:178)&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 19:49:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-timeline-server-failed-to-start-due-to-webUI-connection/m-p/139975#M102598</guid>
      <dc:creator>Luos</dc:creator>
      <dc:date>2016-04-01T19:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: App timeline server failed to start due to webUI connection failed​</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-timeline-server-failed-to-start-due-to-webUI-connection/m-p/139976#M102599</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/284/esiemes.html" nodeid="284"&gt;@Emil&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hi Emil,
&lt;A rel="user" href="https://community.cloudera.com/users/284/esiemes.html" nodeid="284"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Turn on Hive with Tez as execution engine.  Still same problem.  Where should I get this missing plugin, do you know?&lt;/P&gt;&lt;P&gt;Thanks!
&lt;/P&gt;&lt;P&gt;Shannon&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 21:52:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-timeline-server-failed-to-start-due-to-webUI-connection/m-p/139976#M102599</guid>
      <dc:creator>Luos</dc:creator>
      <dc:date>2016-04-07T21:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: App timeline server failed to start due to webUI connection failed​</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-timeline-server-failed-to-start-due-to-webUI-connection/m-p/139977#M102600</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/3621/sluo.html"&gt;shannon luo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am a solution engineer located in King of Prussia and trying to reproduce the problem you have. Could you please provide some more information about the environment of you cluster&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;public cloud/private cloud/vm&lt;/LI&gt;&lt;LI&gt;kernal version of centos7&lt;/LI&gt;&lt;LI&gt;Java version&lt;/LI&gt;&lt;LI&gt;node layout for where all the services you have &lt;UL&gt;&lt;LI&gt;Ambari server&lt;/LI&gt;&lt;LI&gt;name nodes&lt;/LI&gt;&lt;LI&gt;resource manager nodes&lt;/LI&gt;&lt;LI&gt;hive/tez/hbase/spark/.. &lt;/LI&gt;&lt;LI&gt;clients&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I assume you following the instruction on the following page during you installation and have prepared the environments following the instruction.&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.1.1/bk_Installing_HDP_AMB/content/ch_Getting_Ready.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.1.1/bk_Installing_HDP_AMB/content/ch_Getting_Ready.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Qi &lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 00:41:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-timeline-server-failed-to-start-due-to-webUI-connection/m-p/139977#M102600</guid>
      <dc:creator>qiwang</dc:creator>
      <dc:date>2016-04-12T00:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: App timeline server failed to start due to webUI connection failed​</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-timeline-server-failed-to-start-due-to-webUI-connection/m-p/139978#M102601</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3090/qiwang.html" nodeid="3090"&gt;@Qi Wang&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Hi Qi, &lt;/P&gt;&lt;P&gt;would you please email me at sluo(at)anexinet.com?  I can send environment details to your email.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Shannon&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 07:34:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-timeline-server-failed-to-start-due-to-webUI-connection/m-p/139978#M102601</guid>
      <dc:creator>Luos</dc:creator>
      <dc:date>2016-04-12T07:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: App timeline server failed to start due to webUI connection failed​</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-timeline-server-failed-to-start-due-to-webUI-connection/m-p/139979#M102602</link>
      <description>&lt;P&gt;Thanks to help from &lt;A rel="user" href="https://community.cloudera.com/users/3090/qiwang.html" nodeid="3090"&gt;@Qi Wang&lt;/A&gt;, the problem is solved by moving the appTimeline server to the same server where history server is.  Thank you, Qi!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 02:41:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-timeline-server-failed-to-start-due-to-webUI-connection/m-p/139979#M102602</guid>
      <dc:creator>Luos</dc:creator>
      <dc:date>2016-04-15T02:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: App timeline server failed to start due to webUI connection failed​</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-timeline-server-failed-to-start-due-to-webUI-connection/m-p/139980#M102603</link>
      <description>&lt;P&gt;@qi&lt;/P&gt;&lt;P&gt;
&lt;A rel="user" href="https://community.cloudera.com/users/3090/qiwang.html" nodeid="3090"&gt;@Qi Wang&lt;/A&gt;  I had a similar problem with the yarn resource manager running on master 2 not being able to connect to yarn App timeline server running on master 3. I moved yarnApp timeline server to master 2 and it works fine now. But just wanted to check does Apptimeline server have to be on the same node as   as yarn rm or How are the three components related App timeline server, YARN RM and History server  ?  &lt;/P&gt;&lt;P&gt;Error logs &lt;/P&gt;&lt;P&gt;resource_management.core.exceptions.Fail: Execution of 'yarn org.apache.hadoop.yarn.applications.distributedshell.Client -shell_command ls -num_containers 1 -jar /usr/hdp/current/hadoop-yarn-client/hadoop-yarn-applications-distributedshell.jar -jar /usr/hdp/current/hadoop-yarn-client/hadoop-yarn-applications-distributedshell.jar -timeout 300000' returned 2. 16/05/02 15:44:15 INFO impl.TimelineClientImpl: Timeline service address: &lt;A href="http://master3.com:8188/ws/v1/timeline/" target="_blank"&gt;http://master3.com:8188/ws/v1/timeline/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 05:15:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-timeline-server-failed-to-start-due-to-webUI-connection/m-p/139980#M102603</guid>
      <dc:creator>mayur_1286</dc:creator>
      <dc:date>2016-05-03T05:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: App timeline server failed to start due to webUI connection failed​</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-timeline-server-failed-to-start-due-to-webUI-connection/m-p/139981#M102604</link>
      <description>&lt;P&gt;Hi, I am new to HDP and I am encountering the same error. &lt;/P&gt;&lt;P&gt;May I know where do I see the history server is?&lt;/P&gt;&lt;P&gt;Could you list down the steps you used to "move the appTimeline server to the same server where the history server is"?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 16:10:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-timeline-server-failed-to-start-due-to-webUI-connection/m-p/139981#M102604</guid>
      <dc:creator>smilessosweet</dc:creator>
      <dc:date>2017-07-11T16:10:34Z</dc:date>
    </item>
  </channel>
</rss>

