Jump to content
We've recently updated our Privacy Statement, available here ×

AWS server upgrade to 7.1 breaks all images


jf

Recommended Posts

We are currently running JasperSoft 6.4.2 hourly on AWS and when we upgrade to 7.1 we get errors after data import. 

These are the errors we experience in 7.1: 

``` 
Previously (6.4.2) we used this expression to load images: "/organizations/organization_1/Resources/Images/" + $P{REPORT_CONNECTION}.getCatalog() + "_logo.png" 

but it doesn't work any more and we get this error: 
(net.sf.jasperreports.engine.JRException: Byte data not found) 

in order to solve the issue we change the expression to "repo:" + $P{REPORT_CONNECTION}.getCatalog() + "_logo.png, uploaded the images as resource for each report and then it works. 
``` 

This is how ever not a viable solution as it is extremely time consuming. 
Any solution to this? 
Thank you 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...