Birt report - Crash when I edit dataset

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
3 posts • Page 1 of 1
ChristofferG
Posts:12
Joined: Thu Dec 17, 2015 8:50 am

Birt report - Crash when I edit dataset

Post by ChristofferG »

Hi ETM forum

I'm working on a project where i need to do some reporting. I got the SOAP connection running between WinCC OA 3.14, Ecipse Birt 4.5.0, Jave 7 update 80 all running in a VMWare 11 machine on Windows 2012 server.

I got a some DataSets working and I get some data into my report, but if I try to edit anything the DataSets, Eclipse crash with the error found i the attached file.

Any one having the same problem :dry: ?

Best Regard
Christoffer Image
Attachments
eclipseerror.png

Andorhal
Posts:127
Joined: Wed Nov 12, 2014 8:04 am

Re: Birt report - Crash when I edit dataset

Post by Andorhal »

Hello Christoffer.

I would assume 2 possibilities:

a) We introduced Thread Pooling in 3.14 for the reporting manager which sets a default limit for optimized performance and security.
Unfortunately BIRT opens up – especially during the data set editing – a lot of threads and tends not to close them in a timely manner.

If you set “NofThreads” to 25 in the reporting section of the config file you should be fine.

b) You have a Java Version problem, pls check if you have the correct version installed (its a 32-64bit matter).
It should match your eclipse/OS Version.

You can tell eclipse which version to use in the eclipse.ini:

Example:
-vm
C:\\Program Files\\Java\\jre1.8.0_65\\bin\\server\\jvm.dll


Best regards,
Robert

ChristofferG
Posts:12
Joined: Thu Dec 17, 2015 8:50 am

Re: Birt report - Crash when I edit dataset

Post by ChristofferG »

Hi Robert

Setting "NofThreads" to 25 works perfectly! Thanks a lot!

Best regards
Christoffer

3 posts • Page 1 of 1