Mvn Runner Problem [message #1693657] |
Mon, 27 April 2015 05:53  |
Eclipse User |
|
|
|
Hi,
we have been using the "commercial" version of the mvn runner with success for the last few years.
Right now, we are trying to work with the new open source runner and seeing the following error in the log:
ava.lang.RuntimeException: Application "org.eclipse.rcptt.runner.headless" could not be found in the registry. The applications available are [..] org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, com.xored.ci4rcptt.runner, org.eclipse.rcptt.ecl.doc.generator.
What could be the reason for that?
Help is appreciated,
Andreas
Extract of our config:
<pluginRepository>
<id>xoredSnap</id>
<name>Xored Maven repository Snap</name>
<url>http://maven.xored.com/nexus/content/repositories/ci4rcptt-snapshots/</url>
</pluginRepository>
</pluginRepositories>
<properties>
<ci4rcptt-maven-version>1.5.6-SNAPSHOT</ci4rcptt-maven-version>
</properties>
<build>
<plugins>
<plugin>
<groupId>com.xored.ci4rcptt</groupId>
<artifactId>ci4rcptt-maven-plugin</artifactId>
<version>${ci4rcptt-maven-version}</version>
<extensions>true</extensions>
<configuration>
<runner>
<!-- <explicit>/Users/olgayurchuk/Downloads/rcptt.runner-incubation-1.5.6-N201504122315.zip</explicit> -->
<version>1.5.6-SNAPSHOT</version>
<vmArgs>
[Updated on: Mon, 27 April 2015 05:55] by Moderator
|
|
|
|
|
|
|
|
Re: Mvn Runner Problem [message #1699231 is a reply to message #1693657] |
Mon, 22 June 2015 14:45   |
Eclipse User |
|
|
|
Hi everyone
someone know that might be happening ?
I cannot execute my test runner, the windows console show me this:
!ENTRY org.eclipse.jdt.annotation 2 0 2015-06-22 13:41:06.277
!MESSAGE Could not resolve module: org.eclipse.jdt.annotation [165]
Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1. )"
!ENTRY org.eclipse.osgi 4 0 2015-06-22 13:41:06.277
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application "org.eclipse.rcptt.runner.headless" could not be found in the registry. The applications available are: org.eclipse.ant.core.antRunner, org.eclipse.ant.ui.antRunner, org.eclipse.e4.ui.workbench.swt.E4Application, org.eclipse.e4.ui.workbench.swt.GenTopic, org.eclipse.equinox.app.error, org.eclipse.equinox.p2.director, org.eclipse.equinox.p2.garbagecollector.application, org.eclipse.equinox.p2.publisher.InstallPublisher, org.eclipse.equinox.p2.publisher.EclipseGenerator, org.eclipse.equinox.p2.publisher.ProductPublisher, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, org.eclipse.equinox.p2.reconciler.application, org.eclipse.equinox.p2.repository.repo2runnable, org.eclipse.equinox.p2.repository.metadataverifier, org.eclipse.equinox.p2.artifact.repository.mirrorApplication, org.eclipse.equinox.p2.metadata.repository.mirrorApplication, org.eclipse.equinox.p2.updatesite.UpdateSitePublisher, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, org.eclipse.equinox.p2.publisher.CategoryPublisher, org.eclipse.help.base.infocenterApplication, org.eclipse.help.base.helpApplication, org.eclipse.help.base.indexTool, org.eclipse.jdt.apt.core.aptBuild, org.eclipse.jdt.core.JavaCodeFormatter, org.eclipse.jdt.core.JavaIndexer, org.eclipse.pde.build.Build, org.eclipse.pde.junit.runtime.uitestapplication, org.eclipse.pde.junit.runtime.legacytestapplication, org.eclipse.pde.junit.runtime.coretestapplication, org.eclipse.pde.junit.runtime.coretestapplicationnonmain, org.eclipse.pde.junit.runtime.nonuithreadtestapplication, org.eclipse.ui.ide.workbench.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248)
at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
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:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
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:606)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
|
|
|
|
|
|
Re: Mvn Runner Problem [message #1700888 is a reply to message #1699457] |
Tue, 07 July 2015 17:05  |
Eclipse User |
|
|
|
Hi everyone, I solved the problem with org.eclipse.rcptt.runner.headless but now the mvn log show me the next error
If anybody knows I appreciate that tell me
Thanks
org.eclipse.core.runtime.CoreException: Problems occurred getting the plug-ins in this container
at org.eclipse.rcptt.launching.target.TargetPlatformManager.throwOnError(TargetPlatformManager.java:50)
at org.eclipse.rcptt.launching.target.TargetPlatformManager.createTargetPlatform(TargetPlatformManager.java:84)
at org.eclipse.rcptt.internal.launching.ext.Q7TargetPlatformManager.createTargetPlatform(Q7TargetPlatformManager.java:126)
at org.eclipse.rcptt.runner.util.TargetPlatformChecker.initializeTargetPlatform(TargetPlatformChecker.java:112)
at org.eclipse.rcptt.runner.util.TargetPlatformChecker.initAndCheckTargetPlatform(TargetPlatformChecker.java:70)
at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:48)
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:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
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:606)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
|
|
|
Powered by
FUDForum. Page generated in 0.05824 seconds