Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Is RCPTT work with indigo version(RCPTT with Indigo)
Is RCPTT work with indigo version [message #1701039] Wed, 08 July 2015 20:44 Go to next message
Parag Bhalerao is currently offline Parag BhaleraoFriend
Messages: 11
Registered: July 2015
Junior Member
When i try to add AUT as eclipse version 3.7.2 from IDE then its not able to detect AUT. Throwing error as "Directory "<Eclipse Installtion home>\plugins" does not exist"

Has any one faced this issue.

Also when i try to lauch it from the RCPTT Runner 2.0 it throwing following error

"!ENTRY org.eclipse.jdt.launching.macosx 4 0 2015-07-08 13:24:52.931
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [103]
Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)"

at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

!ENTRY org.eclipse.jdt.launching.ui.macosx 4 0 2015-07-08 13:24:55.103
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.ui.macosx [246]
Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)"

at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

!ENTRY org.eclipse.emf.workspace.ui 4 0 2015-07-08 13:24:55.117
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.emf.workspace.ui [307]
Unresolved requirement: Require-Bundle: org.eclipse.emf.edit.ui; bundle-version="[2.3.0,3.0.0)"; visibility:="reexport"

at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

!ENTRY org.eclipse.emf.workspace 4 0 2015-07-08 13:24:55.125
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.emf.workspace [350]
Another singleton bundle selected: osgi.identity; osgi.identity="org.eclipse.emf.workspace"; type="osgi.bundle"; version:Version="1.5.1.v20110823-1800"; singleton:="true"

at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)"

