This topic describes how to troubleshoot the case where the OpenEdge Command Center server fails to start in a High Availability (HA) setup. It outlines common causes and provides recommended solutions to help you complete the startup process successfully.
Possible Cause Recommended Solution
Database connectivity issue
  1. Navigate to the installation log directory at <Server_Installed_Dir>/install_logs/, and open the log file named Install_<MM_DD_YYYY_H_M_S>.log.
  2. Check for error messages, such as Closed DB Connections, which indicate a database connectivity issue.
  3. If such errors are present, navigate to the <Data_Dir>/conf/ folder and open the db-config.json file.
  4. Verify the values for DB Hostname and DB Port and update them if necessary.
Database unreachable from the non-primary server
  1. Check the connectivity from the non-primary server to the database host and port.
  2. Ensure that the non-primary server is connected to a stable internet network.
  3. Check if the firewall or proxy settings on the non-primary server system is blocking outbound connections. If necessary, update the settings to allow connectivity to the database host and port.