We are trying to test a non-interactive websocket source on a cloud container environment and encountering client disconnects as highlighted below:
WSOCK Server: <sink.server.ws.transmissionBus.>
lastConnectTime : initTimeouts : 0
lastDisconnectTim: Fri Sep 1 05:31:04 portName : distribution_ws_sink
serverDisconnects: 0 portNumber : 15000
clientDisconnects: 14 interfaceName : INADDR_ANY
mountNaks : 0 fileDescriptor : 27
acceptFailures : 0 connectionsAvaila: 256
Parameters for the non-interative source is already defined as follows:
NIP*CacheResiliency*hostList :
*NIP*CacheResiliency*port : 9101
*NIP*MLATrace : False
*NIP*buildCacheFromUpdates : True
*NIP*cacheLocation : ssl
*NIP*cacheType : sourceDriven
*NIP*clearNotInCacheImageWhenActive : False
*NIP*convertNotInCacheToImage : False
*NIP*convertToIDNStyle : False
*NIP*convertVerifyNoSyncToCorrection : True
*NIP*dataType : 6
*NIP*domainsCached : ALL
*NIP*forwardPostUserInfo : False
*NIP*insertAction : allAny
*NIP*notInCacheData : DSPLY_NAME, Not In Cache
*NIP*notInCacheFLN :
*NIP*persistentRestoreAsStale : True
*NIP*pollCache : True
*NIP*preemption : none
*NIP*removeUnwatchedItems : False
*NIP*serviceID : 5225
What could have caused this ? On another cloud environment it is working . Cannot find any entry in the logs to determine issue as there are no errors. Am also able to telnet to the websocket port 15000 without issues.