Visualize.js rendering image

Hello,

in my web app I use visualize.js to render a report in html format. Sometimes the image embedded in the report aren't rendering. The image is like "repo:/Images/myImage.gif"

ibedini's picture
80
Joined: Nov 30 2015 - 3:53am
Last seen: 1 year 10 months ago

Are you currently seeing the image in your report when you view it in JRS? Any additional details, files, screenshots would be helpful.

dpetzold - 6 years 4 months ago

Yes, I see the image when view it in JRS. The image sometimes is missing when I call the report via Visualize.js. For example, if I change the report page, the image come back

ibedini - 6 years 4 months ago

2 Answers:

It could be a baseUrl problem. Do you have any value specified for deploy.base.url in js.config.properties file in JRS WAR/WEB-INF? If no, try pointing it to the location of JRS deployment

Friendly User's picture
Joined: Oct 8 2009 - 5:59am
Last seen: 2 weeks 4 days ago

Hello,

my deploy.base.url is this.

# Control links in hypermedia documents
# for example: deploy.base.url=http://bi.example.com
# right now works only for home page
# if empty then use request url
deploy.base.url=

 

 

I don't understand what value must be; my server is on intranet, deploy.base.url must be like this http://myserverName? Or must be http://myserverName:8080/jasperserver-pro?

ibedini's picture
80
Joined: Nov 30 2015 - 3:53am
Last seen: 1 year 10 months ago
Feedback
randomness