Skip to main content



      Home
Home » Archived » BIRT » No chart in the Report viewer
No chart in the Report viewer [message #213685] Wed, 24 January 2007 09:15 Go to next message
Eclipse UserFriend
Originally posted by: sherpavert.free.fr

Hi
Using BIRT 211, I have designed a (very) simple report with a line chart,
and, below, the corresponding table. The datasource is Cloudscape JDBC
(via JNDI when I run the report viewer in WebSphere 5.1). The dataset is a
simple 2 columns table.
When I run the report in eclipse, no problem. When I run it from the
report viewer (correctly installed, examples run ok), the table is ok (so
data access is ok, websphere trace shows that JNDI is correctly used) but
the chart does not appear. No error in the websphere log. I turn to FINEST
the report log, no error in the report log !
What can i do to get my chart ! Thanks for any idea !
Sherp
Re: No chart in the Report viewer [message #213742 is a reply to message #213685] Wed, 24 January 2007 12:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: home4slc.pacbell.net

Hi,

I experienced this problem as well and created bugzilla 169873.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=169873

The suggested workaround doesn't make sense to me however - the same
code already exists in the WebViewer application itself.

One workaround is to use BIRT 2.2 with WAS 5.1 - I've verified that the
chart image appears with this combination using the WebViewer application.

Regards,

Susan

Sherp wrote:
> Hi
> Using BIRT 211, I have designed a (very) simple report with a line
> chart, and, below, the corresponding table. The datasource is Cloudscape
> JDBC (via JNDI when I run the report viewer in WebSphere 5.1). The
> dataset is a simple 2 columns table.
> When I run the report in eclipse, no problem. When I run it from the
> report viewer (correctly installed, examples run ok), the table is ok
> (so data access is ok, websphere trace shows that JNDI is correctly
> used) but the chart does not appear. No error in the websphere log. I
> turn to FINEST the report log, no error in the report log !
> What can i do to get my chart ! Thanks for any idea !
> Sherp
>
Re: No chart in the Report viewer [message #213787 is a reply to message #213742] Wed, 24 January 2007 14:45 Go to previous messageGo to next message
Eclipse UserFriend
Have you tried to use 2.1.2?

Thanks,

David

> Hi,
>
> I experienced this problem as well and created bugzilla 169873.
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=169873
>
> The suggested workaround doesn't make sense to me however - the same
> code already exists in the WebViewer application itself.
>
> One workaround is to use BIRT 2.2 with WAS 5.1 - I've verified that
> the chart image appears with this combination using the WebViewer
> application.
>
> Regards,
>
> Susan
>
> Sherp wrote:
>
>> Hi
>> Using BIRT 211, I have designed a (very) simple report with a line
>> chart, and, below, the corresponding table. The datasource is
>> Cloudscape
>> JDBC (via JNDI when I run the report viewer in WebSphere 5.1). The
>> dataset is a simple 2 columns table.
>> When I run the report in eclipse, no problem. When I run it from the
>> report viewer (correctly installed, examples run ok), the table is ok
>> (so data access is ok, websphere trace shows that JNDI is correctly
>> used) but the chart does not appear. No error in the websphere log. I
>> turn to FINEST the report log, no error in the report log !
>> What can i do to get my chart ! Thanks for any idea !
>> Sherp
Re: No chart in the Report viewer [message #213795 is a reply to message #213685] Wed, 24 January 2007 14:48 Go to previous messageGo to next message
Eclipse UserFriend
If your app server runs on Unix, you might want to set the headless option.
See the chart FAQ on the wiki for details http://wiki.eclipse.org/index.php/BIRT/FAQ/Charts2.1#Charts_ not_rendering_on_Unix_systems
.. Otherwise I would suggest upgrading to 2.1.2 to see if it solves the problem.

Thanks,

David

> Hi
> Using BIRT 211, I have designed a (very) simple report with a line
> chart,
> and, below, the corresponding table. The datasource is Cloudscape JDBC
> (via JNDI when I run the report viewer in WebSphere 5.1). The dataset
> is a
> simple 2 columns table.
> When I run the report in eclipse, no problem. When I run it from the
> report viewer (correctly installed, examples run ok), the table is ok
> (so
> data access is ok, websphere trace shows that JNDI is correctly used)
> but
> the chart does not appear. No error in the websphere log. I turn to
> FINEST
> the report log, no error in the report log !
> What can i do to get my chart ! Thanks for any idea !
> Sherp
Re: No chart in the Report viewer [message #213835 is a reply to message #213787] Wed, 24 January 2007 17:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: home4slc.pacbell.net

Hi David,

I did try 2.1.2. It does not work for me on either 2.1.1 or 2.1.2, just
2.2.

Thanks,

Susan

David Michonneau wrote:

> Have you tried to use 2.1.2?
>
> Thanks,
>
> David
>
>> Hi,
>>
>> I experienced this problem as well and created bugzilla 169873.
>>
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=169873
>>
>> The suggested workaround doesn't make sense to me however - the same
>> code already exists in the WebViewer application itself.
>>
>> One workaround is to use BIRT 2.2 with WAS 5.1 - I've verified that
>> the chart image appears with this combination using the WebViewer
>> application.
>>
>> Regards,
>>
>> Susan
>>
>> Sherp wrote:
>>
>>> Hi
>>> Using BIRT 211, I have designed a (very) simple report with a line
>>> chart, and, below, the corresponding table. The datasource is
>>> Cloudscape
>>> JDBC (via JNDI when I run the report viewer in WebSphere 5.1). The
>>> dataset is a simple 2 columns table.
>>> When I run the report in eclipse, no problem. When I run it from the
>>> report viewer (correctly installed, examples run ok), the table is ok
>>> (so data access is ok, websphere trace shows that JNDI is correctly
>>> used) but the chart does not appear. No error in the websphere log. I
>>> turn to FINEST the report log, no error in the report log !
>>> What can i do to get my chart ! Thanks for any idea !
>>> Sherp
>
>
>
Re: No chart in the Report viewer [message #213851 is a reply to message #213742] Wed, 24 January 2007 18:30 Go to previous messageGo to next message
Eclipse UserFriend
Hi
We are not using WAS 5.1 anymore. So I tried it with BIRT 2.2M4 and WAS
6.0. The same problem persists.
The simple chart is displayed without any problem in eclipse environment and
when run on WAS 6.0 the data displays properly( so no problem connecting to
DB2 and fetching data) only the chart is missing and there is a big blank
space where the chart should be displayed.

Regards,
zorro



"Susan Cline" <home4slc@pacbell.net> wrote in message
news:ep84g0$nu9$1@utils.eclipse.org...
> Hi,
>
> I experienced this problem as well and created bugzilla 169873.
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=169873
>
> The suggested workaround doesn't make sense to me however - the same code
> already exists in the WebViewer application itself.
>
> One workaround is to use BIRT 2.2 with WAS 5.1 - I've verified that the
> chart image appears with this combination using the WebViewer application.
>
> Regards,
>
> Susan
>
> Sherp wrote:
>> Hi
>> Using BIRT 211, I have designed a (very) simple report with a line chart,
>> and, below, the corresponding table. The datasource is Cloudscape JDBC
>> (via JNDI when I run the report viewer in WebSphere 5.1). The dataset is
>> a simple 2 columns table.
>> When I run the report in eclipse, no problem. When I run it from the
>> report viewer (correctly installed, examples run ok), the table is ok (so
>> data access is ok, websphere trace shows that JNDI is correctly used) but
>> the chart does not appear. No error in the websphere log. I turn to
>> FINEST the report log, no error in the report log !
>> What can i do to get my chart ! Thanks for any idea !
>> Sherp
>>
Re: No chart in the Report viewer [message #213982 is a reply to message #213795] Thu, 25 January 2007 05:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sherpavert.free.fr

Thank you for responses.
I saw the bugzilla 169873, but for me the problem is the same with
WebSphere v6.0 !
I'm working in windows until now, and will try 2.2 this afternoon
Re: No chart in the Report viewer [message #214172 is a reply to message #213982] Thu, 25 January 2007 15:38 Go to previous message
Eclipse UserFriend
Did you try 2.1.2?

Thanks,

David

> Thank you for responses.
> I saw the bugzilla 169873, but for me the problem is the same with
> WebSphere v6.0 !
> I'm working in windows until now, and will try 2.2 this afternoon
Previous Topic:Creating a sql select with an IN clause
Next Topic:Unable to View Report in Viewer
Goto Forum:
  


Current Time: Tue Jul 22 14:52:33 EDT 2025

Powered by FUDForum. Page generated in 0.07072 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top