<?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: Why am I getting a Read Timeout error in my browser when trying to save settings for the App for Twitter Data? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-a-Read-Timeout-error-in-my-browser-when-trying/m-p/156566#M14311</link>
    <description>&lt;P&gt;I had the same issue with my local installation of Splunk Enterprise 6.4.1 x64 running on Windows 10 x64.&lt;/P&gt;

&lt;P&gt;The problem occurred when the twitter2 app reloads the page:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;WARN  LocalAppsAdminHandler - User 'admin' triggered the '_reload' action on app 'twitter2', and the following objects required a restart: restart_on_install
ERROR HttpClientRequest - HTTP client error: Read Timeout (while accessing &lt;A href="http://127.0.0.1:8065/dj/en-us/twitter2/setup/)" target="test_blank"&gt;http://127.0.0.1:8065/dj/en-us/twitter2/setup/)&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What worked for me was to change the default appServerPorts in Splunk\etc\system\default\web.conf from 8065 to 0.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# list of ports to start python application servers on (although usually
# one port is enough)  Set to 0 to instead run the application server
# directly as the web front end on 'httpport', separate from splunkd.
appServerPorts = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope it helps.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jun 2016 08:06:35 GMT</pubDate>
    <dc:creator>littlewild</dc:creator>
    <dc:date>2016-06-06T08:06:35Z</dc:date>
    <item>
      <title>Why am I getting a Read Timeout error in my browser when trying to save settings for the App for Twitter Data?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-a-Read-Timeout-error-in-my-browser-when-trying/m-p/156564#M14309</link>
      <description>&lt;P&gt;I've installed the twitter app as instructed. The app then requests the settings from twitter and these all work as I have tested them with the REST API. After clicking save on the twitter app, the browser spins and then states error Read Timeout.&lt;/P&gt;

&lt;P&gt;This is what the web pages shows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;This XML file does not appear to have any style information associated with it. The document tree is shown below.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;From the log:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;02-20-2015 11:47:40.517 -0500 ERROR HttpClientRequest - HTTP client error: Read Timeout (while accessing &lt;A href="http://127.0.0.1:8065/dj/en-us/twitter2/setup/)" target="test_blank"&gt;http://127.0.0.1:8065/dj/en-us/twitter2/setup/)&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 20 Feb 2015 16:58:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-a-Read-Timeout-error-in-my-browser-when-trying/m-p/156564#M14309</guid>
      <dc:creator>ehkant</dc:creator>
      <dc:date>2015-02-20T16:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting a Read Timeout error in my browser when trying to save settings for the App for Twitter Data?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-a-Read-Timeout-error-in-my-browser-when-trying/m-p/156565#M14310</link>
      <description>&lt;P&gt;Try to increase the sessionTimeOut in web.conf&lt;BR /&gt;
Default is of 30 sec.&lt;BR /&gt;
Try it to increase to 60 sec or accordingly. In my case it worked fine. &lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2015 04:52:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-a-Read-Timeout-error-in-my-browser-when-trying/m-p/156565#M14310</guid>
      <dc:creator>kartik13</dc:creator>
      <dc:date>2015-06-23T04:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting a Read Timeout error in my browser when trying to save settings for the App for Twitter Data?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-a-Read-Timeout-error-in-my-browser-when-trying/m-p/156566#M14311</link>
      <description>&lt;P&gt;I had the same issue with my local installation of Splunk Enterprise 6.4.1 x64 running on Windows 10 x64.&lt;/P&gt;

&lt;P&gt;The problem occurred when the twitter2 app reloads the page:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;WARN  LocalAppsAdminHandler - User 'admin' triggered the '_reload' action on app 'twitter2', and the following objects required a restart: restart_on_install
ERROR HttpClientRequest - HTTP client error: Read Timeout (while accessing &lt;A href="http://127.0.0.1:8065/dj/en-us/twitter2/setup/)" target="test_blank"&gt;http://127.0.0.1:8065/dj/en-us/twitter2/setup/)&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What worked for me was to change the default appServerPorts in Splunk\etc\system\default\web.conf from 8065 to 0.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# list of ports to start python application servers on (although usually
# one port is enough)  Set to 0 to instead run the application server
# directly as the web front end on 'httpport', separate from splunkd.
appServerPorts = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope it helps.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 08:06:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-getting-a-Read-Timeout-error-in-my-browser-when-trying/m-p/156566#M14311</guid>
      <dc:creator>littlewild</dc:creator>
      <dc:date>2016-06-06T08:06:35Z</dc:date>
    </item>
  </channel>
</rss>

