Got the following error when failing to execute the Workpoint checkup
(default task-1) org.springframework.remoting.RemoteConnectFailureException:
Could not connect to HTTP invoker remote service at [http://localhost:8080/wpServices/ServerConfigService];
nested exception is java.net.ConnectException: Connection refused (Connection refused)
Identity Governance 14.5 SP1 CHF1, RHEL 8.0
Identity Governance fails to connect to the Workpoint database due to the error, and cannot process the Workpoint checkup job
On JBOSS_HOME/bin/ca-gm-run.sh file modify the line
export JBOSS_BIND_ADDRESS="xxx.xxx.xxx.xxx"
to
export JBOSS_BIND_ADDRESS="0.0.0.0"