DE (dSeries) server shutdown with error: The number of active application generations (600) is equal or bigger than the limit (600).
search cancel

DE (dSeries) server shutdown with error: The number of active application generations (600) is equal or bigger than the limit (600).

book

Article ID: 42104

calendar_today

Updated On:

Products

DSERIES- SERVER CA Workload Automation DE - System Agent (dSeries)

Issue/Introduction

The DE Server shutdown when the number of active application generations reaches 600.  

Environment

Release: DSWAHA01300-12-Workload Automation DE-High Availability
Component:

Cause

By default DE server is set to shutdown when the number of active generation reaches 600.  By definition, any application that is not complete is considered active. Therefore, it is important to regularly monitor for failed applications and take corrective action or force complete the application to prevent the active application count from reaching this value. 

Based on your workload, it might be necessary to update the maximum active application generation count. If your workload requires much larger value than 600, you can increase the value and some other parameters might require adjustments. For example, Max heap size, number of database connections, increase in thread pool size, etc.

Resolution

Follow these steps to update the maximum active application generations stop value:

  1. Open server.properties in <install_directory>\conf directory
  2. Increase the property 'active.appl.gen.stop' value, for example;

     active.appl.gen.stop=1000

  1. Restart DE Server
  2. Force complete any failed application generation that are active and not needed or suspend any Events triggering failed applications generations
  3. Optional: reset active application count to previous value by stopping the server and repeating steps 1 - 3.

Additional Information

Configure the Maximum Number of Active Application Generations