Our fault-tolerant Data Aggregator will not start after upgrading
The following error is noted in the consul-ext.log:
ERROR: Database config file not found at /opt/IMDataAggregator/config/dbconnection.cfg
25.4.3.8
ONLY seen in a fault-tolerant Data Aggregator Pair
The out of the box reference for the dbconnection.cfg is incorrect
Resolution:
This will be fixed in the DA 25.4.3.10+ release
Workaround for those running the DA 25.4.3.8 release:
This will need to be done on both Data Aggregator hosts
<install_dir>/IMDataAggregator/consul-ext/scripts/startDA.groovydef File dbPropsFile = new File( daHome + "/config/dbconnection.cfg" )def File dbPropsFile = new File( daHome + "/apache-karaf/etc/dbconnection.cfg" )systemctl restart consul-ext