Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » BIRT Report Crashes Eclipse(Unable to edit or read a BIRT report because Eclipse freezes every time I try to load a 1MB BIRT report.)
icon4.gif  BIRT Report Crashes Eclipse [message #1711427] Thu, 15 October 2015 22:22 Go to next message
Bailey Malone is currently offline Bailey MaloneFriend
Messages: 1
Registered: October 2015
Junior Member
Hello,

I'm new to working with BIRT reports in Eclipse, and I'm having an issue that I have been unable to figure out. I only run into this issue with a report that is (1) larger than other reports I can load just fine (it's 1MB in size), and (2) contains both charts and tables.

Every single time I try and load this large report, Eclipse freezes and never recovers. I always have to force it to close. I attached a screenshot of an error modal that pops up after I force a close. Maybe 5% of the time after I try over and over, the report will load, but the majority of the time it simply stays frozen. I'm suspecting it's trying to fetch all the data from the MySQL data sets, but I don't actually know if this is true.

This is my eclipse.ini file in case this is useful:

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120522-1813
-product
org.eclipse.epp.package.reporting.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
2048M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
2048m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-Xms2048m
-Xmx3072m



Has anyone else run into this, or have any suggestions?

I tried running Eclipse with the -clean argument, as well, but the problem persists.


I appreciate your time.
Re: BIRT Report Crashes Eclipse [message #1711547 is a reply to message #1711427] Sat, 17 October 2015 04:52 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
It's best to ask about BIRT on the eclipse.birt forum.

Do you know which version of Java is being used? Your permsize seems
excessively large; Java 1.8 ignores this option. Your stack size also
seems excessively large. This could be a problem is there are many
threads. You might try making the heap bigger and the stacks much smaller.

On 17/10/2015 2:54 AM, Bailey Malone wrote:
> Hello,
>
> I'm new to working with BIRT reports in Eclipse, and I'm having an issue that I have been unable to figure out. I only run into this issue with a report that is (1) larger than other reports I can load just fine (it's 1MB in size), and (2) contains both charts and tables.
>
> Every single time I try and load this large report, Eclipse freezes and never recovers. I always have to force it to close. I attached a screenshot of an error modal that pops up after I force a close. Maybe 5% of the time after I try over and over, the report will load, but the majority of the time it simply stays frozen. I'm suspecting it's trying to fetch all the data from the MySQL data sets, but I don't actually know if this is true.
>
> This is my eclipse.ini file in case this is useful:
>
> -startup
> plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
> --launcher.library
> plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120522-1813
> -product
> org.eclipse.epp.package.reporting.product
> --launcher.defaultAction
> openFile
> --launcher.XXMaxPermSize
> 2048M
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 2048m
> --launcher.defaultAction
> openFile
> -vmargs
> -Dosgi.requiredJavaVersion=1.5
> -Dhelp.lucene.tokenizer=standard
> -Xms2048m
> -Xmx3072m
>
>
> Has anyone else run into this, or have any suggestions?
>
> I tried running Eclipse with the -clean argument, as well, but the problem persists.
>
>
> I appreciate your time.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:How to share a project programmatically?
Next Topic:Create WorkbenchWindow as Modal
Goto Forum:
  


Current Time: Tue Mar 19 03:43:11 GMT 2024

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

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

Back to the top