Abnormal termination of the program. The exit code is 208.
search cancel

Abnormal termination of the program. The exit code is 208.

book

Article ID: 91702

calendar_today

Updated On:

Products

CA Workload Automation AE - Business Agents (AutoSys) CA Workload Automation AE - Scheduler (AutoSys) Workload Automation Agent

Issue/Introduction

[[email protected]_wcc]# ./UnixInstaller.sh -console 
*-------------- CA Workload Control Center r11.4 SP6 Installer ----------------* 
* Copyright (c) 2018 CA. All rights reserved. * 
Choose an option from the list below: 
Option 
1. Install CA Workload Control Center r11.4 SP6 
Launching installer... 
X11 connection rejected because of wrong authentication. 
======================================================= 
Installer User Interface Mode Not Supported 
Unable to load and to prepare the installer in console or silent mode. 
======================================================= 
************************************************************* 
* Abnormal termination of the program. The exit code is 208.* 
************************************************************* 
Error message: 'Unhandled error.' 
Press Enter key to continue...

Environment

CA Workload Control Center r11.4 SP6 

Cause

The problem was related to the X11 Output

Resolution

The problem was related to the X11 Output. 
But apparently"console" option mode needs X11. 

[email protected]:/home/autosys_admin # echo $DISPLAY 
localhost:11.0 
[email protected]:/home/autosys_admin # xauth list 
rsp-xxxx/unix:15 MIT-MAGIC-COOKIE-1 473819faf5547e6b0377d367d73e7a22 
rsp-xxxx/unix:16 MIT-MAGIC-COOKIE-1 b0bb2d4aa66d165ff4604a2cd270b3e3 
rsp--xxxx/unix:17 MIT-MAGIC-COOKIE-1 4204ff0a213460dd337ac8b05899fcb2 
rsp--xxxx/unix:14 MIT-MAGIC-COOKIE-1 fc03d65ec0c3184366c158977205854b 
rsp--xxxx/unix:13 MIT-MAGIC-COOKIE-1 0e646b86933b4cce1b4057ae98ed22cb 
rsp-xxxx/unix:12 MIT-MAGIC-COOKIE-1 19017426661069d771696231b1f40a40 
rsp--xxxx/unix:10 MIT-MAGIC-COOKIE-1 9ff0c9a34c333a61d03489fcd4aca697 
rsp-a0100/unix:11 MIT-MAGIC-COOKIE-1 0f7ebe40f96bb043c96ac6095cbe1984 
[email protected]:/home/autosys_admin # sudo su - root 
[[email protected] ~]# cd /opt/rs/source/mount_wcc 
[[email protected] mount_wcc]# xauth add rsp-a0100/unix:11 MIT-MAGIC-COOKIE-1 0f7ebe40f96bb043c96ac6095cbe1984 
[[email protected] mount_wcc]# export DISPLAY=localhost:11.0 
[[email protected] mount_wcc]# ./UnixInstaller.sh -console