MSIR.0898 Attempt to re-use keep-alive connection failed -- connection was lost: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "This informational message indicates that a ''Janus Sockets'' HTTP Helper attempt to reuse a kept alive TCP connection failed, most likely because the server side timed out. ...")
 
(Automatically generated page update)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This informational message indicates that a ''[[Janus Sockets]]'' HTTP Helper attempt to reuse a kept alive TCP connection failed, most likely because the server side timed out. ''[[Janus Sockets]]'' automatically recovers from this situation, so no action is required on anyone's part. A lot of these messages might indicate an excessively short timeout on the target web server.
This informational message indicates that a <var class="product">[[Janus Sockets]]</var> HTTP Helper attempt to reuse a kept alive TCP connection failed, most likely because the server side timed out. <var class="product">Janus Sockets</var> automatically recovers from this situation, so no action is required on anyone's part. A lot of these messages might indicate an excessively short timeout on the target web server.


[[Category:Sirius Mods Messages]]
In this situation, <var class="product">Model&nbsp;204</var> is not trying to reuse the actual connection that was lost. Rather, it tries to reuse any other keep-alive connection(s) still seemingly open before it opens a new connection. As a result, the audit trail might contain a series of MSIR.0898 messages.
 
{{Template:MSIR.0898 footer}}
[[Category:MSIR.0800 - MSIR.0999]]

Latest revision as of 23:36, 3 March 2017

This informational message indicates that a Janus Sockets HTTP Helper attempt to reuse a kept alive TCP connection failed, most likely because the server side timed out. Janus Sockets automatically recovers from this situation, so no action is required on anyone's part. A lot of these messages might indicate an excessively short timeout on the target web server.

In this situation, Model 204 is not trying to reuse the actual connection that was lost. Rather, it tries to reuse any other keep-alive connection(s) still seemingly open before it opens a new connection. As a result, the audit trail might contain a series of MSIR.0898 messages.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal

Back to list of messages