ARA Error processing periodic task 'AgentTracker'
search cancel

ARA Error processing periodic task 'AgentTracker'

book

Article ID: 87414

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

Affects Release version(s): 5;6;7;8

Error Message :
ERROR RM.PeriodicTasks - Error processing periodic task 'AgentTracker' com.uc4.communication.TimeoutException: Request timed out (60016)

The below error message shows up in the ARA logs:

ERROR RM.PeriodicTasks - Error processing periodic task 'AgentTracker'
com.uc4.communication.TimeoutException: Request timed out (60016)

ARA fetches a list of agents in order to keep track and allow user to assign agent to the Deployment Target.

The default refresh interval is 60 seconds.

Since the Automation Engine (AE) is busy because of a large number of agents, all subsequent requests timeout.



 

Environment

Release:
Component: ARLSMG

Cause

Cause type:
Configuration
Root Cause: Timeout value is too low to handle all requests coming in.

Resolution

Consider increasing the timeouts listed below to 90 seconds or higher. 

Increase the AE timeout in the customer.config file.  Keep in mind the value is in seconds.

<add key="AutomationEngine.Timeout" value="60"/>
 
Increase the refresh interval in customer.config file.  This value is also in seconds.

<add key="Agents.Revalidate.Interval" value="60"/>


Fix Status: No Fix

Fix Version(s):
N/A

Additional Information

Workaround :
N/A