After you upgrade a Data Collector, the collector fails to reconnect to the Data Aggregator. The collector does not show "Connected Polls" or its status in the Performance Manager GUI. You see a java.net.BindException: Address already in use error for port <port> in the logs, and the ActiveMQ service fails to start.
DX NetOps Performance Management 24.4.13
Port Conflict: Port mentioned in the above error is already occupied by an orphaned or existing process, preventing the Data Collector from initializing its JMXConnectorServer.
To resolve this issue, you must clear the port conflict:
Identify and Clear the Port Conflict:
netstat -anp | grep <port>kill -9 ####.netstat command again.Restart Services:
systemctl restart dcmd.dcmd and activemq services are running using systemctl status dcmd activemq