<?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>topic Re: Installing Splunk - error &amp;quot;Waiting for web server at http://127.0.0.1:8000 to be available. in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Installing-Splunk-Troubleshooting-error-quot-Waiting-for-web/m-p/610268#M11827</link>
    <description>&lt;P&gt;Just to give an update, i did the following:&lt;/P&gt;&lt;P&gt;i set the current mode to passive from enforcing by typing &lt;EM&gt;&lt;STRONG&gt;setenforce permissive &amp;gt; Enter&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I disabled the firewall by typing &lt;EM&gt;&lt;STRONG&gt;systemctl stop firewalld &amp;gt; Enter&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I updated centOS by typing &lt;EM&gt;&lt;STRONG&gt;yum update &amp;gt; Enter&lt;/STRONG&gt;&lt;/EM&gt;.&amp;nbsp; (As i only downloaded the install file a few days ago i didnt do this as i thought it would already be the latest.&amp;nbsp; Turns out it wasnt the case)&lt;/P&gt;&lt;P&gt;I then ran ./splunk start &amp;gt; Enter and then after a few minutes it completed.&lt;/P&gt;&lt;P&gt;However, now when i go to the web browser it says secure connection failed.&amp;nbsp; Error code: SSL_ERROR_RX_RECORD_TOO_LONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Aug 2022 02:14:00 GMT</pubDate>
    <dc:creator>J9</dc:creator>
    <dc:date>2022-08-22T02:14:00Z</dc:date>
    <item>
      <title>Installing Splunk - Troubleshooting error "Waiting for web server at http://127.0.0.1:8000 to be available.?</title>
      <link>https://community.splunk.com/t5/Installation/Installing-Splunk-Troubleshooting-error-quot-Waiting-for-web/m-p/610261#M11826</link>
      <description>&lt;P&gt;I'm trying to install Splunk Enterprise on CentOS7 operating system.&amp;nbsp; CentOS is installed on Virtual Box.&amp;nbsp; However when i run&amp;nbsp;./splunk start -accept-license i get the message "waiting for web server at &lt;A href="http://127.0.0.1:8000" target="_blank" rel="noopener"&gt;http://127.0.0.1:8000&lt;/A&gt;&amp;nbsp;to be available.&lt;/P&gt;
&lt;P&gt;This is my first installation so the solution maybe pretty simple.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have logged in as root to open ports by typing the following commands&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;firewall-cmd --zone=public --add-port=8000/tcp –permanent&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;firewall-cmd --zone=public --add-port=8080/tcp --permanent &amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;firewall-cmd --zone=public --add-port=8088/tcp –permanent &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;firewall-cmd --zone=public --add-port=8089/tcp –permanent &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;firewall-cmd --zone=public --add-port=9997/tcp –permanent &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;firewall-cmd --zone=public --add-port=514/tcp –permanent&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;firewall-cmd --zone=public --add-port=514/udp –permanent&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I reloaded the firewall rules by firewall-cmd -reload and when i run firewall-cmd --list-all i can see the ports that i have opened.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="J9_1-1661127933782.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21114i954CE4586A0FD611/image-size/medium?v=v2&amp;amp;px=400" role="button" title="J9_1-1661127933782.png" alt="J9_1-1661127933782.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;J9_1-1661127933782.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;i created a splunk user and group and associated it to each other.&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;i uncompressed the tar file and moved to /opt/splunk&lt;/P&gt;
&lt;P&gt;i changed the ownership of the uncompressed files to splunk&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then logged into CentOS as splunk ran ./splunk start -accept-license and all the prelimary checks passed.&amp;nbsp; Then after a few minutes, the error appeared and believe the installation stopped.&lt;/P&gt;
&lt;P&gt;I ran the command /opt/splunk/bin/splunk status and splunkd is not running&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i did netstat -an | grep 8000 and its not listening on port 8000.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 12:07:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Installing-Splunk-Troubleshooting-error-quot-Waiting-for-web/m-p/610261#M11826</guid>
      <dc:creator>J9</dc:creator>
      <dc:date>2022-08-22T12:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Splunk - error "Waiting for web server at http://127.0.0.1:8000 to be available.</title>
      <link>https://community.splunk.com/t5/Installation/Installing-Splunk-Troubleshooting-error-quot-Waiting-for-web/m-p/610268#M11827</link>
      <description>&lt;P&gt;Just to give an update, i did the following:&lt;/P&gt;&lt;P&gt;i set the current mode to passive from enforcing by typing &lt;EM&gt;&lt;STRONG&gt;setenforce permissive &amp;gt; Enter&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I disabled the firewall by typing &lt;EM&gt;&lt;STRONG&gt;systemctl stop firewalld &amp;gt; Enter&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I updated centOS by typing &lt;EM&gt;&lt;STRONG&gt;yum update &amp;gt; Enter&lt;/STRONG&gt;&lt;/EM&gt;.&amp;nbsp; (As i only downloaded the install file a few days ago i didnt do this as i thought it would already be the latest.&amp;nbsp; Turns out it wasnt the case)&lt;/P&gt;&lt;P&gt;I then ran ./splunk start &amp;gt; Enter and then after a few minutes it completed.&lt;/P&gt;&lt;P&gt;However, now when i go to the web browser it says secure connection failed.&amp;nbsp; Error code: SSL_ERROR_RX_RECORD_TOO_LONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 02:14:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Installing-Splunk-Troubleshooting-error-quot-Waiting-for-web/m-p/610268#M11827</guid>
      <dc:creator>J9</dc:creator>
      <dc:date>2022-08-22T02:14:00Z</dc:date>
    </item>
  </channel>
</rss>

