<?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 Update to 8.0 - Web interface does not seem to be available in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Update-to-8-0-Web-interface-does-not-seem-to-be-available/m-p/466798#M10282</link>
    <description>&lt;P&gt;After update to 8.0 splunkd is starting but ""WARNING: web interface does not seem to be available"   appears. &lt;BR /&gt;
Following error in /opt/splunk/var/log/splunk/web_service.log: &lt;BR /&gt;
 Unable to start splunkweb&lt;BR /&gt;
Some lines above: &lt;BR /&gt;
File "/opt/splunk/etc/apps/search_activity/appserver/modules/VMwareTreeNav/VMwareTreeNav.py", line 5, in &lt;BR /&gt;
    import UserDict&lt;BR /&gt;
ModuleNotFoundError: No module named 'UserDict'&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 02:42:39 GMT</pubDate>
    <dc:creator>tbaublys_splunk</dc:creator>
    <dc:date>2020-09-30T02:42:39Z</dc:date>
    <item>
      <title>Update to 8.0 - Web interface does not seem to be available</title>
      <link>https://community.splunk.com/t5/Installation/Update-to-8-0-Web-interface-does-not-seem-to-be-available/m-p/466798#M10282</link>
      <description>&lt;P&gt;After update to 8.0 splunkd is starting but ""WARNING: web interface does not seem to be available"   appears. &lt;BR /&gt;
Following error in /opt/splunk/var/log/splunk/web_service.log: &lt;BR /&gt;
 Unable to start splunkweb&lt;BR /&gt;
Some lines above: &lt;BR /&gt;
File "/opt/splunk/etc/apps/search_activity/appserver/modules/VMwareTreeNav/VMwareTreeNav.py", line 5, in &lt;BR /&gt;
    import UserDict&lt;BR /&gt;
ModuleNotFoundError: No module named 'UserDict'&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:42:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Update-to-8-0-Web-interface-does-not-seem-to-be-available/m-p/466798#M10282</guid>
      <dc:creator>tbaublys_splunk</dc:creator>
      <dc:date>2020-09-30T02:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Update to 8.0 - Web interface does not seem to be available</title>
      <link>https://community.splunk.com/t5/Installation/Update-to-8-0-Web-interface-does-not-seem-to-be-available/m-p/466799#M10283</link>
      <description>&lt;P&gt;I had to remove the search_activity app! &lt;A href="https://splunkbase.splunk.com/app/2632/" target="_blank"&gt;https://splunkbase.splunk.com/app/2632/&lt;/A&gt; - after moving the search_activity directory splunk web started. &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:42:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Update-to-8-0-Web-interface-does-not-seem-to-be-available/m-p/466799#M10283</guid>
      <dc:creator>tbaublys_splunk</dc:creator>
      <dc:date>2020-09-30T02:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Update to 8.0 - Web interface does not seem to be available</title>
      <link>https://community.splunk.com/t5/Installation/Update-to-8-0-Web-interface-does-not-seem-to-be-available/m-p/466800#M10284</link>
      <description>&lt;P&gt;Hi @tbaublys_splunk,&lt;/P&gt;

&lt;P&gt;So, there are two things happening here:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;We removed 99% of the underlying AdvancedXML modules in Splunk 8.0. This means trying to make a custom module that inherits from one that no longer exists is going to fail. It sounds like search_activity still uses AdvancedXML, so in order for that app to work with 8.0 it would have to be ported.&lt;/LI&gt;
&lt;LI&gt;When you have a python import exception in the appserver/splunkweb layer, CherryPy, the appserver/splunkweb, will not start. So, because 1 is failing on import, it breaks splunkweb.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;I would highly recommend you run the Readiness App (&lt;A href="https://splunkbase.splunk.com/app/4698/"&gt;https://splunkbase.splunk.com/app/4698/&lt;/A&gt;) on your system. It should have caught all of these upgrade blockers before you upgraded to 8.0.&lt;/P&gt;

&lt;P&gt;I hope this helps!&lt;/P&gt;

&lt;P&gt;Cory&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 19:35:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Update-to-8-0-Web-interface-does-not-seem-to-be-available/m-p/466800#M10284</guid>
      <dc:creator>cburke_splunk</dc:creator>
      <dc:date>2019-10-28T19:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Update to 8.0 - Web interface does not seem to be available</title>
      <link>https://community.splunk.com/t5/Installation/Update-to-8-0-Web-interface-does-not-seem-to-be-available/m-p/466801#M10285</link>
      <description>&lt;P&gt;A new release of the Search Activity app has been released (2.2.13) that pulls the view that was breaking Splunk 8.&lt;/P&gt;

&lt;P&gt;The VMware Tree View viz that I copied in the app for the organizational hierarchy dashboard relies on CherryPy controllers which aren’t compatible with Python 3, and it prevents SplunkWeb from loading. Version 2.2.13 removes that view from the app. I am also restarting work on a new version of the app for the modern era (though that particular view, as much as I love it, probably won't make the cut due to the big effort that would be required to port it to the modern era).&lt;/P&gt;

&lt;P&gt;If you're running 2.2.12, grab 2.2.13 as soon as you can. &lt;A href="https://splunkbase.splunk.com/app/2632/"&gt;https://splunkbase.splunk.com/app/2632/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 20:08:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Update-to-8-0-Web-interface-does-not-seem-to-be-available/m-p/466801#M10285</guid>
      <dc:creator>David</dc:creator>
      <dc:date>2019-10-28T20:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Update to 8.0 - Web interface does not seem to be available</title>
      <link>https://community.splunk.com/t5/Installation/Update-to-8-0-Web-interface-does-not-seem-to-be-available/m-p/466802#M10286</link>
      <description>&lt;P&gt;Thank you very much, this resolves the issue! &lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 20:58:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Update-to-8-0-Web-interface-does-not-seem-to-be-available/m-p/466802#M10286</guid>
      <dc:creator>tbaublys_splunk</dc:creator>
      <dc:date>2019-10-28T20:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Update to 8.0 - Web interface does not seem to be available</title>
      <link>https://community.splunk.com/t5/Installation/Update-to-8-0-Web-interface-does-not-seem-to-be-available/m-p/466803#M10287</link>
      <description>&lt;P&gt;Thank you @cburke,  I was not aware of the Readiness App -  &lt;A href="https://splunkbase.splunk.com/app/4698/"&gt;https://splunkbase.splunk.com/app/4698/&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 21:00:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Update-to-8-0-Web-interface-does-not-seem-to-be-available/m-p/466803#M10287</guid>
      <dc:creator>tbaublys_splunk</dc:creator>
      <dc:date>2019-10-28T21:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Update to 8.0 - Web interface does not seem to be available</title>
      <link>https://community.splunk.com/t5/Installation/Update-to-8-0-Web-interface-does-not-seem-to-be-available/m-p/466804#M10288</link>
      <description>&lt;P&gt;This also happens with &lt;CODE&gt;splunk_app_for_nix&lt;/CODE&gt;; it gives this error:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;File "/opt/splunk/etc/apps/splunk_app_for_nix/appserver/modules/UnixSpiderGraph/UnixSpiderGraph.py", line 5, in &amp;lt;module&amp;gt; from sets import Set
ModuleNotFoundError: No module named 'sets'
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Nov 2019 17:42:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Update-to-8-0-Web-interface-does-not-seem-to-be-available/m-p/466804#M10288</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-11-22T17:42:15Z</dc:date>
    </item>
  </channel>
</rss>

