After upgrade to 25.4.5 DA will not start
search cancel

After upgrade to 25.4.5 DA will not start

book

Article ID: 432959

calendar_today

Updated On:

Products

Network Observability CA Performance Management

Issue/Introduction

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: 

Environment

DX NetOps 25.4.5+

Cause

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=

Resolution

Edit

/opt/IMDataAggregator/config/application.properties

 

Set the

app.configureSSL=N

And comment out the following lines



Additional Information

If fault tolerant DA’s, make the changes on both DA’s