AAKE CP cannot start - "Address already in use".
search cancel

AAKE CP cannot start - "Address already in use".

book

Article ID: 367088

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

During the deployment of AAKE
Attempted is to offer CP pods as entry points for non-TLS Agents
The CP, however, is unable to start it systematically runs into this error:

20240319/133028.239 - U00003487 ListenSocket with port number '2217' could not be created.
20240319/133028.243 - U00003127 No free listen port has been found. Retry ('11/32') in '20' seconds.
20240319/133048.262 - U00003413 Socket call 'bind' returned error code '98'.
20240319/133048.262 -          Address already in use
20240319/133048.262 - U00003487 ListenSocket with port number '2217' could not be created.
20240319/133048.266 - U00003127 No free listen port has been found. Retry ('12/32') in '20' seconds.
20240319/133108.284 - U00003413 Socket call 'bind' returned error code '98'.
20240319/133108.285 -          Address already in use
20240319/133108.285 - U00003487 ListenSocket with port number '2217' could not be created.
20240319/133108.289 - U00003127 No free listen port has been found. Retry ('13/32') in '20' seconds

Environment

AAKE 21.0.9

Cause

The problem comes from the fact that parameters like 'bindlocal' or 'duplicatetimeout' are commented in the AAKE configuration file.

Commented configuration parameters can not be changed because any adjustment will be ignored by AAKE

Having these parameters modifiable can be important in AAKE environments.

Description: A problem has been solved where an AAKE CP systematically ran into an error stating that no free ports were available. With this fix, the ini file provides "bindLocal" and "duplicateTimeout" configuration options for AAKE CPs

 

Resolution

Public short description EN:
CP cannot start due to the address already in use

Public description EN:
A problem has been solved where an AAKE CP systematically ran into an error stating that no free ports were available. With this fix, the ini file provides "bindLocal" and "duplicateTimeout" configuration options for AAKE CPs.

AAKE 21.0.11 - Available

Beginning with this service pack these parameters will be configurable in AAKE.

Additional Information

Bug ID: AE-36748
Bug Title: AAKE CP cannot start - Address already in use