WCC - Monitoring tab gives the following error
search cancel

WCC - Monitoring tab gives the following error

book

Article ID: 238255

calendar_today

Updated On:

Products

Autosys Workload Automation

Issue/Introduction

Error: Failed to load jobs: Internal Server Error

The above error is seen when trying to display jobs in WCC -> Monitoring -> Server -> Jobs and Alerts

Also see the following error in the wcc logs

Caused by: java.lang.IllegalArgumentException: No enum constant com.ca.wcc.db.utils.JobColumn.SERVE
INFO   | jvm 1    | 2022/03/23 10:19:57 |      349 |  at java.lang.Enum.valueOf(Enum.java:238)

 

Environment

Release : 12.0

Component : WORKLOAD CONTROL CENTER

Resolution

WCC's -> Configuration -> Preferences -> Monitoring had an incorrect value

monitor_env_serverdetail_job_table_column_list: 'job_name,job_type,status,serve,duration'

should have been

monitor_env_serverdetail_job_table_column_list: 'job_name,job_type,status,server,duration'