[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Error during Update

From: Michael Fraenkel <fraenkel_at_us.ibm.com>
Date: 2006-01-20 19:53:37 CET

With the latest version of subclipse 0.9.105, we are starting to see the
following NullPointerException. This occurred after an Update which had 1
Delete, 1 Add and 1 Update.

!ENTRY org.eclipse.jface 4 2 2006-01-20 13:19:32.325
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.jface".
!STACK 0
java.lang.NullPointerException
        at
org.tigris.subversion.subclipse.ui.history.HistoryTableProvider$HistoryLabelProvider.getColumnText(HistoryTableProvider.java:87)
        at
org.eclipse.jface.viewers.TableViewer.doUpdateItem(TableViewer.java:473)
        at
org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:434)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
        at org.eclipse.core.runtime.Platform.run(Platform.java:785)
        at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
        at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
        at
org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:1763)
        at
org.eclipse.jface.viewers.TableViewer.internalRefreshAll(TableViewer.java:859)
        at
org.eclipse.jface.viewers.TableViewer.internalRefresh(TableViewer.java:796)
        at
org.eclipse.jface.viewers.TableViewer.internalRefresh(TableViewer.java:785)
        at
org.eclipse.jface.viewers.StructuredViewer$7.run(StructuredViewer.java:1264)
        at
org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1201)
        at
org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1262)
        at
org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1221)
        at
org.tigris.subversion.subclipse.ui.history.HistoryView$44.run(HistoryView.java:1456)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
        at
org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3262)
        at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2908)
        at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1762)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1726)
        at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:397)
        at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
        at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106)
        at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109)
        at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
        at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
        at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379)
        at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:615)
        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
        at org.eclipse.core.launcher.Main.run(Main.java:977)
        at org.eclipse.core.launcher.Main.main(Main.java:952)
- Michael

Received on Sat Jan 21 22:48:45 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.