Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » Loading Project need Ten minutes or more, is it nomal?
Loading Project need Ten minutes or more, is it nomal? [message #1763619] Thu, 18 May 2017 04:01 Go to next message
wang shengli is currently offline wang shengliFriend
Messages: 5
Registered: October 2016
Junior Member
My jubula project has 1500 testcases, The application is based on javaFX technology.It takes twenty minutes to load the testcase through the command ,In addition,4G memory is not enough for executing testcases.
Is there any way to solve these two problems?
Re: Loading Project need Ten minutes or more, is it nomal? [message #1763727 is a reply to message #1763619] Fri, 19 May 2017 06:56 Go to previous messageGo to next message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
Hi Wang,

my first suspicion is the database - which one are you using? If you are using the H2 embedded database (which will be the case if you have not configured anything else), then that will be the reason. H2 is not meant for productive use because it scales badly. I that case, you should switch to e.g. an Oracle database.

Best regards,
Alex
Re: Loading Project need Ten minutes or more, is it nomal? [message #1763806 is a reply to message #1763727] Sat, 20 May 2017 01:56 Go to previous messageGo to next message
wang shengli is currently offline wang shengliFriend
Messages: 5
Registered: October 2016
Junior Member
Hi Alex,
The database is Oracle(win64 12.1),the OS is windows server 2008 R2, and memory is 32G, I think this is enough for managing testcase.
Another question is that 4G memory is not enough for executing testcases. This problem is more serious.Hope to get your help.
Thanks!

[Updated on: Sat, 20 May 2017 01:57]

Report message to a moderator

Re: Loading Project need Ten minutes or more, is it nomal? [message #1763925 is a reply to message #1763806] Tue, 23 May 2017 05:48 Go to previous messageGo to next message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
Hi Wang,

Thanks for the information. One of the team will look at it soon, but we're in the middle of a holiday period, so it could take a little while. Thanks for your patience.

Best regards,
Alex
Re: Loading Project need Ten minutes or more, is it nomal? [message #1764377 is a reply to message #1763925] Mon, 29 May 2017 09:50 Go to previous messageGo to next message
Miklos Hartmann is currently offline Miklos HartmannFriend
Messages: 9
Registered: June 2016
Junior Member
Hi Wang

Does the problem happen during test execution or when loading the project? If it happens during loading the project then I don't have any quick idea what might cause the problems (we have projects with over 10,000 testcases, and they load within seconds). If the problem happens during test execution, then it may be caused by your AUT being a bit unfriendly to Jubula - something like this happened to one of our users. I don't want to go into the technical details, but the problem was that the AUT was generating a lot of Events, which were completely ignored by the AUT itself, but Jubula was interested in them, so this slowed down test execution enormously and finally caused an out-of-memory exception.

Without further information, I cannot really say more - please let me know if you still have this problem...

Best wishes,
Miklos
Re: Loading Project need Ten minutes or more, is it nomal? [message #1765411 is a reply to message #1764377] Fri, 09 June 2017 09:43 Go to previous messageGo to next message
wang shengli is currently offline wang shengliFriend
Messages: 5
Registered: October 2016
Junior Member
The problem happen during loading the project. There is a strange appearance, It need only 30s seconds when importing project,
May be jubula Client have to process complex dependency when reading dababase ?
Re: Loading Project need Ten minutes or more, is it nomal? [message #1765926 is a reply to message #1765411] Wed, 14 June 2017 13:40 Go to previous messageGo to next message
Marvin Mueller is currently offline Marvin MuellerFriend
Messages: 255
Registered: March 2012
Senior Member
Hi Wang

This seems really be a strange issue. Can you run a ANALZYE Table on all Tables of the Jubula database, maybe something is not up to date or something like this.
If this is also not helping, i am working out something so we might get more Information about it

thanks for your information

with regards
Marvin Mueller
Re: Loading Project need Ten minutes or more, is it nomal? [message #1767168 is a reply to message #1765926] Mon, 03 July 2017 03:03 Go to previous messageGo to next message
wang shengli is currently offline wang shengliFriend
Messages: 5
Registered: October 2016
Junior Member
Hi Alex
Thanks for your reply, I do not understand how to run a ANALZYE Table , Can you tell me the specific steps? My team is in trouble,because of this problem,Hope your help,

Thank you

[Updated on: Mon, 03 July 2017 03:23]

Report message to a moderator

Re: Loading Project need Ten minutes or more, is it nomal? [message #1767179 is a reply to message #1767168] Mon, 03 July 2017 08:58 Go to previous messageGo to next message
Marvin Mueller is currently offline Marvin MuellerFriend
Messages: 255
Registered: March 2012
Senior Member
Hi Wang,
Some more questions,
which version of jubula are you using?
is the Database located in the same network or it is located somewhere with a high ping?
We are using this SQL statement[1] the "testweek" there is the datbase schema name. Ask your database administrator for Help.
It sounds very odd that Jubula does need so much memory, the newest version 8.5 is most of the time very happy with around 1GB...

with regards
Marvin Mueller
[1] https://bitbucket.org/jubula/com.bredexsw.jubula.core/src/9e232e0b245c1a9004f3fb3531e1cbd4695c7431/org.eclipse.jubula.qa/Testenvironment/Scripts/reindex.sql?at=master&fileviewer=file-view-default
Re: Loading Project need Ten minutes or more, is it nomal? [message #1767186 is a reply to message #1767179] Mon, 03 July 2017 10:38 Go to previous messageGo to next message
Dominik Gabriel is currently offline Dominik GabrielFriend
Messages: 113
Registered: June 2013
Senior Member
Hi there,

i had also very long waiting time when i opened my project (loading project...) when i used jubula 8.4.1 but with Jubula 8.5 it got much better and the project is loading much faster now

best regard
dominik

[Updated on: Mon, 03 July 2017 10:39]

Report message to a moderator

Re: Loading Project need Ten minutes or more, is it nomal? [message #1768424 is a reply to message #1767186] Tue, 18 July 2017 13:59 Go to previous messageGo to next message
wang shengli is currently offline wang shengliFriend
Messages: 5
Registered: October 2016
Junior Member
1、Jubula version is 8.4.1,the latest 8.5 has the same problem
2、Jubula is located in the same network,had tried in the same PC Server, have nothing to change
3、had changed "jubula.ini" parameters -Xmx3096m

What makes me painful is there is no detailed log information.

Information:My first project was created by jubula 8.2,then updated to 8.2.2, 8.3 , 8.4.1. My automation grow with Jubula together.
Re: Loading Project need Ten minutes or more, is it nomal? [message #1769150 is a reply to message #1768424] Thu, 27 July 2017 06:54 Go to previous message
Marvin Mueller is currently offline Marvin MuellerFriend
Messages: 255
Registered: March 2012
Senior Member
Is there any reused Project missing also from a reused project a reused Project? This slows down project loading a lot.

Did you try to use the H2 database this one is normally slower, but if there are some network problems it is faster.

It also sounds odd that your jubula needs that much memory, do you have any custom plugins installed?

with regards
Marvin Mueller

Previous Topic:Select node in SWT Tree Table selects wrong node
Next Topic:H2 database connection login
Goto Forum:
  


Current Time: Fri Mar 29 14:58:26 GMT 2024

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

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

Back to the top