I don’t know how to manage this situation: I’ve a python client that gets a ‘strange’ Exception when tries to execute a Tango Command. The server never receives the command, it seems a problem with the DeviceProxy.
Below you can see the exception.
Thanks in advance,
Roberto
DevFailed[
DevError[
desc = Not able to acquire serialization (dev, class or process) monitor
origin = TangoMonitor::get_monitor
reason = API_CommandTimedOut
severity = ERR]
[quote=“robertoborghes”]I don’t know how to manage this situation: I’ve a python client that gets a ‘strange’ Exception when tries to execute a Tango Command. The server never receives the command, it seems a problem with the DeviceProxy.
Below you can see the exception.
Thanks in advance,
Roberto
DevFailed[
DevError[
desc = Not able to acquire serialization (dev, class or process) monitor
origin = TangoMonitor::get_monitor
reason = API_CommandTimedOut
severity = ERR]
Hi Roberto,
the device server is busy… and cannot acquire the tango monitor for the client request.
So you get the timeout. I suppose you do not changed the serializatione model within the
device server.