Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Image/Chart not coming in HTML
imshweta
Currently we are facing a problem in displaying images using BIRT reports, if the reports are rendered in html format. In pdf format they render absolutely fine.
We are using Pentaho BI Platform 1.6.0.GA.863, deployed using apache-tomcat-5.5.27 server in a UNIX machine. For reports we have integrated BIRT 2.
Earlier the application was deployed using JBoss 4x (Our localhost is still using the same) and the reports were rendering fine in both HTML and PDF form. In our localhost the reports are still running fine.
This is not a context related problem as In BIRT images can be added to the report in any of the following ways:
1) using a URL to access an image on another server
2) using a relative path if the images are present on your own server
3) using a data query for getting images stored in the DB (as CLOB)
4) embedding the image inside the report (in which case the image is stored as UNICODE inside the report design and rendered at runtime)
I have tried to add the image in all these ways but the image doesn?t come on the html page on the server. On localhost it runs fine. On the browser when I do View source to see the generated html, though the img tag is present there is no src element present in it, hence the image doesn?t display. So the problem is not in finding the image but somehow the html emitter for the report is not able to create the src element of the img tag while rendering the report.
ANY HELP WILL BE GREAT !!!
Find more posts tagged with
Comments
There are no comments yet