Troubleshooting
Problem
You are receiving an error ECONNRESET intermittently from TCP/IP on an IBM MQ server-connection channel to a local queue manager.
.
Note:
TCP/IP error ECONNRESET -- Connection reset by peer. This occurs when an established connection is shut down for some reason by the remote computer.
Symptom
The most common scenario shows the MQ error:
AMQ9208I: Error on receive from host <host>.
EXPLANATION: An error occurred receiving data from <host> over TCP/IP. This may be due to a communications failure.
ACTION: The return code from the TCP/IP recv() call was <xxxxx>.
Record these values and tell the systems administrator.
Other scenarios show error:
AMQ9209I: Connection to host <host> for channel <channel> closed.
The following table shows the return codes for various operating systems for the error ECONNRESET Connection Reset by Peer:
|
ECONNRESET return codes
|
||
| Operating system | Decimal code | Hexadecimal code |
| AIX | 73 | x49 |
| IBM i (iSeries) | 3426 | xD62 |
| Linux | 104 | x68 |
| Solaris | 131 | x83 |
| Windows | 10054 | x2746 |
| z/OS | 1121 | x461 |
Log InLog in to view more of this document
Was this topic helpful?
Document Information
Modified date:
28 April 2025
UID
swg21106218