<?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: [SimpleResultsTable module] (9, 'Bad file descriptor') in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/SimpleResultsTable-module-9-Bad-file-descriptor/m-p/74703#M181242</link>
    <description>&lt;P&gt;Still a mystery then? I know I'm not the only person to get this but I also know that some have never seen it either so it suggests it's avoidable or has a definite cause.&lt;/P&gt;

&lt;P&gt;I'm going to submit something to support about this once I've been able to capture a screenshot.  In the meantime I pulled something from web_service.log:&lt;/P&gt;

&lt;P&gt;2012-02-22 08:11:04,901 ERROR   [4f44a318c63e76ba8] module:56 - [Errno 9] Bad file descriptor&lt;BR /&gt;
Traceback (most recent call last):&lt;/P&gt;

&lt;P&gt;File "D:\Program Files\Splunk\Python-2.6\Lib\site-packages\splunk\appserver\mrsparkle\controllers\module.py", line 54, in renderModule&lt;BR /&gt;
    pageContent = instance.generateResults(**args)&lt;/P&gt;

&lt;P&gt;File "D:\Program Files\Splunk\share\splunk\search_mrsparkle\modules\results\SimpleResultsTable.py", line 140, in generateResults&lt;BR /&gt;
    adjustedMin, adjustedMax = util.getPercentiles(ordered, .05, .95)&lt;/P&gt;

&lt;P&gt;File "D:\Program Files\Splunk\Python-2.6\Lib\site-packages\splunk\appserver\mrsparkle\lib\util.py", line 542, in getPercentiles&lt;BR /&gt;
    return (v(lowerPercentile, orderedList), v(upperPercentile, orderedList))&lt;/P&gt;

&lt;P&gt;File "D:\Program Files\Splunk\Python-2.6\Lib\site-packages\splunk\appserver\mrsparkle\lib\util.py", line 534, in v&lt;BR /&gt;
    n, k, d = f(percentile, len(oList))&lt;/P&gt;

&lt;P&gt;File "D:\Program Files\Splunk\Python-2.6\Lib\site-packages\splunk\appserver\mrsparkle\lib\util.py", line 530, in f&lt;BR /&gt;
    print n,k,d&lt;/P&gt;

&lt;P&gt;IOError: [Errno 9] Bad file descriptor&lt;/P&gt;</description>
    <pubDate>Thu, 08 Mar 2012 14:05:40 GMT</pubDate>
    <dc:creator>srw46</dc:creator>
    <dc:date>2012-03-08T14:05:40Z</dc:date>
    <item>
      <title>[SimpleResultsTable module] (9, 'Bad file descriptor')</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SimpleResultsTable-module-9-Bad-file-descriptor/m-p/74700#M181239</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;

&lt;P&gt;Does anybody have any information on the above error?  It seems to be rampant in my dashboards and preloaded searches.  It's fairly benign and more of an irritation than anything but I'm polishing now and would like to get rid of it.&lt;/P&gt;

&lt;P&gt;It tends to appear and then will often go away again as the results come in.  Sometimes it won't go away unless you run the search again or hit F5.&lt;/P&gt;

&lt;P&gt;Many thanks for your suggestions&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2012 12:34:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SimpleResultsTable-module-9-Bad-file-descriptor/m-p/74700#M181239</guid>
      <dc:creator>srw46</dc:creator>
      <dc:date>2012-02-20T12:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: [SimpleResultsTable module] (9, 'Bad file descriptor')</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SimpleResultsTable-module-9-Bad-file-descriptor/m-p/74701#M181240</link>
      <description>&lt;P&gt;Are these on your own custom dashboards? if not specifically which dashboards are they? What version of Splunk are you running and if they are custom dashboards have you created them by editing the XML directly or through the editor?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2012 20:32:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SimpleResultsTable-module-9-Bad-file-descriptor/m-p/74701#M181240</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-02-20T20:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: [SimpleResultsTable module] (9, 'Bad file descriptor')</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SimpleResultsTable-module-9-Bad-file-descriptor/m-p/74702#M181241</link>
      <description>&lt;P&gt;Yes they are custom dashboards, 4.2.3 at the moment (upgrade pending) and they are directly edited XML.&lt;/P&gt;

