Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 08:59 Go to next message
Antje Kuehn is currently offline Antje KuehnFriend
Messages: 1
Registered: March 2013
Junior Member
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 261 times)
Re: Birt Viewer: Firts launch takes a long time [message #1029593 is a reply to message #1027671] Fri, 29 March 2013 22:41 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

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: Fri Apr 26 08:12:52 GMT 2024

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

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

Back to the top