Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] nightly test results are delayed due to open dialog


The nightly build's test results are delayed. All the ui tests are timing out.  All the test machines have a dialog open that states that an error has occured and to check the .log.  Here is the .log.  

Please let me know if you think the same issue will apply to the integration build that is running now. If not, I will kill the tests for the nightly build and let the tests for the integration build run.

!SESSION 2007-03-13 10:06:10.683 -----------------------------------------------
eclipse.buildId=N20070313-0010
java.version=1.5.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.test.uitestapplication formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,/buildtest/N20070313-0010/eclipse-testing/test-eclipse/eclipse/org.eclipse.core.internal.expressions.tests.AllTests.xml -testPluginName org.eclipse.core.expressions.tests -className org.eclipse.core.internal.expressions.tests.AllTests
Command-line arguments:  -application org.eclipse.test.uitestapplication -data /buildtest/N20070313-0010/eclipse-testing/test-eclipse/eclipse/expressions_folder formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,/buildtest/N20070313-0010/eclipse-testing/test-eclipse/eclipse/org.eclipse.core.internal.expressions.tests.AllTests.xml -testPluginName org.eclipse.core.expressions.tests -className org.eclipse.core.internal.expressions.tests.AllTests -os linux -ws gtk -arch x86 -consolelog

!ENTRY org.eclipse.ui.workbench 4 2 2007-03-13 10:06:24.449
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
java.lang.NullPointerException
                at org.eclipse.debug.internal.ui.contextlaunching.ContextLaunchingResourceManager.windowOpened(ContextLaunchingResourceManager.java:372)
                at org.eclipse.ui.internal.Workbench$9.run(Workbench.java:741)
                at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
                at org.eclipse.ui.internal.Workbench.fireWindowOpened(Workbench.java:739)
                at org.eclipse.ui.internal.WorkbenchWindow.fireWindowOpened(WorkbenchWindow.java:1131)
                at org.eclipse.ui.internal.WorkbenchWindow.open(WorkbenchWindow.java:691)
                at org.eclipse.ui.internal.Workbench$21.runWithException(Workbench.java:1019)
                at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
                at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:152)
                at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:117)
                at org.eclipse.swt.widgets.Display.syncExec(Display.java:3811)
                at org.eclipse.ui.internal.StartupThreading.runWithWorkbenchExceptions(StartupThreading.java:50)
                at org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Workbench.java:1016)
                at org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Workbench.java:1781)
                at org.eclipse.ui.internal.Workbench.access$29(Workbench.java:1779)
                at org.eclipse.ui.internal.Workbench$42.run(Workbench.java:1739)
                at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1758)
                at org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbench.java:1737)
                at org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWindow(WorkbenchConfigurer.java:190)
                at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:757)
                at org.eclipse.ui.internal.Workbench.init(Workbench.java:1311)
                at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2248)
                at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2157)
                at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:460)
                at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
                at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:455)
                at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
                at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101)
                at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
                at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
                at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
                at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146)
                at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
                at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
                at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
                at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169)
                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:585)
                at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:476)
                at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416)
                at org.eclipse.equinox.launcher.Main.run(Main.java:1124)
                at org.eclipse.equinox.launcher.Main.main(Main.java:1099)
                at org.eclipse.core.launcher.Main.main(Main.java:24)

Back to the top