Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-reviews-dev] Test failure: java.lang.RuntimeException: Bundle org.eclipse.mylyn.gerrit.tests is not found

Hi all,

a 'mvn clean install' on gerrit/pom.xml my machine fails with
'java.lang.RuntimeException: Bundle org.eclipse.mylyn.gerrit.tests is
not found'. Does anyone have an idea what's going wrong?

Sascha

[INFO] --- maven-osgi-test-plugin:0.10.0:test (default-test) @
org.eclipse.mylyn.gerrit.tests ---
[INFO] Adding repository (cached) http://download.eclipse.org/releases/indigo/
[INFO] Adding repository (cached)
http://download.eclipse.org/mylyn/snapshots/weekly/
[INFO] Adding repository (cached)
http://download.eclipse.org/tools/orbit/downloads/drops/S20110304120314/repository/
[INFO] Adding repository (cached)
https://hudson.eclipse.org/hudson/job/egit/lastSuccessfulBuild/artifact/org.eclipse.egit-updatesite/target/site/
[INFO] Expected eclipse log file:
C:\Users\d050419\git\mylyn-reviews\gerrit\org.eclipse.mylyn.gerrit.tests\target\work\data\.metadata\.log
[INFO] Command line:
	cmd.exe /X /C ""C:\Program Files
(x86)\Java\jdk1.6.0_21\jre\bin\java.exe" -Dosgi.noShutdown=false
-Dosgi.os=win32 -Dosgi.ws=win32 -Dosgi.arch=x86 -Xmx1024m
-XX:MaxPermSize=256m -jar
C:\Users\d050419\.m2\repository\p2\osgi\bundle\org.eclipse.equinox.launcher\1.2.0.v20110124-0830\org.eclipse.equinox.launcher-1.2.0.v20110124-0830.jar
-data C:\Users\d050419\git\mylyn-reviews\gerrit\org.eclipse.mylyn.gerrit.tests\target\work\data
-dev file:/C:/Users/d050419/git/mylyn-reviews/gerrit/org.eclipse.mylyn.gerrit.tests/target/dev.properties
-install C:\Users\d050419\git\mylyn-reviews\gerrit\org.eclipse.mylyn.gerrit.tests\target\work
-configuration C:\Users\d050419\git\mylyn-reviews\gerrit\org.eclipse.mylyn.gerrit.tests\target\work\configuration
-application org.sonatype.tycho.surefire.osgibooter.uitest
-testproperties
C:\Users\d050419\git\mylyn-reviews\gerrit\org.eclipse.mylyn.gerrit.tests\target\surefire.properties"
[2011-04-02T9-30-6] Status WARNING: org.eclipse.mylyn.tasks.ui code=0
No search provider was registed. Tasks search is not available. null,
java.lang.RuntimeException: Bundle org.eclipse.mylyn.gerrit.tests is not found
	at org.codehaus.tycho.surefire.osgibooter.OsgiSurefireBooter.getBundleClassLoader(OsgiSurefireBooter.java:117)
	at org.codehaus.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:38)
	at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:25)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4125)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3742)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
	at org.codehaus.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:21)
	at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:109)
	at org.codehaus.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:27)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1386)


Back to the top