&lt;P&gt;I'm just after any clues on what the message is saying so I can track the problem down.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2012 07:53:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SimpleResultsTable-module-9-Bad-file-descriptor/m-p/74702#M181241</guid>
      <dc:creator>srw46</dc:creator>
      <dc:date>2012-02-21T07:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: [SimpleResultsTable module] (9, 'Bad file descriptor')</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SimpleResultsTable-module-9-Bad-file-descriptor/m-p/74703#M181242</link>
      <description>&lt;P&gt;Still a mystery then? I know I'm not the only person to get this but I also know that some have never seen it either so it suggests it's avoidable or has a definite cause.&lt;/P&gt;

&lt;P&gt;I'm going to submit something to support about this once I've been able to capture a screenshot.  In the meantime I pulled something from web_service.log:&lt;/P&gt;

&lt;P&gt;2012-02-22 08:11:04,901 ERROR   [4f44a318c63e76ba8] module:56 - [Errno 9] Bad file descriptor&lt;BR /&gt;
Traceback (most recent call last):&lt;/P&gt;

&lt;P&gt;File "D:\Program Files\Splunk\Python-2.6\Lib\site-packages\splunk\appserver\mrsparkle\controllers\module.py", line 54, in renderModule&lt;BR /&gt;
    pageContent = instance.generateResults(**args)&lt;/P&gt;

&lt;P&gt;File "D:\Program Files\Splunk\share\splunk\search_mrsparkle\modules\results\SimpleResultsTable.py", line 140, in generateResults&lt;BR /&gt;
    adjustedMin, adjustedMax = util.getPercentiles(ordered, .05, .95)&lt;/P&gt;

&lt;P&gt;File "D:\Program Files\Splunk\Python-2.6\Lib\site-packages\splunk\appserver\mrsparkle\lib\util.py", line 542, in getPercentiles&lt;BR /&gt;
    return (v(lowerPercentile, orderedList), v(upperPercentile, orderedList))&lt;/P&gt;

&lt;P&gt;File "D:\Program Files\Splunk\Python-2.6\Lib\site-packages\splunk\appserver\mrsparkle\lib\util.py", line 534, in v&lt;BR /&gt;
    n, k, d = f(percentile, len(oList))&lt;/P&gt;

&lt;P&gt;File "D:\Program Files\Splunk\Python-2.6\Lib\site-packages\splunk\appserver\mrsparkle\lib\util.py", line 530, in f&lt;BR /&gt;
    print n,k,d&lt;/P&gt;

&lt;P&gt;IOError: [Errno 9] Bad file descriptor&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2012 14:05:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SimpleResultsTable-module-9-Bad-file-descriptor/m-p/74703#M181242</guid>
      <dc:creator>srw46</dc:creator>
      <dc:date>2012-03-08T14:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: [SimpleResultsTable module] (9, 'Bad file descriptor')</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SimpleResultsTable-module-9-Bad-file-descriptor/m-p/74704#M181243</link>
      <description>&lt;P&gt;I actually get it when in the regular flashtimeline search app:&lt;/P&gt;

&lt;P&gt;[SimpleResultsTable module] [Errno 9] Bad file descriptor&lt;/P&gt;

&lt;P&gt;It pops up, sometimes goes away on its own, but if I use the paginator or refresh it goes away for a little bit. &lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2012 12:20:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SimpleResultsTable-module-9-Bad-file-descriptor/m-p/74704#M181243</guid>
      <dc:creator>bmgilmore</dc:creator>
      <dc:date>2012-03-30T12:20:38Z</dc:date>
    </item>
  </channel>
</rss>

