Timothy, thanks for the quick response. I addition to the above I had to do the same for addRunningReport and removeRunningReport. Everything seems to be working.
I recently upgraded to ART 4.16. I have a dashboard report that worked in ART 4.13, but no longer works in ART 4.16. In addition to the null pointer exception below I some times see a concurrent modification exception. The individual reports run fine on their own prior to running the dashboard. Peter [ERROR] 28-Jun-2020 11:24:54.429 |http-nio-5080-exec-8| art.general.ErrorController - Error java.lang.NullPointerException: null at art.servlets.Config.lambda$removeRunningQuery$0(Config.java:1576) at...
I recently upgraded to ART 4.16. I have a dashboard report that worked in ART 4.13, but no longer works in ART 4.16. The individual reports run fine on their own prior to running the dashboard. Peter [ERROR] 28-Jun-2020 11:24:54.429 |http-nio-5080-exec-8| art.general.ErrorController - Error java.lang.NullPointerException: null at art.servlets.Config.lambda$removeRunningQuery$0(Config.java:1576) at java.util.ArrayList.removeIf(ArrayList.java:1413) at art.servlets.Config.removeRunningQuery(Config.java:1576)...
I recently upgraded to ART 4.16. I have a dashboard report that worked in ART 4.13, but no longer works in ART 4.16. False alarm, this behavior seems to be a transient behavior on my system.
I recently upgraded to ART 4.16. I have a dashboard report that worked in ART 4.13, but no longer works in ART 4.16. I am getting a variety of exceptions inluding null pinter, and concurrent modification. I dont think the traceback below is very useful; I will keep debugging to better isolate the problem. The report is of type Dashboard. I have run the contained reports individually, and they work fine. Peter [ERROR] 28-Jun-2020 11:04:18.965 |http-nio-5080-exec-7| art.general.ErrorController - Error...
I recently upgraded to ART 4.16. I have a dashboard report that worked in ART 4.13, but no longer works in ART 4.16. I am getting a variety of exceptions inluding null pinter, and concurrent modification. I dont think the traceback below is very useful; I will keep debugging to better isolate the problem. Peter at java.util.ArrayList.removeIf(ArrayList.java:1435) at art.servlets.Config.removeRunningReport(Config.java:1603) at art.runreport.ReportRunner.close(ReportRunner.java:1626) at art.runreport.RunReportController.runReport(RunReportController.java:653)...
Thank you so much Timothy!
Turns out to be my problem, I was incorrectly setting the report used to get default values.