<?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: Sandbox on Vritual box in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sandbox-on-Vritual-box/m-p/177588#M77519</link>
    <description>&lt;P&gt;Well I found a solution, took me a lot of time.&lt;/P&gt;&lt;P&gt;Figured that some application was using port 8080 by:&lt;/P&gt;&lt;PRE&gt;C:\WINDOWS\system32&amp;gt;netstat -anob | findstr "8080"
  TCP    0.0.0.0:8080           0.0.0.0:0              LISTENING       4700
  TCP    127.0.0.1:8080         127.0.0.1:49327        TIME_WAIT       0
  TCP    127.0.0.1:8080         127.0.0.1:49328        TIME_WAIT       0
  TCP    127.0.0.1:8080         127.0.0.1:49329        TIME_WAIT       0
  TCP    127.0.0.1:8080         127.0.0.1:49399        TIME_WAIT       0
  TCP    [::]:8080              [::]:0                 LISTENING       4700
  TCP    [::1]:8080             [::1]:65314            TIME_WAIT       0
  TCP    [::1]:8080             [::1]:65315            TIME_WAIT       0
  TCP    [::1]:8080             [::1]:65316            TIME_WAIT       0
  TCP    [::1]:8080             [::1]:65343            TIME_WAIT       0
  TCP    [::1]:8080             [::1]:65344            TIME_WAIT       0
  TCP    [::1]:8080             [::1]:65391            TIME_WAIT       0
  TCP    [::1]:8080             [::1]:65392            TIME_WAIT       0&lt;/PRE&gt;&lt;P&gt;So I kill that application with PID 4700:&lt;/P&gt;&lt;PRE&gt;C:\WINDOWS\system32&amp;gt;taskkill /PID 4700 /F
SUCCESS: The process with PID 4700 has been terminated.&lt;/PRE&gt;&lt;P&gt;Start VM from virtualbox again and I am happy and Ambari is up and running!&lt;BR /&gt;&lt;BR /&gt;Cheers.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Apr 2018 19:48:27 GMT</pubDate>
    <dc:creator>rl</dc:creator>
    <dc:date>2018-04-23T19:48:27Z</dc:date>
    <item>
      <title>Sandbox on Vritual box</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sandbox-on-Vritual-box/m-p/177585#M77516</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="72399-instaling1.jpg" style="width: 723px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19565i109FF572C9E7EF9D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="72399-instaling1.jpg" alt="72399-instaling1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am instaling VirtualBox version of sandbox: Hortonworks Data Platform (HDP&lt;SUP&gt;®&lt;/SUP&gt;) 2.6.4 on Hortonworks Sandbox&lt;/P&gt;&lt;P&gt;I have download a file and initialize VirtualBox, the instalation seems fine, but when it got to point "Waiting for ambari services to start"(see image 1) it would take 10 minutes and after that it would just go to black screen.&lt;BR /&gt;So I am not able to log in into Ambari at all. I tried different things, like checking if the port forwarding is set up in VB, tried to install it all over again few times, noting helped so far.&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;P&gt;Thank you!&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="72400-instaling2.jpg" style="width: 722px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19566i956C634B1E76EDCF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="72400-instaling2.jpg" alt="72400-instaling2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 13:08:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sandbox-on-Vritual-box/m-p/177585#M77516</guid>
      <dc:creator>rl</dc:creator>
      <dc:date>2022-09-16T13:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox on Vritual box</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sandbox-on-Vritual-box/m-p/177586#M77517</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/78160/rl.html" nodeid="78160"&gt;@Robert
 Lepen
