BIRT runtime_2_1_2 and WebSphere 6 : charts not rendering [message #231883] |
Mon, 02 April 2007 16:13  |
Eclipse User |
|
|
|
Originally posted by: abose.yahoo.com
Hello,
I followed the procedure to build the birt.war and the ear file for my
BIRT report (rptdesign file), and deployed in WebSphere Application Server
(WAS) 6 running on Red Hat Linux 4.0. The report connects to a DB2
database, calculates some numbers and displays a pie chart and a table.
The table displays correctly but the pie chart does not show up on the
browser. I switched the type of Pie Chart in the rptdesign file from SVG
to JPG to see if it was the SVG plugin in Internet Explorer that might be
causing it. But, the same problem occurs.
Has anyone come across this problem ? Basically, any pie chart or x-y
plots are not displaying but the tables are.
The report displays correctly when I run them from my Eclipse+BIRT
environment.
Thanks!
A. Bose
|
|
|
Re: BIRT runtime_2_1_2 and WebSphere 6 : charts not rendering [message #243649 is a reply to message #231883] |
Wed, 20 June 2007 15:50  |
Eclipse User |
|
|
|
Originally posted by: remkus.wideopenwest.com
You may need to create an images folder under your app_install_root if
you hadn't updated the web.xml file in the birt.war
The runtime wants to stow the chart images in a directory referred to by
the BIRT_VIEWER_IMAGE_DIR parameter in web.xml which defaults to the
app_install_root/images directory. If your WebSphere server has J2EE
security enabled, you'll need to make sure that the appropriate
permissions are assigned in the was.policy file. If you're
encountering permissions problems, you should see evidence of that in
the SystemOut.log
A. Bose wrote:
> Hello,
> I followed the procedure to build the birt.war and the ear file for my
> BIRT report (rptdesign file), and deployed in WebSphere Application
> Server (WAS) 6 running on Red Hat Linux 4.0. The report connects to a
> DB2 database, calculates some numbers and displays a pie chart and a
> table. The table displays correctly but the pie chart does not show up
> on the browser. I switched the type of Pie Chart in the rptdesign file
> from SVG to JPG to see if it was the SVG plugin in Internet Explorer
> that might be causing it. But, the same problem occurs.
> Has anyone come across this problem ? Basically, any pie chart or x-y
> plots are not displaying but the tables are.
> The report displays correctly when I run them from my Eclipse+BIRT
> environment.
> Thanks!
> A. Bose
>
|
|
|
Powered by
FUDForum. Page generated in 0.06351 seconds