Hi, Do we know if multiple sheets will be supported in jxls and if we can run one query each sheet using jxls - template query? Regards, Nitin
I can give a try, if you can give me generated heap dump when this issue happened. Solving memory related issue without heap dump is difficult. Note: There could be sensitive information available in heap dump including passwords (and more). So, please share only if you think you don't have any risk with sharing that. Regards, Nitin On Mon, Jul 1, 2019, 9:47 AM Timothy Anyona tanyona@users.sourceforge.net wrote: Is there anyone on the forum with experience in troubleshooting memory leaks who can...
Redshift
These are some of stuff I added in art.css to change default colors. You will need to merge changes everytime you upgrade. .panel-success>.panel-heading { color: #5a5c62; background-color: #f5821f; border-color: #f5821f; } .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { z-index: 3; color: #5a5c62; cursor: default; background-color: #f5821f; border-color: #f5821f; } ul.nav.navbar-nav...
Apology for late response on this.
This is tabular report. I also tested with chart. It is same issue. Is it issue on 3.7?
I believe this is due to report id not present. java.lang.NullPointerException at art.runreport.ReportOutputGenerator.generateOutput(ReportOutputGenerator.java:357) at art.runreport.RunReportController.runReport(RunReportController.java:472) at sun.reflect.GeneratedMethodAccessor540.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)...
Related to this. It will be great to have an admin page which shows all current queries being executed from ART with added information of report id (with link to report configuration), Job id/ User Id, start time or duration and cancel button.