Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Jenkins Maven CI RCPTT Job failing
Jenkins Maven CI RCPTT Job failing [message #1707903] Thu, 10 September 2015 10:48 Go to next message
Jeevan Rex is currently offline Jeevan RexFriend
Messages: 80
Registered: March 2015
Location: Bangalore
Member
Hi,

I get the following error, when I run RCPTT in Jenkins server using Maven.
[INFO] Fail 2 (46) processed. 1 failed. spent: 10:30, 112:52 mins remaining. RcpttTest_CloneFuses_RegionInfo. time: 616080ms  Cause: Execution timed out after 300 seconds
[INFO] 
[INFO] 
[INFO] Connection to AUT is not available. Restarting AUT.
[INFO] 
[INFO] 
[INFO] AUT-0:Restarting (restartId=1)
[INFO] AUT-0:Product: com.company.qti.project.rcp.project_product
[INFO] AUT-0:Application: com.company.qti.project.rcp.application
[INFO] AUT-0:Architecture: x86_64
[INFO] 64bit arch is selected because AUT uses launcher library
[INFO] 	"plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140116-2212" specified in config file: project.ini
[INFO] /local/mnt/workspace/jenkins-slave/workspace/Test-app-Harshini-TrunkBuildTest/rcptttests/target/aut-ws: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog
[INFO] /local/mnt/workspace/jenkins-slave/workspace/Test-app-Harshini-TrunkBuildTest/rcptttests/target/aut-ws: AUT VM arguments: -Dosgi.requiredJavaVersion=1.7 -Xms40m -Xmx1024m -XX:MaxPermSize=512m -Declipse.vm=project.bin
[INFO] Trying to use VM from application's ini file: /prj/iceng/project1/shared/tooling/linux/jdk1.7.0_10/bin
[INFO] Unknown file system layout of Java VM from ini file
[INFO] Fail 3 (46) processed. 2 failed. spent: 10:47, 115:55 mins remaining. RcpttTest_Clone_RegionInfo_multipleTarget. time: 16588ms  Cause: Connection is not Available
[INFO] AUT-0: Launch failed. Reason: No launch for configuration: AUT_1
[INFO] AUT-0: For more information check AUT output at '/local/mnt/workspace/jenkins-slave/workspace/Test-app-Harshini-TrunkBuildTest/rcptttests/target/results/aut-console-0_console.log'
[ERROR] Exception in thread "AUT-Worker-0" java.lang.RuntimeException: AUT-0: Launch failed. Reason: No launch for configuration: AUT_1
[ERROR] 	at org.eclipse.rcptt.runner.util.AutThread.launchAut(AutThread.java:460)
[ERROR] 	at org.eclipse.rcptt.runner.util.AutThread.restart(AutThread.java:479)
[ERROR] 	at org.eclipse.rcptt.runner.util.ResultsHandler.restartAutWithMessage(ResultsHandler.java:74)
[ERROR] 	at org.eclipse.rcptt.runner.util.ResultsHandler.testCompleted(ResultsHandler.java:58)
[ERROR] 	at org.eclipse.rcptt.runner.ScenarioRunnable.run(ScenarioRunnable.java:101)
[ERROR] 	at org.eclipse.rcptt.runner.util.AutThread.run(AutThread.java:137)
[ERROR] Caused by: org.eclipse.core.runtime.CoreException: No launch for configuration: AUT_1
[ERROR] 	at org.eclipse.rcptt.runner.util.AutThread.launchAut(AutThread.java:436)
[ERROR] 	... 5 more
[INFO] Skip remaining: AUT is not available
[INFO] Failed Tests:
[INFO] RcpttTest_CloneFuses_RegionInfo
[INFO] RcpttTest_Clone_RegionInfo_multipleTarget
[INFO] Process terminated. Shut down AUTs
[ERROR] Job found still running after platform shutdown.  Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.debug.core.DebugPlugin$EventDispatchJob
[INFO] Runner exit code is: 56
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:

It happened once, I tried to re-run and the error disappeared. What may be the cause for the issue?

Thank you
Jeevan

[Updated on: Thu, 10 September 2015 11:56]

Report message to a moderator

Re: Jenkins Maven CI RCPTT Job failing [message #1708495 is a reply to message #1707903] Thu, 17 September 2015 07:37 Go to previous messageGo to next message
Joseph Benavides is currently offline Joseph BenavidesFriend
Messages: 47
Registered: February 2015
Member
Best guess it that the JVM might have crashed for the AUT. try increasing the -Xmx to 2g?
Re: Jenkins Maven CI RCPTT Job failing [message #1709000 is a reply to message #1708495] Wed, 23 September 2015 08:38 Go to previous messageGo to next message
Jeevan Rex is currently offline Jeevan RexFriend
Messages: 80
Registered: March 2015
Location: Bangalore
Member
Hi, Thanks for the reply.
Where can i change this size? Where shall I give this parameter in maven?
Re: Jenkins Maven CI RCPTT Job failing [message #1709001 is a reply to message #1709000] Wed, 23 September 2015 08:49 Go to previous message
Joseph Benavides is currently offline Joseph BenavidesFriend
Messages: 47
Registered: February 2015
Member
you can add it under the configuration/aut section

<configuration>
<aut>
<vmArgs>
<vmArg>-Xmx2g</vmArg>
</vmArgs>
</aut>
</configuration>

Previous Topic:No RCPTT Test cases found pop up displayed when running a simple Java Class in Eclipse
Next Topic:Timeout error: AUT doesn't respond
Goto Forum:
  


Current Time: Thu Sep 26 12:26:00 GMT 2024

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

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

Back to the top