After the upgrade finished, the fault tolerant da’s will not start.
The da is using http on 8581
We are seeing errors in the
/opt/IMDataAggregator/data/logs/netops-data-aggregator.log
Referencing the wrong password for the keystore
……
Caused by: java.lang.IllegalStateException: Could not load store from '/opt/IMDataAggregator/config/ssl/truststore'
Caused by: java.io.IOException: keystore password was incorrect
Caused by: java.security.UnrecoverableKeyException: failed to decrypt safe contents entry:
DX NetOps 25.4.5+
The upgrade saw that there was a truststore in use, and mistakenly thought https was in play and set the https flags and
/opt/IMDataAggregator/config/application.properties
app.configureSSL=Y
server.ssl.enabled=true
server.ssl.trust-store=/opt/IMDataAggregator/config/ssl/truststore
server.ssl.trust-store-password=${trustStorePassword}
server.ssl.trust-store-type=pkcs12
app.SSL_TRUSTSTORE_PASSWORD=QUVTOnKKEFcGkewIWi42JU=
Edit
/opt/IMDataAggregator/config/application.properties
Set the
app.configureSSL=N
And comment out the following lines
If fault tolerant DA’s, make the changes on both DA’s