It's all about the answers!

Ask a question

BIRT Loading error in RTC


Abhinav Mishra (1443039) | asked Sep 29 '14, 7:32 a.m.
Hi,
After deploying the BIRT report file in RTC ,while trying to fetch/run it via RTC web client seamlessly its showing me
Loading..... 

RTC version :4.0.3
BIRT  ; 2.6.2


Any solution to overcome this problem

Comments
Donald Nong commented Sep 30 '14, 2:36 a.m.

I would suggest you use Firebug or something similar to find out what is being sent to/from the server after you "run" the report.

Accepted answer


permanent link
Krzysztof Kaźmierczyk (7.4k374103) | answered Sep 29 '14, 8:23 a.m.
Hi Abhinav,
You can try debugging the report in following way:
1. Narrow down the report to e.g reduce number of work items displayed there
2. If this does not help, you can add following line in the report e.g. in onFetch() method:
java.lang.System.out.println("ROW: " + row["WHATEVER_COLUMN"] + ", " + row["WHATEVER_COLUMN"]);
Then this will be logged to your WAS sysout.log file.
Abhinav Mishra selected this answer as the correct answer

Comments
Kevin Ramer commented Sep 29 '14, 2:47 p.m.

2 will require that you either have access to the RTC host or those who can will provide you the information.


Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.