-
Notifications
You must be signed in to change notification settings - Fork 8
Description
This repo hasn't been updated, even though 10.2.5 has been out for several weeks. I've tried to use the cp.icr.io/cp/ibm-workload-automation-server:10.2.5.00.20250804 containers and the wa-server starts but none of the IWA processes are running.
If I attach to the running container, non of the IWA processes are running so if I then run StartUp, I get the following error:
TWS for UNIX/STARTUP
Licensed Materials - Property of IBM* and HCL**
5698-WSH
(C) Copyright IBM Corp. 1998, 2016 All rights reserved.
(C) Copyright HCL Technologies Ltd. 2016, 2025 All rights reserved.
- Trademark of International Business Machines
** Trademark of HCL Technologies Limited
IBM Workload Scheduler Environment Successfully Set !!!
Program code level: 20250801
INFO:getSecSSLFunction, SSL library /opt/wa/TWS/bin/libsecssl.so loaded
/opt/wa/appservertools/setEnv.sh: line 18: wlp_install_dir: command not found
/opt/wa/appservertools/setEnv.sh: line 19: serverName: command not found
/opt/wa/appservertools/setEnv.sh: line 20: wlp_user_dir: command not found
/opt/wa/appservertools/setEnv.sh: line 21: wlp_output_dir: command not found
/opt/wa/appservertools/setEnv.sh: line 22: wlpUser: command not found
/opt/wa/TWS/../appservertools/startAppServer.sh ERROR: You are connectd as wauser but only the owner of the file can run this script
The application server has failed to start with the return code 1
Looks like $WHO is being set but not $WA_USER, even though if you do an env command it says WA_USER = wauser.
conman sc works and gives the right output put other commands such as optman gives the error:
AWSBEH023E Unable to establish communication with the server on host "127.0.0.1" using port "31116".
Because non of the processes are running.
Please advise.