Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Problems running JUnit tests for nightly build N20030304

I believe the last entry in the log is causing the dialog to appear - but
the NPE is coming from the workbench code. The other exceptions in the log
appear as handled exceptions.

!ENTRY org.eclipse.jface 4 2 Mar 04, 2003 01:42:07.641
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.jface".
!STACK 0
java.lang.NullPointerException
      at
      at
org.eclipse.ui.internal.model.WorkbenchProject.getBaseImage(WorkbenchProject.java:35)
      at
org.eclipse.ui.internal.model.WorkbenchResource.getImageDescriptor(WorkbenchResource.java:29)
      at
org.eclipse.ui.model.WorkbenchLabelProvider.getImage(WorkbenchLabelProvider.java:116)
      at
org.eclipse.jface.viewers.DecoratingLabelProvider.getImage(DecoratingLabelProvider.java(Compiled

Code))
      at
org.eclipse.jface.viewers.TreeViewer.doUpdateItem(TreeViewer.java(Compiled
Code))
      at
org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java(Compiled

Code))
      at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java(Compiled

Code))
      at
org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java(Compiled

Code))
      at
org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java(Compiled

Code))
      at
org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:119)
      at org.eclipse.core.runtime.Platform.run(Platform.java(Compiled
Code))
      at org.eclipse.core.runtime.Platform.run(Platform.java(Compiled
Code))
      at
org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:1271)
      at
org.eclipse.jface.viewers.StructuredViewer.update(StructuredViewer.java:1253)
      at
org.eclipse.jface.viewers.StructuredViewer.update(StructuredViewer.java:1187)
      at
org.eclipse.jface.viewers.StructuredViewer.handleLabelProviderChanged(StructuredViewer.java:638)
      at
org.eclipse.jface.viewers.ContentViewer$1.labelProviderChanged(ContentViewer.java:68)
      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.Synchronizer.runAsyncMessages(Synchronizer.java(Compiled

Code))
      at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled
Code))
      at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled
Code))
      at
org.eclipse.jdt.debug.tests.AutomatedSuite.run(AutomatedSuite.java(Compiled
Code))
      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:1251)
      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)

Darin



|---------+----------------------------->
|         |           Sonia             |
|         |           Dimitrov/Ottawa/IB|
|         |           M@IBMCA           |
|         |           Sent by:          |
|         |           eclipse-dev-admin@|
|         |           eclipse.org       |
|         |                             |
|         |                             |
|         |           03/04/2003 08:29  |
|         |           AM                |
|         |           Please respond to |
|         |           eclipse-dev       |
|         |                             |
|---------+----------------------------->
  >---------------------------------------------------------------------------------------------------------------------------------------------|
  |                                                                                                                                             |
  |       To:       eclipse-dev@xxxxxxxxxxx                                                                                                     |
  |       cc:                                                                                                                                   |
  |       Subject:  [eclipse-dev] Problems running JUnit tests for nightly build N20030304                                                      |
  |                                                                                                                                             |
  >---------------------------------------------------------------------------------------------------------------------------------------------|





A dialog was opened on our Windows test machine during the jdt debug tests
for the nightly build N20030304:

(Embedded image moved to file: pic10251.gif)

.log  attached.




Test results should be available in the next hour.

Sonia
(See attached file: .log)

Attachment: pic10251.gif
Description: GIF image

Attachment: .log
Description: Binary data


Back to the top