Keep-Alive-Timer calling close() before receiving the response

Posted on

Requests sent through REST application deployed on Openshift container platform ( JBoss EAP 7x) closes the connection before receiving the response with the below debug messages. Looking for help for the root cause for this.
INFO [stdout] (Keep-Alive-Timer) Keep-Alive-Timer, called close()
INFO [stdout] (Keep-Alive-Timer) Keep-Alive-Timer, called closeInternal(true)
INFO [stdout] (Keep-Alive-Timer) Keep-Alive-Timer, SEND TLSv1 ALERT: warning, description = close_notify

Thanks

Responses