Birt Viewer: Firts launch takes a long time [message #1027671] |
Wed, 27 March 2013 04:59  |
Eclipse User |
|
|
|
Hi,
I use the BIRT viewer into an eclipse rcp application:
WebViewer.startup();
HashMap<String, String> myparms = new HashMap<String, String>();
myparms.put("SERVLET_NAME_KEY", "frameset");
myparms.put("FORMAT_KEY", WebViewer.HTML);
myparms.put("ALLOW_PAGE", "false");
WebViewer.display(reportPath, browser, myparms);
After starting the application, the first launch of the viewer takes a very long time. (s. Attachement)
The log output to the console displays a lot of javaScript issues appearing only on the first call to the Viewer.
I would like to understand what is happening. Can someone help me?
Can someone give me some advice how you can speed up the first opening of the Viewer?
Are the calls really all needed or is there a way to reduce them?
I use BIRT 3.7.2 and Eclipse Indigo
Thank you for your help!
Attachment: Birt_log.txt
(Size: 82.33KB, Downloaded 290 times)
|
|
|
Re: Birt Viewer: Firts launch takes a long time [message #1029593 is a reply to message #1027671] |
Fri, 29 March 2013 18:41  |
Eclipse User |
|
|
|
When the Viewer is started the first time, it takes a bit of time (couple of seconds). BIRT runs the viewer on the Jetty plugin. How long is yours taking to start. Those messages I believe are the jetty http request logging messages. I did not see any errors in them though.
Jason
|
|
|
Powered by
FUDForum. Page generated in 0.02864 seconds