Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » TestRunner: ERROR Invalid project description
TestRunner: ERROR Invalid project description [message #1790256] Thu, 07 June 2018 15:19 Go to next message
Alexander Bunkowski is currently offline Alexander BunkowskiFriend
Messages: 29
Registered: February 2014
Junior Member
I can record and run test nicely with the eclipse plugins, but not with the TestRunner.

I get ERROR Invalid project description when i use ant script or cmd file.

What am I doing wrong?

I attached the console output, the log file from the runners workspace and the ant text.xml file here.
Re: TestRunner: ERROR Invalid project description [message #1790602 is a reply to message #1790256] Wed, 13 June 2018 12:15 Go to previous messageGo to next message
Alexander Bunkowski is currently offline Alexander BunkowskiFriend
Messages: 29
Registered: February 2014
Junior Member
Any Ideas?
Re: TestRunner: ERROR Invalid project description [message #1791344 is a reply to message #1790602] Thu, 28 June 2018 09:21 Go to previous message
Viktoria Dlugopolskaya is currently offline Viktoria DlugopolskayaFriend
Messages: 124
Registered: March 2017
Senior Member
Hi Alexander,

There is an error in runner-workspace.log:
!ENTRY org.eclipse.osgi 4 0 2018-06-07 17:10:19.482
!MESSAGE Application error
!STACK 1
org.eclipse.core.runtime.CoreException: Invalid project description.
at org.eclipse.rcptt.core.workspace.ProjectUtil.printAndThrow(ProjectUtil.java:144)
at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:114)
at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126)
at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88)
at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58)
at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
Contains: OK
Contains: C:\Users\alexander.bunkowski\oxygen-473a-workspace\de.bdal.test.tiger overlaps the workspace location: C:\Users\alexander.bunkowski\oxygen-473a-workspace\de.bdal.test.tiger\results\runner-workspace

Eclipse doesn't allow to have a project location that overlap a workspace location (either as a parent
or as a child). To fix the error you have to change runner workspace location or test project location.

See more:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=33684
Previous Topic:Open an external Browser At the end of a test
Next Topic:Error and no scripting when starting AUT
Goto Forum:
  


Current Time: Thu Mar 28 15:42:50 GMT 2024

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

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

Back to the top