Error stack when clicking on Camunda cockpit

For the following, just clicking on cockpit icon we are seeing the below stack … any recommendations to resolve them ?
Spring-Boot: (v2.1.1.RELEASE)
Camunda BPM: (v7.10.0-ee)
Camunda BPM Spring Boot Starter: (v3.2.0)

e[2m2019-04-05 07:21:36.549e[0;39m e[32m INFOe[0;39m e[35m11360e[0;39m e[2m—e[0;39m e[2m[nio-8080-exec-1]e[0;39m e[36mo.s.web.servlet.DispatcherServlet e[0;39m e[2m:e[0;39m Completed initialization in 9 ms
e[2m2019-04-05 07:21:54.899e[0;39m e[33m WARNe[0;39m e[35m11360e[0;39m e[2m—e[0;39m e[2m[nio-8080-exec-2]e[0;39m e[36mo.glassfish.jersey.servlet.WebComponent e[0;39m e[2m:e[0;39m A servlet request to the URI http://localhost:8080/api/admin/auth/user/default/login/welcome contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
e[2m2019-04-05 07:22:14.644e[0;39m e[32m INFOe[0;39m e[35m11360e[0;39m e[2m—e[0;39m e[2m[nio-8080-exec-3]e[0;39m e[36mo.c.b.w.i.p.LicenseCheckResourceOverridee[0;39m e[2m:e[0;39m
e[2m2019-04-05 07:22:14.688e[0;39m e[32m INFOe[0;39m e[35m11360e[0;39m e[2m—e[0;39m e[2m[nio-8080-exec-2]e[0;39m e[36mo.c.b.w.i.p.LicenseCheckResourceOverridee[0;39m e[2m:e[0;39m e[2m2019-04-05 07:22:14.786e[0;39m e[31mERRORe[0;39m e[35m11360e[0;39m e[2m—e[0;39m e[2m[nio-8080-exec-1]e[0;39m e[36morg.camunda.bpm.engine.context e[0;39m e[2m:e[0;39m ENGINE-16004 Exception while closing command context: null

java.lang.NullPointerException: null
at org.camunda.bpm.engine.impl.persistence.entity.MeterLogManager.isEndTimeAfterLastReportInterval(MeterLogManager.java:100) ~[camunda-engine-7.10.0-ee.jar:7.10.0-ee]
at org.camunda.bpm.engine.impl.persistence.entity.MeterLogManager.shouldAddCurrentUnloggedCount(MeterLogManager.java:108) ~[camunda-engine-7.10.0-ee.jar:7.10.0-ee]
at org.camunda.bpm.engine.impl.persistence.entity.MeterLogManager.executeSelectSum(MeterLogManager.java:52) ~[camunda-engine-7.10.0-ee.jar:7.10.0-ee]
at org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl$2.execute(MetricsQueryImpl.java:110) ~[camunda-engine-7.10.0-ee.jar:7.10.0-ee]
at org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl.execute(MetricsQueryImpl.java:120) [camunda-engine-7.10.0-ee.jar:7.10.0-ee]
at org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:27) ~[camunda-engine-7.10.0-ee.jar:7.10.0-ee]
at org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:106) ~[camunda-engine-7.10.0-ee.jar:7.10.0-ee]

Any one ?
The error stack doesn’t seem to affect the UI or the user interaction but we do see the stack as captured … any inputs ?