JasperReportsIntegration icon indicating copy to clipboard operation
JasperReportsIntegration copied to clipboard

Certain Reports not Working

Open inderjeetfbd opened this issue 1 year ago • 2 comments

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.

image

Thanks. Inder

inderjeetfbd avatar Jan 10 '24 04:01 inderjeetfbd

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

daust avatar Jan 10 '24 10:01 daust

Hi @daust

Thank you for your quick response. That really helped to see the error message.

You saved the day!

Thanks a lot. Inder.

inderjeetfbd avatar Jan 10 '24 13:01 inderjeetfbd