Dietmar Aust
Dietmar Aust
Can you provide a simplified test based on a data dictionary query like ``select * from user_objects``? Then I can have a look. Without any more information, I cannot troubleshoot...
``` java.lang.RuntimeException: Error executing SQL statement for: report name. ``` There seems to be an error with the SQL statement. Did you try just running the report query as the...
Strange, is the Tomcat also running on OCI? I have no experience in that environment, unfortunately. Is anything different, i.e. the Java version? Or it is something trivial. The error...
Hi @DavidGhedini, sorry for the super late response 🙈. Do you still have this issue? Could you please provide a simple test report (based on user_objects or dual so that...
Yes, I am back :). Sorry for long delay. Well, I have tested it and cannot really reproduce the issue. - export as pdf - export as html Could also...
I am sorry, but this is not helpful. The log of the screenshot looks alright. There is just a WARNing about a deprecated parameter that is still working ... but...
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 #...
Hi, you have two options here: - set it using an enviroment variable (either in the system itself or in the script that will start Glassfish I guess): https://github.com/daust/JasperReportsIntegration/blob/main/src/doc/github/installation-full.md#21-configure-the-server-environment-using-an-operating-system-environment-variable -...
Would have to troubleshoot this. But not really worth the effort. Typically, setting NO path explicitly is typically not used. There might be a bug ... but using the configuration...
As I have pointed out before ... the documented and supported way to use it is one of the two options: - set it using an enviroment variable (either in...