After upgrading DX NetOps Performance Management to version 25.4.4 or later, the Data Aggregator (DA) starts, but the web services (ports 8581/8582) are not listening. The following errors may appear in /opt/CA/IMDataAggregator/data/log/netops-data-aggregator.log:
java.io.IOException: Alias name [sscada] does not identify a key entryjava.lang.IllegalArgumentException: KeyStores with multiple certificates are not supportedDX NetOps Performance Management.
The DA startup process requires a specific alias (sscada) for the SSL certificate. This issue occurs if:
cada and the keystore contains more than one PrivateKeyEntry, which prevents the automatic sslConfig.sh script from identifying the correct key.cd /opt/CA/IMDataAggregator/config/ssl//opt/CA/IMDataAggregator/jre/bin/keytool -list -keystore keystorePrivateKeyEntry items exist, delete the unused or incorrect entries: /opt/CA/IMDataAggregator/jre/bin/keytool -delete -alias <incorrect_alias> -keystore keystorecada), rename it to sscada: /opt/CA/IMDataAggregator/jre/bin/keytool -changealias -keystore keystore -alias cada -destalias sscadaPrivateKeyEntry with the alias sscada.systemctl stop dadaemon systemctl start dadaemon