Dietmar Aust

daust ·

daust/JasperReportsIntegration

JasperReports Library 7.0

I am on it. It is a bit complicated because they have changed the build process of the JasperReportsLibrary project.

This is always the most complicated part, to "collect" all required libraries. And it is not well documented, which libraries they w...

daust/JasperReportsIntegration

Arabic Language issue wirh PDF reports on Oracle Linux 8

You did copy the .jar file? Not the *.ttf files, right?

You could also install the fonts on the Linux locally. The Java runtime has access to all locally installed fonts.

daust/JasperReportsIntegration

Tomcat Deployment : The requested resource [/jri/] is not available

Hi @najeebalikhel ,

do you have a specific error message?

Please check the troubleshooting instructions: https://github.com/daust/JasperReportsIntegration?tab=readme-ov-file#faq that should give you more information.

Thank you, Dietmar.

daust/JasperReportsIntegration

JRI - Report - empty page

Hi @krisuf ,

did you find a solution?

There is information in the documentation about troubleshooting: https://github.com/daust/JasperReportsIntegration?tab=readme-ov-file#faq

Did you check that?

You can increase the debugging output in the log4j2 fr...

daust/JasperReportsIntegration

JasperReports Library 7.0

Thank you for the reminder. Will start working on it next week. Thank you for your patience.

daust/JasperReportsIntegration

JasperReports Library 7.0

Hi Marco,

I will do it ... when I am back from my vacation and have settled into a new location.

Currently still traveling the world :)

Best, Dietmar.

daust/JasperReportsIntegration

An error occured. Please contact your local administrator.

help wanted

My bad.

Forgot to paste the link ... here it is: FAQ-Troubleshooting

When you activate more detailed error messages and/or show them in the browser (disabled for security) you will get more details.

Best, Dietmar.

daust/JasperReportsIntegration

An error occured. Please contact your local administrator.

help wanted

We need more details for troubleshooting.
Try the following tips to enable more detailed logging. Or can you already see more in the logs of your application server? Which app server are you using btw?

daust/JasperReportsIntegration

JasperReports Library 7.0

Hi David, no. No planned timeline.

In August / September I could find some time to do it.
Please ping me again around the 15th of August.

Thank you
Dietmar.

daust/JasperReportsIntegration

Saving Jasper Report output

help wanted

Wonderful! Happy to hear that. :grin: :thumbsup:

daust/JasperReportsIntegration

Saving Jasper Report output

help wanted

Please try to use an absolute path for the filename:
Greenshot 2024-04-23 16.27.11.png

And yes, I could figure this out and get a better error message :laughing:

daust/JasperReportsIntegration

What is the best way to use JRI in a docker container

help wanted answered

Should work, do you face any specific challenges, i.e. do you get an error message?

daust/JasperReportsIntegration

Enable client to send report directly to it's printer

Hi,

well, I guess not.

The way it works is that the printing is done from the application server, in your case on the machine hosting the ORDS or Tomcat server. This server will have a printer attached (either physically or through the network). JRI ca...

daust/JasperReportsIntegration

JasperReportsIntegration-2.4.0.0 Dont Work with Oracle21c XE

Hi @oegidio,

thank you for the feedback and finding a solution!

All the best
~Dietmar.

daust/JasperReportsIntegration

Saving Jasper Report output

help wanted

Sure,

simply use the function get_report() instead of show_report(). It will return a blob which you can simply insert into the database.

Best,
~Dietmar.

daust/JasperReportsIntegration

Report the is blank

hi @robertopz,

hhhhmmm. Looks alright so far.

Are you certain, that the blob which is returned, contains the correct PDF?

Can you please try to display it in the browser to make sure the PDF is correct?

Please use the following code instead of se...

daust/JasperReportsIntegration

JRI Path Reports to S3 on AWS

Hi @oegidio,

good question.
Is it possible to "mount" the AWS directory as a regular filesystem on your Tomcat server?
Then you can use the reportsPath parameter in the application.properties configuration file:

# report definition files will be looked...
daust/JasperReportsIntegration

JDBC Connection is becomes Inactive and Occupied the processes & Exceeds 400 limit

help wanted

Hi @lakshmis2022,

do you still have this issue?

Not exactly sure, how I can help here. I am using Oracle JDBC driver (ojdbc8.jar) and Universal Connection Pool (ucp.jar) for the connection pooling with this code:

Greenshot 2023-09-14 12.22.21.png

Thus, the connection pool is lim...

daust/JasperReportsIntegration

Problem calling jasper report from Apex.

Hi @Hcalderonq,

it seems like you are running into the issue as described in the FAQ/Troubleshooting section: https://github.com/daust/JasperReportsIntegration#faq

Screenshot FAQ

Does that help?
Best
~Dietmar.

daust/JasperReportsIntegration

Multiple file output

Hi @yk652,

please elaborate a bit on your use case, I don't fully understand it yet.

In the browser, you can only display one PDF at the time.
Thus, do you want to ...

  1. Print several files directly to a printer?
  2. Store several files on t...
daust/JasperReportsIntegration

Weblogic jndi data source setup ?

Wonderful!!!

Thank you for raising it and improving the project. I will update the documentation to clarify the usage on Weblogic. I typically use my built-in connection pool through the application.properties file only.

Thanks again
~Dietmar.

daust/JasperReportsIntegration

Weblogic jndi data source setup ?

I could make it work on my system.
I had to change this setting in the application.properties file though:

jndiPrefix=

Give it a try, Dietmar.