NIP timesout the connection to ADS POP

We are using EMA NIP to publish on to ADS POP. WE noticed that when there is a network issue or if the ADS POP server is rebooted for OS patching purpose. The EMA NIP is not initiating the connection when the ADS POP server is up. Only after restart of EMA NIP its initiates the connection.

Below is the error we see in EMA NIP:

Severity: Error Text: Internal error: rsslChannel.submit() failed in OmmNiProviderImpl.submit(RefreshMsg)RsslChannel 0 Error Id -1 Internal sysError 0 Error Location Reactor.submitChannel Error Text ReactorChannel is closed, aborting. loggerMsgEnd


Here is our config params that seem related to reconnecting:

list.add(EmaFactory.createElementEntry().intValue("ReconnectAttemptLimit", Integer.MAX_VALUE));

list.add(EmaFactory.createElementEntry().intValue("ReconnectMaxDelay", 10000));

list.add(EmaFactory.createElementEntry().intValue("ReconnectMinDelay", 1000));

Best Answer