MD-Studio / MDStudio

A general framework for microservice based distributed applications
Apache License 2.0
12 stars 0 forks source link

Error initializing the components #136

Open felipeZ opened 6 years ago

felipeZ commented 6 years ago

I get the following error randomly when I used docker-compose up to start the services

2018-07-05T09:14:26+0000 [Router         15] Internal error
Traceback (most recent call last):
  File "/root/mdstudio/lib/python3.6/site-packages/autobahn/twisted/websocket.py", line 159, in _onMessageEnd
    self.onMessageEnd()
  File "/root/mdstudio/lib/python3.6/site-packages/autobahn/websocket/protocol.py", line 627, in onMessageEnd
    self._onMessage(payload, self.message_is_binary)
  File "/root/mdstudio/lib/python3.6/site-packages/autobahn/twisted/websocket.py", line 162, in _onMessage
    self.onMessage(payload, isBinary)
  File "/root/mdstudio/lib/python3.6/site-packages/autobahn/wamp/websocket.py", line 95, in onMessage
    self._session.onMessage(msg)
--- <exception caught here> ---
  File "/root/mdstudio/src/crossbar/crossbar/router/session.py", line 496, in onMessage
    self._router.detach(self)
  File "/root/mdstudio/src/crossbar/crossbar/router/router.py", line 198, in detach
    self._detach(session)
  File "/root/mdstudio/src/crossbar/crossbar/router/router.py", line 207, in _detach
    self._dealer.detach(session)
  File "/root/mdstudio/src/crossbar/crossbar/router/dealer.py", line 189, in detach
    if 'callee' not in callee._session_roles \
builtins.AttributeError: 'LoggerComponent' object has no attribute '_session_roles'