I have minemeld as docker container installed. Minemeld version: 0.9.68 Docker file: FROM docker.io/paloaltonetworks/minemeld:latest
RUN apt update && apt -y upgrade
This issue happened a couple of times. 'Dashboard' page and 'Nodes' page stopped responding. The page shows 'Loading' forever. I tried to restart engine, didn't succeed. The engine went to the fatal state. The logs show: 2020-04-27T13:07:33 (258)launcher.main ERROR: Exception initializing graph Traceback (most recent call last): File "/opt/minemeld/engine/0.9.68/local/lib/python2.7/site-packages/minemeld/run/launcher.py", line 287, in main mbusmaster.start() File "/opt/minemeld/engine/0.9.68/local/lib/python2.7/site-packages/minemeld/mgmtbus.py", line 460, in start self.comm.start() File "/opt/minemeld/engine/0.9.68/local/lib/python2.7/site-packages/minemeld/comm/zmqredis.py", line 764, in start rpcc.connect(self.context) File "/opt/minemeld/engine/0.9.68/local/lib/python2.7/site-packages/minemeld/comm/zmqredis.py", line 369, in connect self.socket.bind(address) File "zmq/backend/cython/socket.pyx", line 495, in zmq.backend.cython.socket.Socket.bind File "zmq/backend/cython/checkrc.pxd", line 25, in zmq.backend.cython.checkrc._check_rc raise ZMQError(errno) ZMQError: Address already in use Anyone runs into the same problem?
... View more