> Login DSS manager server with service account credentials
Run > Cmd > Run as administrator
cd %dss_home%
Cryptotool.exe -k 2 -g
(This screenshot helps me to check what was broken, machine.key or ep_cluster.key or both the key)
Note :-- Key broken when we run the modify with different login credentials..
Following the successful login to the manager, deploy has failed, we
found that the Cluster_key was not set in the catalina.properties files,
this was caused due to the repair we did and the fact that Tomcat
failed to start and update the catalina properties file.
we've copied the Cluster_Key string from the Jetty configuration file and deploy finished successfully.