-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I've been using the IWS 10.1 docker-compose and have recently tried to upgrade to the FP3 version. Neither the waserver nor waconsole will start. The errors seen are:
waserver error:
I: Running '/opt/wa/TWS/tws_tools/configureDb.sh --work_dir /tmp/wainst --log_dir /home/wauser/wadata --rdbmstype DB2 --dbhostname wa-db2 --dbport 50000 --dbuser db2inst1 --dbadminuser db2inst1 --dbname TWS --execsql TRUE --force true --dbpassword xxxxxxxx --dbadminuserpw xxxxxxxx'
WAINST226E You have supplied parameter: --sslpassword but you have not supplied parameter: --sslkeysfolder.
WAINST035I For more details see the installation log file: /opt/wa/logs/configureDb_10.1.0.03.log.
E: Error initializing server.
E: Error starting instance.
waconsole error:
I: Running '/opt/dwc/tools/configureDb.sh --work_dir /tmp/wainst --log_dir /home/wauser/wadata --rdbmstype DB2 --dbhostname wa-db2 --dbport 50000 --dbuser db2inst1 --dbadminuser db2inst1 --dbname DWC --execsql TRUE --force true --dbpassword xxxxxxxx --dbadminuserpw xxxxxxxx'
WAINST226E You have supplied parameter: --sslpassword but you have not supplied parameter: --sslkeysfolder.
WAINST035I For more details see the installation log file: /home/wauser/tmp/wa10.1.0.03/logs/configureDb_10.1.0.03.log.
E: Error configuring database.
E: Error configuring console.
E: Error starting instance.
Removing the ENV value for sslpassword (null value) from container causes the container causes nether container to be able to connect to the wa-db2 container.