After an upgrade, the event-processing-manager Alert-Consolidation service fails to start
Watch4Net 7.7
Missing useSSL flag values in the generic-live-writer.xml and alert-event-archive.xml files.
Out of date table definition in the alert-event.xml file.
Update the jdbc connection to utilize the useSSL false flag
vi /opt/app/APG/Event-Processing/Generic-Live-Writer/Alert-Consolidation/conf/generic-live-writer.xml
Update: <datasource url="jdbc:mysql://localhost:53306/events?autoReconnect=true&autoReconnectForPools=true&useSSL=false"
vi /opt/app/APG/Event-Processing/Generic-Live-Writer/Alert-Consolidation/conf/alert-event-archive.xml
Update: <datasource url="jdbc:mysql://localhost:53306/events?autoReconnect=true&autoReconnectForPools=true&useSSL=false"
Replace the alert-event.xml to allow proper table mapping of the genericevents_live table.
/opt/app/APG/Event-Processing/Generic-Live-Writer/Alert-Consolidation/conf/alert-event.xml
with updated file which has been attached to this KB.
/opt/app/APG/bin/manage_modules.sh service restart 'event-processing-manager Alert-Consolidation