<?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: splunkweb is not starting in Security</title>
    <link>https://community.splunk.com/t5/Security/splunkweb-is-not-starting/m-p/51037#M1684</link>
    <description>&lt;P&gt;This problem is related to Python on Windows. I fixed it like this:&lt;BR /&gt;
In Splunk install directory, there is a Python-2.7 directory. Go to Python-2.7\Lib, find mimetypes.py. Inside mimetypes.py find function read_windows_registry(). In this function, replace UnicodeEncodeError or UnicodeDecodeError with UnicodeError. Restart Splunkweb and it will start.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 15:55:06 GMT</pubDate>
    <dc:creator>sanufrienko</dc:creator>
    <dc:date>2020-09-28T15:55:06Z</dc:date>
    <item>
      <title>splunkweb is not starting</title>
      <link>https://community.splunk.com/t5/Security/splunkweb-is-not-starting/m-p/51032#M1679</link>
      <description>&lt;P&gt;Windows 7 x64&lt;BR /&gt;
Splunk installed from splunk-4.3-115073-x64-release.msi for local system user&lt;BR /&gt;
From Event Log:&lt;BR /&gt;
&lt;PRE&gt;&lt;BR /&gt;
    The instance's SvcRun() method failed &lt;BR /&gt;
      File "C:\Program Files\Splunk\Python-2.7\Lib\site-packages\win32\win32serviceutil.py", line 785, in SvcRun&lt;BR /&gt;
        self.SvcDoRun()&lt;BR /&gt;
      File "C:\Program Files\Splunk\bin\SplunkWebService.py", line 39, in SvcDoRun&lt;BR /&gt;
        from splunk.appserver.mrsparkle import root&lt;BR /&gt;
      File "C:\Program Files\Splunk\Python-2.7\Lib\site-packages\splunk\appserver\mrsparkle_&lt;EM&gt;init&lt;/EM&gt;&lt;EM&gt;.py", line 13, in &lt;MODULE&gt;&lt;BR /&gt;
        from lib.decorators import *&lt;BR /&gt;
      File "C:\Program Files\Splunk\Python-2.7\Lib\site-packages\splunk\appserver\mrsparkle\lib\decorators.py", line 2, in &lt;MODULE&gt;&lt;BR /&gt;
        import cherrypy&lt;BR /&gt;
      File "C:\Program Files\Splunk\Python-2.7\Lib\site-packages\cherrypy__init&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/EM&gt;_.py", line 161, in &lt;MODULE&gt;&lt;BR /&gt;
        from cherrypy import _cptools&lt;BR /&gt;
      File "C:\Program Files\Splunk\Python-2.7\Lib\site-packages\cherrypy_cptools.py", line 226, in &lt;MODULE&gt;&lt;BR /&gt;
        from cherrypy.lib import cptools, encoding, auth, static, tidy&lt;BR /&gt;
      File "C:\Program Files\Splunk\Python-2.7\Lib\site-packages\cherrypy\lib\static.py", line 2, in &lt;MODULE&gt;&lt;BR /&gt;
        mimetypes.init()&lt;BR /&gt;
      File "C:\Program Files\Splunk\Python-2.7\Lib\mimetypes.py", line 355, in init&lt;BR /&gt;
        db.read_windows_registry()&lt;BR /&gt;
      File "C:\Program Files\Splunk\Python-2.7\Lib\mimetypes.py", line 259, in read_windows_registry&lt;BR /&gt;
        for ctype in enum_types(mimedb):&lt;BR /&gt;
      File "C:\Program Files\Splunk\Python-2.7\Lib\mimetypes.py", line 249, in enum_types&lt;BR /&gt;
        ctype = ctype.encode(default_encoding) # omit in 3.x! &lt;BR /&gt;
    &lt;TYPE&gt;: 'utf8' codec can't decode byte 0xe0 in position 0: invalid continuation byte&lt;BR /&gt;
&lt;/TYPE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/PRE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:18:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/splunkweb-is-not-starting/m-p/51032#M1679</guid>
      <dc:creator>solntcev</dc:creator>
      <dc:date>2020-09-28T10:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: splunkweb is not starting</title>
      <link>https://community.splunk.com/t5/Security/splunkweb-is-not-starting/m-p/51033#M1680</link>
      <description>&lt;P&gt;This looks like a possible brand new defect, I certainly couldn't find it reported in our internal bug database. Out of curiosity, what is the local language of your Windows OS?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2012 17:10:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/splunkweb-is-not-starting/m-p/51033#M1680</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2012-01-13T17:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: splunkweb is not starting</title>
      <link>https://community.splunk.com/t5/Security/splunkweb-is-not-starting/m-p/51034#M1681</link>
      <description>&lt;P&gt;language of OS is russian&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2012 18:40:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/splunkweb-is-not-starting/m-p/51034#M1681</guid>
      <dc:creator>solntcev</dc:creator>
      <dc:date>2012-01-13T18:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: splunkweb is not starting</title>
      <link>https://community.splunk.com/t5/Security/splunkweb-is-not-starting/m-p/51035#M1682</link>
      <description>&lt;P&gt;The same problem today for Vista x86 Russian...failed to start the service with the same error in eventlog. Version splunk-4.3.2-123586-x86-release.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2012 14:58:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/splunkweb-is-not-starting/m-p/51035#M1682</guid>
      <dc:creator>denis_lopantsev</dc:creator>
      <dc:date>2012-04-27T14:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: splunkweb is not starting</title>
      <link>https://community.splunk.com/t5/Security/splunkweb-is-not-starting/m-p/51036#M1683</link>
      <description>&lt;P&gt;the same problem Windows 7 x64 russian OS&lt;BR /&gt;
splunk-5.0.4-172409-x64-release.msi&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2013 09:36:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/splunkweb-is-not-starting/m-p/51036#M1683</guid>
      <dc:creator>tspider</dc:creator>
      <dc:date>2013-08-19T09:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: splunkweb is not starting</title>
      <link>https://community.splunk.com/t5/Security/splunkweb-is-not-starting/m-p/51037#M1684</link>
      <description>&lt;P&gt;This problem is related to Python on Windows. I fixed it like this:&lt;BR /&gt;
In Splunk install directory, there is a Python-2.7 directory. Go to Python-2.7\Lib, find mimetypes.py. Inside mimetypes.py find function read_windows_registry(). In this function, replace UnicodeEncodeError or UnicodeDecodeError with UnicodeError. Restart Splunkweb and it will start.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:55:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/splunkweb-is-not-starting/m-p/51037#M1684</guid>
      <dc:creator>sanufrienko</dc:creator>
      <dc:date>2020-09-28T15:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: splunkweb is not starting</title>
      <link>https://community.splunk.com/t5/Security/splunkweb-is-not-starting/m-p/51038#M1685</link>
      <description>&lt;P&gt;i don't have splunk installed anymore, but this looks like it might work&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2014 13:24:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/splunkweb-is-not-starting/m-p/51038#M1685</guid>
      <dc:creator>solntcev</dc:creator>
      <dc:date>2014-02-18T13:24:01Z</dc:date>
    </item>
  </channel>
</rss>

