We have noticed the following error in the EMS Server log – what does it mean? ERROR: Accept() failed: 130 (Software caused connection abort)

We have noticed the following error in the EMS Server log – what does it mean? ERROR: Accept() failed: 130 (Software caused connection abort)

book

Article ID: KB0089782

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Message Service -
Not Applicable -

Description

Resolution:
This is an operating system error.

According to /usr/include/sys/errno.h, error code 130 is defined as “ECONNABORTED” and indicates that:

ECONNABORTED
The remote side aborted the connection before the accept () operation completed.

The error message that you see in the EMS Server log most likely means that during the phase where the server accepts a connection from a client, the client has actually aborted the connection.

Issue/Introduction

We have noticed the following error in the EMS Server log – what does it mean? ERROR: Accept() failed: 130 (Software caused connection abort)