&lt;/A&gt;&lt;P&gt;At this point (based on the screenshot) you should be able to access the Terminal or web terminal to check the ambari server logs.&lt;/P&gt;&lt;P&gt;Please try to open the URL in your browser :    &lt;A href="http://localhost:4200" target="_blank"&gt;http://localhost:4200&lt;/A&gt;.      (username: root,  password: hadoop)&lt;/P&gt;&lt;P&gt;Or try using the terminal to access the Sandbox: (port must be 2222)&lt;/P&gt;&lt;PRE&gt;# ssh root@127.0.0.1 -p 2222
Enter Password: hadoop&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Then check the log of ambari to see if there are any issues.&lt;/P&gt;&lt;P&gt;Normally due to some resource issues it takes longer time to start.  So better to kill some of the components like Zeppelin / Spark if you are not using them and put them in maintenance mode for next time.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 17:40:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sandbox-on-Vritual-box/m-p/177586#M77517</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-04-23T17:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox on Vritual box</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sandbox-on-Vritual-box/m-p/177587#M77518</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/5258"&gt;@Jay&lt;/a&gt; Kumar SenSharma&lt;BR /&gt;thank you for your answer, i runned:&lt;/P&gt;&lt;PRE&gt;[root@sandbox-hdp ~]# ambari-server status                                                                                                                 
Using python  /usr/bin/python                                                                                                                              
Ambari-server status                                                                                                                                       
Ambari Server running                                                                                                                                      
Found Ambari Server PID: 483 at: /var/run/ambari-server/ambari-server.pid     
&lt;/PRE&gt;&lt;P&gt;So it seems that server is on, but if I try to connect to &lt;A href="http://localhost:8080/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/&lt;/A&gt; I got log in screen but It is not working for any credantial, like raj_ops or so.&lt;BR /&gt;&lt;BR /&gt;Any further help? How to kill Zeppelin or Spark?&lt;/P&gt;&lt;P&gt;log:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="72402-3.jpg" style="width: 1499px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19563i88A046C7E9DDEDA7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="72402-3.jpg" alt="72402-3.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;even:&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="72403-4.jpg" style="width: 1621px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19564i4F29F3FD40B4E3E1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="72403-4.jpg" alt="72403-4.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But i still cant log in into localhost:8080, with any pswd.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 09:42:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sandbox-on-Vritual-box/m-p/177587#M77518</guid>
      <dc:creator>rl</dc:creator>
      <dc:date>2019-08-18T09:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox on Vritual box</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sandbox-on-Vritual-box/m-p/177588#M77519</link>
      <description>&lt;P&gt;Well I found a solution, took me a lot of time.&lt;/P&gt;&lt;P&gt;Figured that some application was using port 8080 by:&lt;/P&gt;&lt;PRE&gt;C:\WINDOWS\system32&amp;gt;netstat -anob | findstr "8080"
  TCP    0.0.0.0:8080           0.0.0.0:0              LISTENING       4700
  TCP    127.0.0.1:8080         127.0.0.1:49327        TIME_WAIT       0
  TCP    127.0.0.1:8080         127.0.0.1:49328        TIME_WAIT       0
  TCP    127.0.0.1:8080         127.0.0.1:49329        TIME_WAIT       0
  TCP    127.0.0.1:8080         127.0.0.1:49399        TIME_WAIT       0
  TCP    [::]:8080              [::]:0                 LISTENING       4700
  TCP    [::1]:8080             [::1]:65314            TIME_WAIT       0
  TCP    [::1]:8080             [::1]:65315            TIME_WAIT       0
  TCP    [::1]:8080             [::1]:65316            TIME_WAIT       0
  TCP    [::1]:8080             [::1]:65343            TIME_WAIT       0
  TCP    [::1]:8080             [::1]:65344            TIME_WAIT       0
  TCP    [::1]:8080             [::1]:65391            TIME_WAIT       0
  TCP    [::1]:8080             [::1]:65392            TIME_WAIT       0&lt;/PRE&gt;&lt;P&gt;So I kill that application with PID 4700:&lt;/P&gt;&lt;PRE&gt;C:\WINDOWS\system32&amp;gt;taskkill /PID 4700 /F
SUCCESS: The process with PID 4700 has been terminated.&lt;/PRE&gt;&lt;P&gt;Start VM from virtualbox again and I am happy and Ambari is up and running!&lt;BR /&gt;&lt;BR /&gt;Cheers.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 19:48:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sandbox-on-Vritual-box/m-p/177588#M77519</guid>
      <dc:creator>rl</dc:creator>
      <dc:date>2018-04-23T19:48:27Z</dc:date>
    </item>
  </channel>
</rss>

