<?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 Security</title>
    <link>https://community.splunk.com/t5/Security/Unable-to-start-splunkweb/m-p/179134#M5324</link>
    <description>&lt;P&gt;Guess what????  Did Splunk (The Corporation) name the directory as modules.new instead of modules? Gezzz....&lt;/P&gt;

&lt;P&gt;root@:/opt/splunk/share/splunk # cd search_mrsparkle/&lt;BR /&gt;
root@:/opt/splunk/share/splunk/search_mrsparkle # ls -l&lt;BR /&gt;
total 12&lt;BR /&gt;
drwxr-xr-x  12 root  wheel   512 May 26 19:46 exposed&lt;BR /&gt;
drwxr-xr-x  16 root  wheel   512 May 26 19:46 modules.new&lt;BR /&gt;
drwxr-xr-x  37 root  wheel  1024 May 26 19:46 templates&lt;/P&gt;

&lt;P&gt;A simple fix and I'm now up and running:&lt;BR /&gt;&lt;BR /&gt;
root@:/opt/splunk/share/splunk/search_mrsparkle # cp -r modules.new/ modules&lt;/P&gt;

&lt;P&gt;root@:/opt/splunk/share/splunk/search_mrsparkle # /opt/splunk/bin/splunk start&lt;/P&gt;

&lt;P&gt;Splunk&amp;gt; Now with more code!&lt;/P&gt;

&lt;P&gt;Checking prerequisites...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    Checking http port [8000]: open

    Checking mgmt port [8089]: open

    Checking configuration...  Done.

    Checking critical directories...        Done

    Checking indexes...

            Validated: _audit _blocksignature _internal _introspection _thefishbucket history main summary

    Done

    Checking filesystem compatibility...  Done

    Checking conf files for problems...

    Done
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;All preliminary checks passed.&lt;/P&gt;

&lt;P&gt;Starting splunk server daemon (splunkd)...&lt;/P&gt;

&lt;P&gt;Done&lt;/P&gt;

&lt;P&gt;Starting splunkweb...  Done&lt;/P&gt;

&lt;P&gt;If you get stuck, we're here to help.&lt;/P&gt;

&lt;P&gt;Look for answers here: &lt;A href="http://docs.splunk.com" target="_blank"&gt;http://docs.splunk.com&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The Splunk web interface is at &lt;A href="http://DOMAIN_NAME:8000" target="_blank"&gt;http://DOMAIN_NAME:8000&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 16:43:49 GMT</pubDate>
    <dc:creator>albyva</dc:creator>
    <dc:date>2020-09-28T16:43:49Z</dc:date>
    <item>
      <title>Unable to start splunkweb</title>
      <link>https://community.splunk.com/t5/Security/Unable-to-start-splunkweb/m-p/179133#M5323</link>
      <description>&lt;P&gt;I'm having the following issue getting (splunkweb) to start running. In the web_service.log file it gives the following error below. This is from a fresh install of v6.1 on a FreeBSD box.&lt;/P&gt;

&lt;P&gt;2014-05-27 09:36:58,327 INFO    [538494f9e78045de150] &lt;STRONG&gt;init&lt;/STRONG&gt;:161 - Using default logging config file: /opt/splunk/etc/log.cfg&lt;/P&gt;

&lt;P&gt;2014-05-27 09:36:58,328 INFO    [538494f9e78045de150] &lt;STRONG&gt;init&lt;/STRONG&gt;:199 - Setting logger=splunk level=INFO&lt;/P&gt;

&lt;P&gt;2014-05-27 09:36:58,328 INFO    [538494f9e78045de150] &lt;STRONG&gt;init&lt;/STRONG&gt;:199 - Setting logger=splunk.appserver level=INFO&lt;/P&gt;

&lt;P&gt;2014-05-27 09:36:58,328 INFO    [538494f9e78045de150] &lt;STRONG&gt;init&lt;/STRONG&gt;:199 - Setting logger=splunk.appserver.controllers level=INFO&lt;/P&gt;

&lt;P&gt;2014-05-27 09:36:58,328 INFO    [538494f9e78045de150] &lt;STRONG&gt;init&lt;/STRONG&gt;:199 - Setting logger=splunk.appserver.controllers.proxy level=INFO&lt;/P&gt;

&lt;P&gt;2014-05-27 09:36:58,329 INFO    [538494f9e78045de150] &lt;STRONG&gt;init&lt;/STRONG&gt;:199 - Setting logger=splunk.appserver.lib level=WARN&lt;/P&gt;

&lt;P&gt;2014-05-27 09:36:58,554 ERROR   [538494f9e78045de150] root:729 - Unable to start splunkweb&lt;/P&gt;

