crossbario / crossbar

Crossbar.io - WAMP application router
https://crossbar.io/
Other
2.05k stars 274 forks source link

misc-master #1984

Closed oberstet closed 2 years ago

oberstet commented 2 years ago

when a running cluster has its nodes disappear and reappear, seems like the following check fails with a ReST bridge webservice in the cluster:

2022-04-05T07:41:24+0200 [Container   25111] <crossbar.master.cluster.webcluster.WebClusterMonitor._check_and_apply> No Web service currently running on path "call" for Web cluster worker cpw-7f9fa0c7-0 web transport primary: starting web service ..
2022-04-05T07:41:24+0200 [Container   25111] 
Traceback (most recent call last):
--- <exception caught here> ---
  File "/home/oberstet/scm/crossbario/crossbar/crossbar/master/cluster/webcluster.py", line 318, in _check_and_apply
    webservice_started = yield self._manager._session.call(
autobahn.wamp.exception.ApplicationError: ApplicationError(error=<crossbar.error.no_such_object>, args=['no realm "realm1" in configured routes of proxy worker'], kwargs={}, enc_algo=None, callee=None, callee_authid=None, callee_authrole=None, forward_for=None)
oberstet commented 2 years ago

https://github.com/crossbario/crossbar-examples/tree/master/proxy

config5 - anonymous-proxy - UDS - ticket-auth:

Bildschirmfoto von 2022-04-05 21-12-26

config6 - cryptosign-proxy - TCP - ticket-auth:

Bildschirmfoto von 2022-04-05 21-06-55