When trying to configure topology in the NetOps portal, the following popup appears with the error "Graph Services is unavailable"
The following errors can be seen in the hazelcast log file:
DX NetOps Portal 24.3.11
During installation, if the MySQL password contains special characters (e.g., $, &, !), Hazelcast services fail with an Access Denied error—even though the initial MySQL connection test succeeds because it uses the plain password for the connection check.
This issue is targeted to be resolved in 24.3.13. The following can be done as a workaround:
Workaround for version <= 24.3.12 :
On the NetOps Topology Server:
1. Navigate to the installer directory
2. Open the file provisioning/roles/common/tasks/encrypt_password.yaml.
3. Locate the text input={{enc_password}}.
4. Change this line to input='{{enc_password}}' (ensuring the password is enclosed in single quotes).
5. Run or re-run the deployment.