After upgrading to CAPM 20.2.5, event manager will not become "Available". Both Resync buttons are greyed out. Running small em update in mySQL does nothing (both with and without 'Where' clause): Process for EM is running
mysql> use em;
Database changed
mysql> update data_sources SET LastEvent=0, ConsumerID=0 WHERE SourceName='Data Aggregator';
Query OK, 1 row affected (0.00 sec)
Rows matched: 1 Changed: 1 Warnings: 0
mysql> use em;
Database changed
mysql> update data_sources SET LastEvent=0, ConsumerID=0;
Query OK, 2 rows affected (0.00 sec)
Rows matched: 3 Changed: 2 Warnings: 0
Restarted services. No help.
Please assist.
Dx NetOps Performance Management 20.2
The cause of the problem was unpacking a .war file failed during the install this was seen in the install logs:
Expand Archive: /opt/CA/PerformanceCenter/EM/webapps/EventManager/portal.em.war
Status: ERROR
Additional Notes: ERROR - Problems occurred with the expander of file's type: $IA_MERGE_RESOURCES$/JettyApp_1605120747119/f48ec9324cd476b3f4b49df4c647fb73/portal.em.war
invalid entry CRC (expected 0x37ec870d but got 0x50c81a64)
This error was seen in the EMServices.log
INFO | jvm 1 | 2020/12/08 02:24:36 | WARN | WrapperSimpleAppMain | 2020-12-08 02:24:36,352 | org.eclipse.jetty.webapp.WebAppContext
INFO | jvm 1 | 2020/12/08 02:24:36 | | Failed startup of context [email protected]{Event Manager,/EventManager,file:///opt/CA/PerformanceCenter/EM/webapps/EventManager/,UNAVAILABLE}{/EventManager}
INFO | jvm 1 | 2020/12/08 02:24:36 | javax.servlet.UnavailableException: Class loading error for holder [email protected]{STARTING}: org.springframework.web.context.ContextLoaderListener
INFO | jvm 1 | 2020/12/08 02:24:36 | INFO | WrapperSimpleAppMain | 2020-12-08 02:24:36,368 | org.eclipse.jetty.server.AbstractConnector
INFO | jvm 1 | 2020/12/08 02:24:36 | | Started [email protected]{HTTP/1.1,[http/1.1]}{0.0.0.0:8281}
INFO | jvm 1 | 2020/12/08 02:24:36 | INFO | WrapperSimpleAppMain | 2020-12-08 02:24:36,368 | org.eclipse.jetty.server.Server
INFO | jvm 1 | 2020/12/08 02:24:36 | | Started @1162ms
Download the Portal software from the support site again and reinstall.