Hello, I face an issue where my MineMeld server keeps on restarting continuously. Initially, it showed an error about low disk space, which got fixed by purging logs, however, the engine keeps restarting. Below is the sample log which I keep seeing repeatedly in engine logs. Attached the complete file. Any help is appreciated. Thanks in advance. 2019-11-13T02:44:00 (37331)launcher.main ERROR: Exception initializing graph Traceback (most recent call last): File "/minemeld-ansible/minemeld/engine/core/minemeld/run/launcher.py", line 288, in main mbusmaster.wait_for_chassis(timeout=10) File "/minemeld-ansible/minemeld/engine/core/minemeld/mgmtbus.py", line 140, in wait_for_chassis raise RuntimeError('Timeout waiting for chassis') RuntimeError: Timeout waiting for chassis 2019-11-13T02:44:00 (37331)mgmtbus.checkpoint_graph INFO: checkpoint_graph called, checking current state 2019-11-13T02:44:00 (37331)mgmtbus.checkpoint_graph INFO: graph status None, checkpoint_graph ignored 2019-11-13T02:44:00 (37636)chassis.stop INFO: chassis stop called 2019-11-13T02:44:00 (37638)chassis.stop INFO: chassis stop called 2019-11-13T02:44:00 (37636)base.stop ERROR: stop on not IDLE or STARTED FT 2019-11-13T02:44:00 (37638)base.stop ERROR: stop on not IDLE or STARTED FT 2019-11-13T02:44:00 (37638)chassis.stop ERROR: Error stopping Test-Vendor-IP Traceback (most recent call last): File "/minemeld-ansible/minemeld/engine/core/minemeld/chassis.py", line 210, in stop ft.stop() File "/minemeld-ansible/minemeld/engine/core/minemeld/ft/actorbase.py", line 69, in stop super(ActorBaseFT, self).stop() File "/minemeld-ansible/minemeld/engine/core/minemeld/ft/base.py", line 763, in stop raise AssertionError("stop on not IDLE or STARTED FT")
... View more