VMware Identity Manager 3.3.7
VMware Aria Suite
The 'config-state.json' file has an incorrect entry for the mol URL on one or more nodes. It does not contain the cluster load-balanced **FQDN** with the port.
This is an example of what should be present:
https://<vIDM_LB_FQDN>:443/SAAS/t/Tenant_Name
The 'config-state.json' file needs to be updated with the correct values.
/usr/local/horizon/config/states/TENANT_NAME/####/' on all nodes.
config-state.json' using 'vi'.
vi config-state.json
"url" : "https://<vIDM_LB_FQDN>:443/SAAS/t/Tenant_name/",
horizon-workspace' service.
service horizon-workspace stop
config-state.json' file so that the 'url' matches the format in the example above. It can be copied from a node where the format is correct. Save and quit.service horizon-workspace start
The configured **URL** in the 'mol' section of the 'config-state.json' may be the node's own **FQDN** without the port, as per the example below.
"url" : "https://<vIDM_NODE_FQDN>/SAAS/t/Tenant_name/",