JasperReportsIntegration
JasperReportsIntegration copied to clipboard
Certain Reports not Working
Hi @daust
We recently started using version 2.11.0 on Java 17.0.9.
Most reports are working perfectly, while certain reports doesn't run. There's no error in the log. When we run, we just get the output as in the screenshot. Please suggest how to debug it, since there's no error in the log.
Thanks. Inder
That is a security feature to hide error messages. You can turn it off in the configuration file application.properties.
# To enable detailed request error messages, set printDebugToScreen=true
# When this setting enabled, any request that produces an error response includes a detailed message,
# including a stack trace.
# This setting must not be enabled on productions systems due to the risk of sensitive information being
# revealed to an attacker.
# The default value is false
#printDebugToScreen=true
Hi @daust
Thank you for your quick response. That really helped to see the error message.
You saved the day!
Thanks a lot. Inder.