<?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: Splunk 5.0 Error - An error occurred while rendering the page template. See web_service.log for more details in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58562#M1262</link>
    <description>&lt;P&gt;Oddly enough, the issue went away on its own a few hours after it started to appear.  Is it possible that this error occurs when a scheduled search is running and one tries to edit it?&lt;/P&gt;</description>
    <pubDate>Fri, 19 Apr 2013 14:05:54 GMT</pubDate>
    <dc:creator>mike_lebrun</dc:creator>
    <dc:date>2013-04-19T14:05:54Z</dc:date>
    <item>
      <title>Splunk 5.0 Error - An error occurred while rendering the page template. See web_service.log for more details</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58556#M1256</link>
      <description>&lt;P&gt;I keep getting this error "An error occurred while rendering the page template. See web_service.log for more details" appear when I try to click on a saved search in manager in Splunk Web. After I restart Splunk, I can access that saved search, but after I've made my change and saved it I keep getting the same error message until I've restarted Splunk again.&lt;/P&gt;

&lt;P&gt;I can't create, edit or delete saved searches through the GUI.. which is really annoying!&lt;/P&gt;

&lt;P&gt;Can anyone help me out?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2012 12:03:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58556#M1256</guid>
      <dc:creator>watsm10</dc:creator>
      <dc:date>2012-12-10T12:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 5.0 Error - An error occurred while rendering the page template. See web_service.log for more details</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58557#M1257</link>
      <description>&lt;P&gt;This sounds a lot like bugs, (SPL-57518, SPL-58650)&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.1/ReleaseNotes/Knownissues"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.1/ReleaseNotes/Knownissues&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Best bet is to get in touch with support&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2012 12:28:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58557#M1257</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-12-10T12:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 5.0 Error - An error occurred while rendering the page template. See web_service.log for more details</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58558#M1258</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/9359"&gt;@Drainy&lt;/a&gt; is correct.&lt;/P&gt;

&lt;P&gt;This problem is caused by a regression in Splunk 5.0 and 5.0.1 which impacts certain methods to list indexes, such as:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;The &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/SearchReference/Eventcount" target="_blank"&gt;eventcount&lt;/A&gt; command&lt;/LI&gt;
&lt;LI&gt;REST API calls to the &lt;CODE&gt;/services/data/indexes&lt;/CODE&gt; endpoint&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;In 5.0 and 5.0.1, these methods fail to use cached assets and end up iterating over the files of your indexes themselves. This results in a much slower execution, which eventually affects whatever consumer calls the method.&lt;/P&gt;

&lt;P&gt;In the Manager user interface, this affects some of the pages that need to present a list of indexes such as:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;The page showing the details of a saved search (Manager &amp;gt; Searches &amp;amp; Reports &amp;gt; $SAVED_SEARCH_NAME)&lt;/LI&gt;
&lt;LI&gt;The setup page for most data inputs (Manager &amp;gt; Data Inputs &amp;gt; Files &amp;amp; Directories &amp;gt; Add new)&lt;/LI&gt;
&lt;LI&gt;The page where you can list and edit indexes (Manager &amp;gt; Indexes)&lt;/LI&gt;
&lt;LI&gt;The page where you can edit roles (Manager &amp;gt; Access controls &amp;gt; Roles)&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;If the index-listing method takes more than 30s to complete, Splunkweb will time out on it and display a "500 - internal server error" message.&lt;/P&gt;

&lt;P&gt;This issue will be fixed in maintenance release 5.0.2, which we are aiming to deliver early in 2013. We are also working on intermediary patch release 5.0.1.1 to specifically address this issue.&lt;/P&gt;

&lt;P&gt;For reference, the bugs behind this problem are SPL-57518 and SPL-58650.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:56:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58558#M1258</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2020-09-28T12:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 5.0 Error - An error occurred while rendering the page template. See web_service.log for more details</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58559#M1259</link>
      <description>&lt;P&gt;Running 5.0.2 here and getting the same error "An error occurred while rendering the page template" when I click on either the saved search itself or try to Clone it.&lt;/P&gt;

&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 15:30:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58559#M1259</guid>
      <dc:creator>mike_lebrun</dc:creator>
      <dc:date>2013-04-17T15:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 5.0 Error - An error occurred while rendering the page template. See web_service.log for more details</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58560#M1260</link>
      <description>&lt;P&gt;I spoke to Splunk support, who made some suggestions which didn't work..&lt;/P&gt;

&lt;P&gt;We got around it by backing up our apps and settings, then a clean install of Splunk. Haven't had any issues on 5.02 so far...&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 15:45:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58560#M1260</guid>
      <dc:creator>watsm10</dc:creator>
      <dc:date>2013-04-17T15:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 5.0 Error - An error occurred while rendering the page template. See web_service.log for more details</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58561#M1261</link>
      <description>&lt;P&gt;@mike.lebrun: If you have a distributed search environment, please ensure that all instances (search-heads and indexers) have been upgraded to 5.0.2.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 16:22:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58561#M1261</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2013-04-17T16:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 5.0 Error - An error occurred while rendering the page template. See web_service.log for more details</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58562#M1262</link>
      <description>&lt;P&gt;Oddly enough, the issue went away on its own a few hours after it started to appear.  Is it possible that this error occurs when a scheduled search is running and one tries to edit it?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2013 14:05:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58562#M1262</guid>
      <dc:creator>mike_lebrun</dc:creator>
      <dc:date>2013-04-19T14:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 5.0 Error - An error occurred while rendering the page template. See web_service.log for more details</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58563#M1263</link>
      <description>&lt;P&gt;Good point there @hexx. The issue was with 5.0.1, so Splunk's latest public release of 5.0.2 addressed the problem&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2013 14:16:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58563#M1263</guid>
      <dc:creator>watsm10</dc:creator>
      <dc:date>2013-04-19T14:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 5.0 Error - An error occurred while rendering the page template. See web_service.log for more details</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58564#M1264</link>
      <description>&lt;P&gt;I have just encountered this error in version 5.0.3, build 163460&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2013 13:05:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58564#M1264</guid>
      <dc:creator>Loscil</dc:creator>
      <dc:date>2013-06-17T13:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 5.0 Error - An error occurred while rendering the page template. See web_service.log for more details</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58565#M1265</link>
      <description>&lt;P&gt;Try backing up your apps (etc/apps) and data (var/lib/splunk) and re-install splunk?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2013 13:09:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58565#M1265</guid>
      <dc:creator>watsm10</dc:creator>
      <dc:date>2013-06-17T13:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 5.0 Error - An error occurred while rendering the page template. See web_service.log for more details</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58566#M1266</link>
      <description>&lt;P&gt;@Loscil: Given that this error can be very generic, I would recommend that you open a support case and indicate under which circumstances exactly you witnessed this error:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Which UI page were you accessing?&lt;/LI&gt;
&lt;LI&gt;Did the error appear immediately or did it appear after ~30s?&lt;/LI&gt;
&lt;LI&gt;Is the error reproducible at will? If yes, what are the steps to follow?&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;It will also be useful to attach a diag of the instance where that happened right away.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2013 23:34:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-5-0-Error-An-error-occurred-while-rendering-the-page/m-p/58566#M1266</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2013-06-17T23:34:21Z</dc:date>
    </item>
  </channel>
</rss>

