Skip to main content



      Home
Home » Archived » BIRT » Birt Viewer: Firts launch takes a long time
Birt Viewer: Firts launch takes a long time [message #1027671] Wed, 27 March 2013 04:59 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:read rptdocument outside birt report viewer
Next Topic:Graph contains 4 marker lines, some not needed
Goto Forum:
  


Current Time: Thu Apr 24 04:12:59 EDT 2025

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

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

Back to the top