&lt;P&gt;2014-05-27 09:36:58,554 ERROR   [538494f9e78045de150] root:730 - [Errno 2] No such file or directory: '/opt/splunk/share/splunk/search_mrsparkle/modules'&lt;/P&gt;

&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;

&lt;P&gt;File "/opt/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/root.py", line 110, in &lt;MODULE&gt;&lt;/MODULE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;from controllers.top import *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;File "/opt/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/controllers/top.py", line 13, in &lt;MODULE&gt;&lt;/MODULE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;from admin import AdminController
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;File "/opt/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/controllers/admin.py", line 17, in &lt;MODULE&gt;&lt;/MODULE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;from splunk.appserver.mrsparkle.controllers.appinstall import AppInstallController
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;File "/opt/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/controllers/appinstall.py", line 9, in &lt;MODULE&gt;&lt;/MODULE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;from splunk.appserver.mrsparkle.lib import cached, module
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;File "/opt/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/module.py", line 460, in &lt;MODULE&gt;&lt;/MODULE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;moduleMapper = ModuleMapper()
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;File "/opt/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/module.py", line 79, in &lt;STRONG&gt;init&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;self.installedModules = self.getInstalledModules()
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;File "/opt/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/module.py", line 24, in helper&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;return f(*a, **kw)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;File "/opt/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/module.py", line 443, in getInstalledModules&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;mods = self.getModuleList(root)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;File "/opt/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/module.py", line 33, in helper&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;return f(*a, **kw)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;File "/opt/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/module.py", line 211, in getModuleList&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;for (app_name, module_name, module_path) in local_apps.getAllModules():
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;File "/opt/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/apps.py", line 195, in getAllModules&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;self.refresh(False)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;File "/opt/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/apps.py", line 121, in refresh&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;'modules' : self._scanSystemModules()
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;File "/opt/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/apps.py", line 150, in _scanSystemModules&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;for module_dir in os.listdir(self.system_modules_path):
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OSError: [Errno 2] No such file or directory: '/opt/splunk/share/splunk/search_mrsparkle/modules'&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2014 13:42:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Unable-to-start-splunkweb/m-p/179133#M5323</guid>
      <dc:creator>albyva</dc:creator>
      <dc:date>2014-05-27T13:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start splunkweb</title>
      <link>https://community.splunk.com/t5/Security/Unable-to-start-splunkweb/m-p/179134#M5324</link>
      <description>&lt;P&gt;Guess what????  Did Splunk (The Corporation) name the directory as modules.new instead of modules? Gezzz....&lt;/P&gt;

&lt;P&gt;root@:/opt/splunk/share/splunk # cd search_mrsparkle/&lt;BR /&gt;
root@:/opt/splunk/share/splunk/search_mrsparkle # ls -l&lt;BR /&gt;
total 12&lt;BR /&gt;
drwxr-xr-x  12 root  wheel   512 May 26 19:46 exposed&lt;BR /&gt;
drwxr-xr-x  16 root  wheel   512 May 26 19:46 modules.new&lt;BR /&gt;
drwxr-xr-x  37 root  wheel  1024 May 26 19:46 templates&lt;/P&gt;

&lt;P&gt;A simple fix and I'm now up and running:&lt;BR /&gt;&lt;BR /&gt;
root@:/opt/splunk/share/splunk/search_mrsparkle # cp -r modules.new/ modules&lt;/P&gt;

&lt;P&gt;root@:/opt/splunk/share/splunk/search_mrsparkle # /opt/splunk/bin/splunk start&lt;/P&gt;

&lt;P&gt;Splunk&amp;gt; Now with more code!&lt;/P&gt;

&lt;P&gt;Checking prerequisites...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    Checking http port [8000]: open

    Checking mgmt port [8089]: open

    Checking configuration...  Done.

    Checking critical directories...        Done

    Checking indexes...

            Validated: _audit _blocksignature _internal _introspection _thefishbucket history main summary

    Done

    Checking filesystem compatibility...  Done

    Checking conf files for problems...

    Done
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;All preliminary checks passed.&lt;/P&gt;

&lt;P&gt;Starting splunk server daemon (splunkd)...&lt;/P&gt;

&lt;P&gt;Done&lt;/P&gt;

&lt;P&gt;Starting splunkweb...  Done&lt;/P&gt;

&lt;P&gt;If you get stuck, we're here to help.&lt;/P&gt;

&lt;P&gt;Look for answers here: &lt;A href="http://docs.splunk.com" target="_blank"&gt;http://docs.splunk.com&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The Splunk web interface is at &lt;A href="http://DOMAIN_NAME:8000" target="_blank"&gt;http://DOMAIN_NAME:8000&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:43:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Unable-to-start-splunkweb/m-p/179134#M5324</guid>
      <dc:creator>albyva</dc:creator>
      <dc:date>2020-09-28T16:43:49Z</dc:date>
    </item>
  </channel>
</rss>

