Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Problems running tests on JDT UI tests on linux motif (build I2003061700)


A dialog had to be dismissed while running the org.eclipse.jdt.ui tests on linux motif:

"An error has occured.  See error log for more details".  Also note the mouse was unresponsive at the time the problem was found.

.log file contents:

!SESSION Feb 06, 2003 18:22:41.223 ---------------------------------------------
java.fullversion=J2RE 1.3.1 IBM build cxia32131-20021102 (JIT enabled: jitc)
BootLoader constants: OS=linux, ARCH=x86, WS=motif, NL=en_US
Command-line arguments: -dev bin -data /builds/integration/I-I20030206-200302061700_test/eclipse-testing/test-eclipse/eclipse/jdt_folder formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,org.eclipse.jdt.ui.tests.AutomatedSuite.xml -testPluginName org.eclipse.jdt.ui.tests -className org.eclipse.jdt.ui.tests.AutomatedSuite -noupdate -os linux -ws motif -arch x86 -install file:/builds/integration/I-I20030206-200302061700_test/eclipse-testing/test-eclipse/eclipse/
!ENTRY org.eclipse.ui.workbench 4 2 Feb 06, 2003 18:22:41.224
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
org.eclipse.jface.util.Assert$AssertionFailedException: null argument;
        at org.eclipse.jface.util.Assert.isNotNull(Assert.java(Inlined Compiled Code))
        at org.eclipse.jface.util.Assert.isNotNull(Assert.java(Inlined Compiled Code))
        at org.eclipse.jface.viewers.StructuredViewer.update(StructuredViewer.java(Compiled Code))
        at org.eclipse.jface.viewers.StructuredViewer.update(StructuredViewer.java(Compiled Code))
        at org.eclipse.jface.viewers.StructuredViewer.handleLabelProviderChanged(StructuredViewer.java(Compiled Code))
        at org.eclipse.jface.viewers.ContentViewer$1.labelProviderChanged(ContentViewer.java(Compiled Code))
        at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java(Compiled Code))
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java(Compiled Code))
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java(Inlined Compiled Code))
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code))
        at org.eclipse.jdt.ui.tests.browsing.PackagesViewDeltaTests.pushDisplay(PackagesViewDeltaTests.java(Compiled Code))
        at org.eclipse.jdt.ui.tests.browsing.PackagesViewDeltaTests.testAddFragmentToLogicalPackage(PackagesViewDeltaTests.java:333)
        at java.lang.reflect.Method.invoke(Native Method)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:307)
        at org.eclipse.test.EclipseTestRunner.main(EclipseTestRunner.java:186)
        at org.eclipse.test.UITestApplication.runTests(UITestApplication.java:39)
        at org.eclipse.test.UITestApplication.runEventLoop(UITestApplication.java:33)
        at org.eclipse.ui.internal.Workbench.run(Workbench.java:1272)
        at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
        at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
        at java.lang.reflect.Method.invoke(Native Method)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
        at org.eclipse.core.launcher.Main.run(Main.java:703)
        at org.eclipse.core.launcher.Main.main(Main.java:539)

Back to the top