Users encounter an HTTP Error 500 when attempting to access the Data Aggregator Rest API. While the dadaemon service is active and the Data Aggregator port is available, the interface remains inaccessible.
The Data Aggregator cannot correctly resolve the hostname or IP address of the Portal. This failure in name resolution prevents the DA from communicating effectively with the portal interface, resulting in a 500-level server error.
To resolve this issue, ensure proper name resolution between the Data Aggregator and the Portal:
getent hosts <Portal_Hostname>nslookup <Portal_Hostname>ping -c 4 <Portal_Hostname>/etc/hosts file on both the Data Aggregator and DX NetOps Portal machines.dadaemon may be required to pick up network configuration changes.