Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » Jubula export not working(Jubula export not working while using Oracle database)
Jubula export not working [message #1406827] Mon, 11 August 2014 07:50 Go to next message
Ranjeet Gupta is currently offline Ranjeet GuptaFriend
Messages: 10
Registered: July 2014
Junior Member
Hi,

I am using oracle database for jubula.I am trying to export my project but It could not exported project except libraries.
it shows exporting massage then finishing message for libraries.But for project it is showing only exporting message no finishing message.
eg--
Exporting unbound_modules_html_7.2.xml...
Finished exporting unbound_modules_html_7.2.xml.
Exporting unbound_modules_rcp_7.2.xml...
Finished exporting unbound_modules_rcp_7.2.xml.
Exporting unbound_modules_concrete_7.2.xml...
Finished exporting unbound_modules_concrete_7.2.xml.
Exporting unbound_modules_swt_7.2.xml...
Finished exporting unbound_modules_swt_7.2.xml.
Exporting unbound_modules_mobile_7.2.xml...
Finished exporting unbound_modules_mobile_7.2.xml.
Exporting unbound_modules_iOS_7.2.xml...
Finished exporting unbound_modules_iOS_7.2.xml.
Exporting DEMO_1.0.xml...

please Let me help.


Thanks,
ranjeet

[Updated on: Mon, 11 August 2014 08:05]

Report message to a moderator

Re: Jubula export not working [message #1406883 is a reply to message #1406827] Mon, 11 August 2014 10:51 Go to previous messageGo to next message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
Can you add the client log entry as well as your platform information?

Thanks,
Alex
Re: Jubula export not working [message #1406896 is a reply to message #1406883] Mon, 11 August 2014 11:43 Go to previous messageGo to next message
Ranjeet Gupta is currently offline Ranjeet GuptaFriend
Messages: 10
Registered: July 2014
Junior Member
Hi,
You asked for client log entry so i have attached that.
And my platform information is-Window7(64 bits OS),RAM-4 GB,Processor-Intel(R)Core(TM)i5-3470 [email]CPU@3.20GHz

please let me know root cause.
Thanks,
Ranjeet


  • Attachment: client.log
    (Size: 9.51MB, Downloaded 150 times)

[Updated on: Mon, 11 August 2014 11:44]

Report message to a moderator

Re: Jubula export not working [message #1407261 is a reply to message #1406896] Tue, 12 August 2014 07:59 Go to previous messageGo to next message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
Hi,

Thanks for the log. I should have been more specific - can you attach the log excerpt for the problem when it happens? The log you added contains a lot of information.
You can do this easily by deleting the log file from your home/jubula directory (when Jubula is not running) then starting Jubula, causing the error, then coying the log file.

Best regards,
Alex
Re: Jubula export not working [message #1407263 is a reply to message #1407261] Tue, 12 August 2014 08:01 Go to previous messageGo to next message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
Wait, I found it. It's an out of memory problem. How big is the project? You can increase the memory for the ITE in the config.ini.
Re: Jubula export not working [message #1407311 is a reply to message #1407263] Tue, 12 August 2014 09:56 Go to previous messageGo to next message
Ranjeet Gupta is currently offline Ranjeet GuptaFriend
Messages: 10
Registered: July 2014
Junior Member
Hi,

Thanks Alex.
I do not know how to increase the memory?
Shall i add "-Xmx1024m \" to the config.ini for increase the memory of ITE ?


I have added following things to config.ini but still i am not able to export my project.-
-Xms1024m
-Xmx2048m
-XX:MaxPermSize=1024m

Thanks and Regards,
Ranjeet

[Updated on: Wed, 13 August 2014 09:49]

Report message to a moderator

Re: Jubula export not working [message #1407718 is a reply to message #1407311] Wed, 13 August 2014 09:48 Go to previous messageGo to next message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
Hi,

I'm going to admit that I'm not the expert on increasing memory Wink if you can't check with someone at your company how to do it, then ping again and I'll check here.

Best regards,
Alex
Re: Jubula export not working [message #1407724 is a reply to message #1407718] Wed, 13 August 2014 09:51 Go to previous messageGo to next message
Ranjeet Gupta is currently offline Ranjeet GuptaFriend
Messages: 10
Registered: July 2014
Junior Member
Hi ALEX,

I have added following things to config.ini but still i am not able to export my project.-
-Xms1024m
-Xmx2048m
-XX:MaxPermSize=1024m

Please check it how to do.

Thanks and Regards,
Ranjeet

[Updated on: Wed, 13 August 2014 09:52]

Report message to a moderator

Re: Jubula export not working [message #1407739 is a reply to message #1407718] Wed, 13 August 2014 10:31 Go to previous messageGo to next message
Ranjeet Gupta is currently offline Ranjeet GuptaFriend
Messages: 10
Registered: July 2014
Junior Member
Hi ALEX,

Thanks lot.
After increasing the memory in jubula.ini,Export problem had resoved.

Thanks and Regards,
Ranjeet

[Updated on: Wed, 13 August 2014 10:32]

Report message to a moderator

Jubula crashes my project. [message #1407745 is a reply to message #1407724] Wed, 13 August 2014 10:57 Go to previous messageGo to next message
Ranjeet Gupta is currently offline Ranjeet GuptaFriend
Messages: 10
Registered: July 2014
Junior Member
Hi Alex,

I am using jubula 7.2 to test 350 test cases and using Oracle Data Base.I have seen that after 300-330 test cases,my application gets crashed due to memory leakage problem.I have used java profiler to check the memory leakage.after this I have seen that its releasing objects of my project but jubula related objects(Huge number of Objects) do not get released.Same application I have used without jubula plugins for same number of test cases,it does not crash my application.
So I am attaching snap shot of memory leakage.There is one more things that whenever I am using jubula plugins in my application "org.eclipse.swt.widgets.TypedListener" also create huge number of objects which are also not getting released.Without jubula plugins these objects always get released.
I think, it is a memory leakage related Bug in jubula.

Thanks and Regards,
Ranjeet

[Updated on: Wed, 13 August 2014 10:59]

Report message to a moderator

Re: Jubula crashes my project. [message #1407749 is a reply to message #1407745] Wed, 13 August 2014 11:08 Go to previous messageGo to next message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
Ranjeet,

Thank you for looking into this. It would be a great help if you could enter a ticket into the Eclipse Bugzilla for this with the information you have provided here.

Thanks again for your assistance! Smile
Best regards,
Alex
Re: Jubula crashes my project. [message #1407750 is a reply to message #1407749] Wed, 13 August 2014 11:08 Go to previous messageGo to next message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
Crosslink to solution:
https://www.eclipse.org/forums/index.php/t/798975/
Re: Jubula crashes my project. [message #1504402 is a reply to message #1407750] Tue, 09 December 2014 08:16 Go to previous messageGo to next message
Jurjen Hofstra is currently offline Jurjen HofstraFriend
Messages: 65
Registered: March 2013
Member
Hello peoples,

After running a large test, oracle reports an outof memory exception:
Exception in thread "LockManger.KeepAlive" java.lang.OutOfMemoryError: GC overhead limit exceeded
at oracle.jdbc.driver.OraclePreparedStatement.initializeBinds(OraclePreparedStatement.java:1439)

Is this also solvable through increasing the memory in the conig.ini? And if so, how can i do that?

kind regards,

Jurjen
Re: Jubula crashes my project. [message #1504623 is a reply to message #1504402] Tue, 09 December 2014 12:08 Go to previous messageGo to next message
Oliver Goetz is currently offline Oliver GoetzFriend
Messages: 219
Registered: May 2011
Senior Member
Hi,

have you already tried to use the 64bit version of Jubula? Increasing the memory may work up to some point where you reach the physical limits. You can increase the Memory in the jubula.ini which is located in the Installation folder.
What exactly do you mean by saying "large test"? What exactly are you trying to do/achieve? Another solution may be to split your tests into several Test Suites and execute them in one Test Job.
If you Need further help/guidance don´t hesitate to contact us via our homepage.
Regards
Oliver
Re: Jubula crashes my project. [message #1507123 is a reply to message #1504623] Thu, 11 December 2014 10:32 Go to previous message
Jurjen Hofstra is currently offline Jurjen HofstraFriend
Messages: 65
Registered: March 2013
Member
Hi Oliver,

I use Jubula 8 on Windows 7 Professional 64bit with Oracle express 11g.
I have one testsuite containing 130 testcases.
The test takes usually 6 to 9 hours to run.
The number of screenshot is slightly more than 200.
The execution log htm is 50 MB large.
But of course the test is continuously growing...

Thank you for the answer; I 'll take a look at Test Jobs.

kind regards,

Jurjen
Previous Topic:Jubula doesnt record my Project
Next Topic:MySQL troubles - table node does not exist
Goto Forum:
  


Current Time: Fri Mar 29 10:51:12 GMT 2024

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

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

Back to the top