[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.birt] Report charts not displayed

At the end of our report there are some charts, which are not displayed.
Instead there is a message meaning timeout achieved (in case of our
system it's a German message "Zeitlimit für Verbindung erreicht").

The number of charts wich are not displayed is dependent on the data
used to create the chart. Each chart has one or two series. They are
line charts (X=time, Y=integer value). For each series there is one
value per day. Two years are no problem, but if there are more, than
chards vanish.

Our report engine is deployed in a JBoss. We are using an RCP client
which uses a browser widget to display the report.

If we want to export data to csv all data is available, even if the
charts aren't displayed.

Data is coming out of a MySQL database.

We have two servers with the same jboss, the same ReportEngine and the
same DBMS. One hast the problem, the other not.

Is there anyone who has an idea what to do, what we can try?

Thanks