- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-03-2016 06:41 AM
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.
Minemeld logs attached. (/opt/minemeld/logs/*)
Any ideas where to start troubleshooting?
-Nasir
05-03-2016 06:48 AM
Hi Nasir,
you should install additional packages:
librabbitmq1 libsnappy1 libleveldb1
You can see the error in minemeld-engine.log, the engine is trying to load a missing shared library:
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 <module> from . import basepoller File "/opt/minemeld/engine/0.9.9.1/local/lib/python2.7/site-packages/minemeld/ft/basepoller.py", line 23, in <module> from . import table File "/opt/minemeld/engine/0.9.9.1/local/lib/python2.7/site-packages/minemeld/ft/table.py", line 73, in <module> import plyvel File "/opt/minemeld/engine/0.9.9.1/local/lib/python2.7/site-packages/plyvel/__init__.py", line 6, in <module> from ._plyvel import ( # noqa ImportError: libleveldb.so.1: cannot open shared object file: No such file or directory
05-03-2016 06:48 AM
Hi Nasir,
you should install additional packages:
librabbitmq1 libsnappy1 libleveldb1
You can see the error in minemeld-engine.log, the engine is trying to load a missing shared library:
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 <module> from . import basepoller File "/opt/minemeld/engine/0.9.9.1/local/lib/python2.7/site-packages/minemeld/ft/basepoller.py", line 23, in <module> from . import table File "/opt/minemeld/engine/0.9.9.1/local/lib/python2.7/site-packages/minemeld/ft/table.py", line 73, in <module> import plyvel File "/opt/minemeld/engine/0.9.9.1/local/lib/python2.7/site-packages/plyvel/__init__.py", line 6, in <module> from ._plyvel import ( # noqa ImportError: libleveldb.so.1: cannot open shared object file: No such file or directory
05-03-2016 06:51 AM
There's about 4000+ occurrences of this error in the Engine logs:
"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?
Should I just do an apt-get install libleveldb-dev?
http://packages.ubuntu.com/search?keywords=libleveldb-dev
-Nasir
05-03-2016 06:52 AM
Beat me to it by 3 minutes! 🙂
Had to reboot my workstation...will try in a few and let you know.
Thanks!
Nasir
05-03-2016 06:55 AM
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.
05-03-2016 06:57 AM
That was it. I will add these to the posted solution under the Proxy discussion for future reference. Thanks!
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!