Closed skuschel closed 5 years ago
Normally the endpoint specification has a //
in, like tcp://10.253.142:6666
. Does that make a difference?
That was a typo, I actually used tcp://10.253.142:6666
in both instances.
However, I just double checked my configuration and figured that I a old .bashrc
, as the live servers are using a different home than the maxwell server and I updated it in only in one place. Sorry for bothering you and thank you very much for your fast response!
I am currently using the
karabo-bridge-glimpse
at SQS to dignose errors in the datastream. Whenever I use it in the default shell it works. However, I like to work in the bash and when I start the bridge in from the bash I get a ZMQ error. Here is how to reporduce it:1) in default shell (this works as expected). After logging onto exflonc35:
2) does not work. After looging onto exflonc35:
This yield the following error message:
I did not create my own python installation, and
whereis karabo-bridge-glimpse
points to the same executable in both cases.Its probably a low priority, but I wanted to make you aware that there is something in the environment. Strangely, my own python scripts, which are using the
karabo-bridge.Client
to connect to the live stream work in both shells.Cheers Stephan