My customer let me program Ignition from PC_client that I reach through RDP. PC_client’s Designer connects to the Ignition Gateway on PC_server: what I’m experiencing is a very unstable connection - disconnections happen every 2-3 minutes and working is almost impossible. My customer says they have no networking problem, but I’ve never experienced such an awful working experience in 10 years Ignition projects!
In the designer console I find the following messages when it disconnects:
09:10:30.798 [AWT-EventQueue-0] WARN com.inductiveautomation.ignition.client.gateway_interface.GatewayConnectionManager - Connection to Gateway lost, due to exception.
com.inductiveautomation.ignition.client.gateway_interface.GatewayException: Address already in use: no further information
09:10:30.868 [AWT-EventQueue-0] ERROR tags.manager - Error retrieving tag providers.
com.inductiveautomation.ignition.client.gateway_interface.GatewayException: Address already in use: no further information
Agree with the general consensus. The way client/designer <-> gateway RPC works requires the gateway to respond to an incoming HTTP request from the client/designer, at a pretty constant rate.
It might just be legitimate port exhaustion, if the sockets are being kept alive too long/there are too many incoming requests, though I would expect that to manifest as a different error.