Extra Comma Appearing in Time Stamp
Java 11 changed the default date format to conform to CLDR 33, which results in an extra comma appearing in time stamps for
-Djava.locale.providers=JRE,COMPAT,CLDR
For JRS to show reports correctly in Java 11, we recommend running with these parameters in the given order.
For more information on setting JVM options, see the JasperReports Server Installation Guide.
Error Exporting Reports, Ad Hoc Views, and Dashboards
The export of Reports
2020-06-11T17:32:19,031 ERROR SecureExceptionHandlerImpl,http-nio-8080-exec-8:116 - com.github.kklisura.cdt.launch.exceptions.ChromeProcessTimeoutException: Failed while waiting for chrome to start: Timeout expired! Chrome output: [0611/173218.897370:ERROR:zygote_host_impl_linux.cc(89)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180. |
To resolve this you need to set the following property in the jasperreports.properties file:
• | net.sf.jasperreports.chrome.argument.no-sandbox=true |
After setting this property, restart JasperReports Server to enable it.
For information about configuring this property, see Configuring a JavaScript Engine for Graphical Report Rendering.
Recommended Comments
There are no comments to display.