<?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: Configured, Enabled Nodes not showing up under Minemeld &amp;gt; Nodes. in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/configured-enabled-nodes-not-showing-up-under-minemeld-gt-nodes/m-p/77411#M99587</link>
    <description>&lt;P&gt;There's about 4000+ occurrences of this error in the Engine logs:&lt;/P&gt;&lt;P&gt;"ImportError: libleveldb.so.1: cannot open shared object file: No such file or directory" where is that file supposed to be and how can I get it? Perhaps some library didn't install properly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should I just do an &lt;STRONG&gt;apt-get install libleveldb-dev&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;A href="http://packages.ubuntu.com/search?keywords=libleveldb-dev" target="_blank"&gt;http://packages.ubuntu.com/search?keywords=libleveldb-dev&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Nasir&lt;/P&gt;</description>
    <pubDate>Tue, 03 May 2016 13:51:36 GMT</pubDate>
    <dc:creator>nbilal</dc:creator>
    <dc:date>2016-05-03T13:51:36Z</dc:date>
    <item>
      <title>Configured, Enabled Nodes not showing up under Minemeld &gt; Nodes.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/configured-enabled-nodes-not-showing-up-under-minemeld-gt-nodes/m-p/77409#M99585</link>
      <description>&lt;P&gt;After reboot, none of the configured nodes (all enabled) are showing up under "Nodes". Tried restarting services and VM. Further configuration commits without any errors, but still no nodes show up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Minemeld logs attached. (/opt/minemeld/logs/*)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas where to start troubleshooting?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Nasir&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 13:41:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/configured-enabled-nodes-not-showing-up-under-minemeld-gt-nodes/m-p/77409#M99585</guid>
      <dc:creator>nbilal</dc:creator>
      <dc:date>2016-05-03T13:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Configured, Enabled Nodes not showing up under Minemeld &gt; Nodes.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/configured-enabled-nodes-not-showing-up-under-minemeld-gt-nodes/m-p/77410#M99586</link>
      <description>&lt;P&gt;Hi Nasir,&lt;/P&gt;
&lt;P&gt;you should install additional packages:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;librabbitmq1
libsnappy1
libleveldb1&lt;/PRE&gt;
&lt;P&gt;You can see the error in minemeld-engine.log, the engine is trying to load a missing shared library:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Traceback (most recent call last):
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
  File "/opt/minemeld/engine/0.9.9.1/local/lib/python2.7/site-packages/minemeld/run/launcher.py", line 45, in _run_chassis
    c.configure(fts)
  File "/opt/minemeld/engine/0.9.9.1/local/lib/python2.7/site-packages/minemeld/chassis.py", line 88, in configure
    config=ftconfig.get('config', {})
  File "/opt/minemeld/engine/0.9.9.1/local/lib/python2.7/site-packages/minemeld/ft/__init__.py", line 22, in factory
    return _dynamic_load(classname)(
  File "/opt/minemeld/engine/0.9.9.1/local/lib/python2.7/site-packages/minemeld/ft/__init__.py", line 14, in _dynamic_load
    t = __import__(modname, globals(), locals(), [classname])
  File "/opt/minemeld/engine/0.9.9.1/local/lib/python2.7/site-packages/minemeld/ft/http.py", line 20, in &amp;lt;module&amp;gt;
    from . import basepoller
  File "/opt/minemeld/engine/0.9.9.1/local/lib/python2.7/site-packages/minemeld/ft/basepoller.py", line 23, in &amp;lt;module&amp;gt;
    from . import table
  File "/opt/minemeld/engine/0.9.9.1/local/lib/python2.7/site-packages/minemeld/ft/table.py", line 73, in &amp;lt;module&amp;gt;
    import plyvel
  File "/opt/minemeld/engine/0.9.9.1/local/lib/python2.7/site-packages/plyvel/__init__.py", line 6, in &amp;lt;module&amp;gt;
    from ._plyvel import (  # noqa
ImportError: libleveldb.so.1: cannot open shared object file: No such file or directory&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 May 2016 13:48:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/configured-enabled-nodes-not-showing-up-under-minemeld-gt-nodes/m-p/77410#M99586</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2016-05-03T13:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Configured, Enabled Nodes not showing up under Minemeld &gt; Nodes.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/configured-enabled-nodes-not-showing-up-under-minemeld-gt-nodes/m-p/77411#M99587</link>
      <description>&lt;P&gt;There's about 4000+ occurrences of this error in the Engine logs:&lt;/P&gt;&lt;P&gt;"ImportError: libleveldb.so.1: cannot open shared object file: No such file or directory" where is that file supposed to be and how can I get it? Perhaps some library didn't install properly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should I just do an &lt;STRONG&gt;apt-get install libleveldb-dev&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;A href="http://packages.ubuntu.com/search?keywords=libleveldb-dev" target="_blank"&gt;http://packages.ubuntu.com/search?keywords=libleveldb-dev&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Nasir&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 13:51:36 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/configured-enabled-nodes-not-showing-up-under-minemeld-gt-nodes/m-p/77411#M99587</guid>
      <dc:creator>nbilal</dc:creator>
      <dc:date>2016-05-03T13:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Configured, Enabled Nodes not showing up under Minemeld &gt; Nodes.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/configured-enabled-nodes-not-showing-up-under-minemeld-gt-nodes/m-p/77412#M99588</link>
      <description>&lt;P&gt;Beat me to it by 3 minutes! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Had to reboot my workstation...will try in a few and let you know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Nasir&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 13:52:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/configured-enabled-nodes-not-showing-up-under-minemeld-gt-nodes/m-p/77412#M99588</guid>
      <dc:creator>nbilal</dc:creator>
      <dc:date>2016-05-03T13:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Configured, Enabled Nodes not showing up under Minemeld &gt; Nodes.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/configured-enabled-nodes-not-showing-up-under-minemeld-gt-nodes/m-p/77413#M99589</link>
      <description>&lt;P&gt;You don't need the -dev packages as all the code is already compiled inside the MineMeld packages. Just the "production" packages I have listed in the previous message.&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 13:55:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/configured-enabled-nodes-not-showing-up-under-minemeld-gt-nodes/m-p/77413#M99589</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2016-05-03T13:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Configured, Enabled Nodes not showing up under Minemeld &gt; Nodes.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/configured-enabled-nodes-not-showing-up-under-minemeld-gt-nodes/m-p/77414#M99590</link>
      <description>&lt;P&gt;That was it. I will add these to the posted solution under the Proxy discussion for future reference. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 13:57:39 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/configured-enabled-nodes-not-showing-up-under-minemeld-gt-nodes/m-p/77414#M99590</guid>
      <dc:creator>nbilal</dc:creator>
      <dc:date>2016-05-03T13:57:39Z</dc:date>
    </item>
  </channel>
</rss>

