<?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: Unable to start splunkweb in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunkweb/m-p/83758#M97136</link>
    <description>&lt;P&gt;try downloading the .tgz file from the site and extracting in the /opt directory as root.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2013 19:59:08 GMT</pubDate>
    <dc:creator>Kate_Lawrence-G</dc:creator>
    <dc:date>2013-04-03T19:59:08Z</dc:date>
    <item>
      <title>Unable to start splunkweb</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunkweb/m-p/83757#M97135</link>
      <description>&lt;P&gt;Trying to start a local install of the free splunk server on a red hat machine running linux 2.6.32. I am getting errors when the web service tries to start up, it seems unable to find some modules, but its not clear what needs to be configured correctly here.&lt;/P&gt;

&lt;P&gt;This is error from the log:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2013-04-03 11:56:37,369 ERROR   [515c7b653a2845610] root:554 - Unable to start splunkweb
2013-04-03 11:56:37,369 ERROR   [515c7b653a2845610] root:555 - Empty module name
Traceback (most recent call last):
  File "/home/testsplunk/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/root.py", line 106, in &amp;lt;module&amp;gt;
    from controllers.top import *
  File "/home/testsplunk/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/controllers/top.py", line 13, in &amp;lt;module&amp;gt;
    from admin import AdminController
  File "/home/testsplunk/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/controllers/admin.py", line 17, in &amp;lt;module&amp;gt;
    from splunk.appserver.mrsparkle.controllers.appinstall import AppInstallController
  File "/home/testsplunk/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/controllers/appinstall.py", line 9, in &amp;lt;module&amp;gt;
    from splunk.appserver.mrsparkle.lib import cached, module
  File "/home/testsplunk/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/module.py", line 461, in &amp;lt;module&amp;gt;
    moduleMapper = ModuleMapper()
  File "/home/testsplunk/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/module.py", line 79, in __init__
    self.installedModules = self.getInstalledModules()
  File "/home/testsplunk/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/module.py", line 24, in helper
    return f(*a, **kw)
  File "/home/testsplunk/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/module.py", line 444, in getInstalledModules
    mods = self.getModuleList(root)
  File "/home/testsplunk/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/module.py", line 33, in helper
    return f(*a, **kw)
  File "/home/testsplunk/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/module.py", line 219, in getModuleList
    mod = __import__(modname)
ValueError: Empty module name
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Apr 2013 19:57:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunkweb/m-p/83757#M97135</guid>
      <dc:creator>mcculloh</dc:creator>
      <dc:date>2013-04-03T19:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start splunkweb</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunkweb/m-p/83758#M97136</link>
      <description>&lt;P&gt;try downloading the .tgz file from the site and extracting in the /opt directory as root.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2013 19:59:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunkweb/m-p/83758#M97136</guid>
      <dc:creator>Kate_Lawrence-G</dc:creator>
      <dc:date>2013-04-03T19:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start splunkweb</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunkweb/m-p/83759#M97137</link>
      <description>&lt;P&gt;But this is in a local directory and owned by the user who is running it. I don't think root ownership is necessary at all. Since all of this is self contained, right?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2013 21:47:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunkweb/m-p/83759#M97137</guid>
      <dc:creator>mcculloh</dc:creator>
      <dc:date>2013-04-03T21:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start splunkweb</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunkweb/m-p/83760#M97138</link>
      <description>&lt;P&gt;root ownership is not necessary but installation as root is. You can change the ownership after the fact if necessary:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://splunk-base.splunk.com//answers/82021/unable-to-start-splunkweb"&gt;http://splunk-base.splunk.com//answers/82021/unable-to-start-splunkweb&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2013 01:35:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-start-splunkweb/m-p/83760#M97138</guid>
      <dc:creator>Kate_Lawrence-G</dc:creator>
      <dc:date>2013-04-04T01:35:34Z</dc:date>
    </item>
  </channel>
</rss>

