Back to Geneos FAQ

Gateway - Gateways disconnect from Active Console

Gateway disconnecting, Gateway disconnected in Active Console

Problem Copied

Possible Cause(s) Copied

Possible Solution(s) Copied

The two typical disconnection types in the gateway log could be like this:

<Fri Dec  1 08:03:49>  INFO: Translator ConManager Details: 'writeData()'; 'None'; 0; -808; 'getSockOpt() failed on fd 92 returns 104'
<Fri Dec  1 08:03:51>  INFO: UserManager User 'APAC\SG819955' from 10.102.235.171:59467 disconnected. Connection ID 15.

and

<Fri Dec  1 08:59:54>  INFO: Translator ConManager Details: 'checkHeartBeatLastCalled()'; 'tmNow = 1512118794'; 0; -801; 'no reply for 75 seconds'
<Fri Dec  1 08:59:54>  INFO: UserManager User 'APAC\b49150' from 10.192.101.142:64039 disconnected. Connection ID 17.

The first is an errno 104 and means Connection Reset By Peer - this is typical when the remote end (the AC2) is seen to send a TCP FIN packet. This may also be sent by an intermediate network device or system firewall. The second is a 75 second heartbeat timeoutand is indicative of no data being seen coming from the far end of the connection for that time.

A regular occurrence of both of these indicates an unhealthy network (or devices) between the gateway host and the remote consoles. If it was just one remote console then we advise to look at that user’s machine.

Looking at the Active Console log you could see “error 10053” type disconnects:

2017-12-01 09:00:10 NativeLoggerBridge [INFO] Connector::dropConnection: ConManager::shutdownSocket(167056) --- recv() failed: An established connection was aborted by the software in your host machine.
2017-12-01 09:00:10 NativeLoggerBridge [INFO] CONMGR: Details: writeData(); None; 0; -807; write() failed on fd 164088;
2017-12-01 09:00:10 NativeLoggerBridge [INFO] CONMGR-WINDOWS: WinErr: 10053

Error 10053 is a Windows error that the OS sends the application when it has closed the TCP/IP connection externally - either because of a firewall or other supervisory application doing so.

https://support.itrsgroup.com/hc/en-us/articles/4409014541073-Geneos-Active-Console-Refactor-List-Views-containing-XPaths-with-Non-Identifying-Predicates

It is known that Zscalar client or other port scanning tools could interfere with operations. In a recent case any PC / laptop that goes into “sleep” mode that is later access caused issue with the Active Console where gateways were shown as disconnected and could not be reached unless the Active Console was restarted. This was due to the Zscalar client running however there are a couple of workarounds to stop your laptop / PC from going into sleep mode

Mac: caffeinate -s Windows: powercfg -change -standby-timeout-ac 0

["Geneos"] ["Geneos > Active Console"] ["FAQ"]

Was this topic helpful?