Can some one help me to resolve this issue. This was working fine with Q7 IDE and Q7 runner
Re: Is RCPTT work with indigo version [message #1701518 is a reply to message #1701039] Mon, 13 July 2015 20:03 Go to previous messageGo to next message
Parag Bhalerao is currently offline Parag BhaleraoFriend
Messages: 11
Registered: July 2015
Junior Member
Can somebody help me to resolve these errors
Re: Is RCPTT work with indigo version [message #1701565 is a reply to message #1701518] Tue, 14 July 2015 07:59 Go to previous messageGo to next message
Olga Yurchuk is currently offline Olga YurchukFriend
Messages: 245
Registered: September 2014
Senior Member

Hello,

Does the directory which you select as a location contain "plugins" directory?
As for runner could you please attach the following details:
1. Original <your AUT>.ini, <your AUT>/configuration/config.in and <your AUT>/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
2. RCPTT runner workspace
3. Your pom.xml if you use Maven or runner command line.

Thanks in advance!


Yours sincerely,
Olga.
Re: Is RCPTT work with indigo version [message #1702034 is a reply to message #1701565] Fri, 17 July 2015 17:30 Go to previous messageGo to next message
Parag Bhalerao is currently offline Parag BhaleraoFriend
Messages: 11
Registered: July 2015
Junior Member
Hi Olga

Plugin directory is not present in the directory where my AUT exe located. Here is the Directory Structure
<Eclipse installation root>\<productName>\<version>\eclipse\<productName>.exe
<Eclipse installation root>\<productName>\<version>\eclipse\<productName>.ini
<Eclipse installation root>\<productName>\<version>\eclipse\configuration
<Eclipse installation root>\eclipse-platform\bundlepool\1.0

I am selecting <Eclipse installation root>\<productName>\<version>\eclipse directory to add AUT in IDE. But its throwing "plugins" does not exist" error and AUT doesnt get added.

Same thing was working properly when i tried it with Q7 IDE.

Please find requested files attached here with

Thanks
Regards
Parag
Re: Is RCPTT work with indigo version [message #1702217 is a reply to message #1702034] Mon, 20 July 2015 17:15 Go to previous messageGo to next message
Parag Bhalerao is currently offline Parag BhaleraoFriend
Messages: 11
Registered: July 2015
Junior Member
Hi Olga,

Any luck on this issue

Regards
Parag
Re: Is RCPTT work with indigo version [message #1703142 is a reply to message #1702217] Tue, 28 July 2015 20:42 Go to previous messageGo to next message
Parag Bhalerao is currently offline Parag BhaleraoFriend
Messages: 11
Registered: July 2015
Junior Member
Can someone please help me to resolve this issue?

Thanks
Parag
Re: Is RCPTT work with indigo version [message #1703171 is a reply to message #1703142] Wed, 29 July 2015 06:44 Go to previous messageGo to next message
Olga Yurchuk is currently offline Olga YurchukFriend
Messages: 245
Registered: September 2014
Senior Member

Hello,

It will take time to investigate this issue.
Currently, this task doesn't have a high priority.
To get faster fix you may contact professional support center.
All contacts are available here.


Yours sincerely,
Olga.
Re: Is RCPTT work with indigo version [message #1703294 is a reply to message #1702217] Thu, 30 July 2015 11:28 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Parag,

Where do you have plugins folder of your AUT?
Did you try to point plugins location while creating AUT configuration in RCPTT IDE?

Kind regards,
Ulyana.
Re: Is RCPTT work with indigo version [message #1703295 is a reply to message #1702217] Thu, 30 July 2015 11:33 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Parag,

Could you please try to launch your AUT using RCPTT Maven plugin 2.1.0-SNAPSHOT?
What is the result?

Kind regards,
Ulyana.
Re: Is RCPTT work with indigo version [message #1703763 is a reply to message #1703294] Tue, 04 August 2015 18:15 Go to previous messageGo to next message
Parag Bhalerao is currently offline Parag BhaleraoFriend
Messages: 11
Registered: July 2015
Junior Member
Hi ulyana

The plugin folder is present under <Eclipse installation root>\eclipse-platform\bundlepool\1.0 location. But my application exe and ini file is present under <Eclipse installation root>\<productName>\<version>\eclipse folder.

I tried to provide AUT as <Eclipse installation root>\eclipse-platform\bundlepool\1.0 in which plugin folder is located, i am able to start AUT from IDE. But when i execute test cases then some of the test cases are failing.

Also i tried with Maven plugin but facing same issue

Its throwing following error

[ERROR] Failed to execute goal org.eclipse.rcptt:rcptt-maven-plugin:2.1.0-SNAPSHOT:execute (default-execute) on project rcpttTests: Execution default-execute of goal org.eclipse.rcptt:rcptt-maven-plugin:2.1.0-SNAPSHOT:execute failed. NullPo
interException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.rcptt:rcptt-maven-plugin:2.1.0-SNAPSHOT:execute (default-execute) on project rcpttTests: Execution default-execute of goal org.eclipse.rcptt:rcptt-ma
ven-plugin:2.1.0-SNAPSHOT:execute failed.
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:224)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:862)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:286)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-execute of goal org.eclipse.rcptt:rcptt-maven-plugin:2.1.0-SNAPSHOT:execute failed.
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:145)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 20 more
Caused by: java.lang.NullPointerException
at org.eclipse.rcptt.maven.AbstractRCPTTMojo.getResolvedRcpLocation(AbstractRCPTTMojo.java:218)
at org.eclipse.rcptt.maven.AbstractRCPTTMojo.getResolvedAutDir(AbstractRCPTTMojo.java:207)
at org.eclipse.rcptt.maven.ExecuteMojo.execute(ExecuteMojo.java:131)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
... 21 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException

Please find pom file and logs attached here with

Thanks

Regards
Parag
  • Attachment: pom.xml
    (Size: 1.95KB, Downloaded 106 times)
  • Attachment: logs.txt
    (Size: 50.39KB, Downloaded 201 times)
Re: Is RCPTT work with indigo version [message #1703796 is a reply to message #1703763] Wed, 05 August 2015 05:49 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Parag,

What Maven version do you use?

Kind regards,
Ulyana.
Re: Is RCPTT work with indigo version [message #1704918 is a reply to message #1703796] Mon, 10 August 2015 17:54 Go to previous messageGo to next message
Parag Bhalerao is currently offline Parag BhaleraoFriend
Messages: 11
Registered: July 2015
Junior Member
Hi Ulyana

I am using Apache Maven 3.3.3.
Please find version details as follows

Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T04:57:37-07:00)
Maven home: E:\Software\apache-maven-3.3.3-bin\apache-maven-3.3.3\bin\..
Java version: 1.7.0_21, vendor: Oracle Corporation
Java home: C:\Java\jdk1.7.0_21\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

Regards
Parag
Re: Is RCPTT work with indigo version [message #1704999 is a reply to message #1704918] Tue, 11 August 2015 11:04 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Parag,

Could you please try one more time with 2.1.0-SNAPSHOT as you already did?
We've made a fix in RCPTT maven plugin and it should work now.

Kind regards,
Ulyana.
Re: Is RCPTT work with indigo version [message #1705065 is a reply to message #1704999] Tue, 11 August 2015 18:43 Go to previous messageGo to next message
Parag Bhalerao is currently offline Parag BhaleraoFriend
Messages: 11
Registered: July 2015
Junior Member
Hi Ulyana

I tried again and now its throwing error saying invalid AUT same as what it usually give while adding AUT on IDE.


[WARNING] Checksum validation failed, no checksums available for https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.1.0-SNAPSHOT/
Downloaded: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.1.0-SNAPSHOT/ (108 KB at 38.3 KB/sec)
[DEBUG] Writing tracking file C:\Users\pbhalera\.m2\repository\org\eclipse\rcptt\runner\rcptt.runner\2.1.0-SNAPSHOT\resolver-status.properties
[INFO] Resolving artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.1.0-SNAPSHOT, this may take a while ...
[DEBUG] Could not find metadata org.eclipse.rcptt.runner:rcptt.runner:2.1.0-SNAPSHOT/maven-metadata.xml in local (C:\Users\pbhalera\.m2\repository)
[DEBUG] Failure to find org.eclipse.rcptt.runner:rcptt.runner:2.1.0-SNAPSHOT/maven-metadata.xml in https://repo.eclipse.org/content/repositories/rcptt-releases/ was cached in the local repository, resolution will not be reattempted until th
e update interval of rcptt-releases has elapsed or updates are forced
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/
Downloading: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.1.0-SNAPSHOT/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.1.0-SNAPSHOT/maven-metadata.xml (789 B at 1.9 KB/sec)
[DEBUG] Writing tracking file C:\Users\pbhalera\.m2\repository\org\eclipse\rcptt\runner\rcptt.runner\2.1.0-SNAPSHOT\resolver-status.properties
[INFO] Artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.1.0-SNAPSHOT is resolved to C:\Users\pbhalera\.m2\repository\org\eclipse\rcptt\runner\rcptt.runner\2.1.0-SNAPSHOT\rcptt.runner-2.1.0-SNAPSHOT.zip
[INFO] Using AUT from E:\MDMS420\studio-mdm\5.0\eclipse
[INFO] Extracting RCPTT runner to E:\Software\Q7\RCPTT\Workspace\MDMStudio\target\runner
[DEBUG] Expanding: C:\Users\pbhalera\.m2\repository\org\eclipse\rcptt\runner\rcptt.runner\2.1.0-SNAPSHOT\rcptt.runner-2.1.0-SNAPSHOT.zip into E:\Software\Q7\RCPTT\Workspace\MDMStudio\target\runner
[DEBUG] expand complete
[INFO] Copying project contents to target directory...
[INFO]
[INFO] --- rcptt-maven-plugin:2.1.0-SNAPSHOT:execute (default-execute) @ rcpttTests1 ---
[DEBUG] Configuring mojo org.eclipse.rcptt:rcptt-maven-plugin:2.1.0-SNAPSHOT:execute from plugin realm ClassRealm[extension>org.eclipse.rcptt:rcptt-maven-plugin:2.1.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@6a7be687]
[DEBUG] Configuring mojo 'org.eclipse.rcptt:rcptt-maven-plugin:2.1.0-SNAPSHOT:execute' with basic configurator -->
[DEBUG] (s) explicit = E:\MDMS420\studio-mdm\5.0\eclipse
[DEBUG] (s) vmArgs = [-Xmx1536m, -XX:MaxPermSize=256m]
[DEBUG] (f) aut = Coords [artifactId=null, groupId=null, version=null]
[DEBUG] (f) outDir = E:\Software\Q7\RCPTT\Workspace\MDMStudio\target
[DEBUG] (f) project = MavenProject: projectName:rcpttTests1:2.1.0-SNAPSHOT @ E:\Software\Q7\RCPTT\Workspace\MDMStudio\pom.xml
[DEBUG] (f) repoSession = org.eclipse.aether.DefaultRepositorySystemSession@24d0bcec
[DEBUG] (s) version = 2.1.0-SNAPSHOT
[DEBUG] (s) vmArgs = [-Xmx1024m, -XX:MaxPermSize=256m]
[DEBUG] (f) runner = Coords [artifactId=null, groupId=null, version=2.1.0-SNAPSHOT]
[DEBUG] (f) skipTests = false
[DEBUG] (f) suites = [ProcessDesignerSanity]
[DEBUG] (f) testFailureIgnore = false
[DEBUG] (f) testOptions = {testExecTimeout=1200}
[DEBUG] -- end configuration --
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 43.953 s
[INFO] Finished at: 2015-08-11T11:38:11-07:00
[INFO] Final Memory: 10M/177M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.rcptt:rcptt-maven-plugin:2.1.0-SNAPSHOT:execute (default-execute) on project rcpttTests1: Invalid RCP location E:\MDMS420\studio-mdm\5.0\eclipse -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.rcptt:rcptt-maven-plugin:2.1.0-SNAPSHOT:execute (default-execute) on project rcpttTests1: Invalid RCP location E:\MDMS420\studio-mdm\5.0\eclipse
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:862)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:286)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoFailureException: Invalid RCP location E:\MDMS420\studio-mdm\5.0\eclipse
at org.eclipse.rcptt.maven.AbstractRCPTTMojo.getResolvedRcpLocation(AbstractRCPTTMojo.java:225)
at org.eclipse.rcptt.maven.AbstractRCPTTMojo.getResolvedAutDir(AbstractRCPTTMojo.java:207)
at org.eclipse.rcptt.maven.ExecuteMojo.execute(ExecuteMojo.java:131)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 20 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Re: Is RCPTT work with indigo version [message #1705091 is a reply to message #1705065] Wed, 12 August 2015 06:16 Go to previous message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Parag,

1) Could you please attach full log file?
2) Is it possible to get your AUT to reproduce the issue on our side?
3) Did you try to set plugins location in pom.xml file (like you already did starting AUT from IDE)? If no, could you please try?

Kind regards,
Ulyana.

[Updated on: Wed, 12 August 2015 06:20]

Report message to a moderator

Previous Topic:Problem launching AUT: FrameworkEvent ERROR
Next Topic:Preset Variables in RCPTT
Goto Forum:
  


Current Time: Thu Apr 25 21:05:48 GMT 2024

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

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

Back to the top