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

[Subclipse-users] Exception in workspace

From: Gasdorf, Frank <Frank.Gasdorf_at_plath.de>
Date: Thu, 5 Jun 2008 11:09:46 +0200

Hello,
in my workspace my plugins i checked out from svn i get the two
following exceptions :

1. Decorator does'nt show the information where i checked the plugins
out from:

eclipse.buildId=M20080221-1800
java.version=1.6.0_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Command-line arguments: -os win32 -ws win32 -arch x86

Error
Thu Jun 05 09:58:34 CEST 2008
Problems occurred when invoking code from plug-in:
"org.eclipse.ui.workbench".

java.lang.NullPointerException
at
org.tigris.subversion.subclipse.ui.decorator.SVNLightweightDecorator.dec
orateTextLabel(SVNLightweightDecorator.java:362)
at
org.tigris.subversion.subclipse.ui.decorator.SVNLightweightDecorator.dec
orate(SVNLightweightDecorator.java:305)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decora
te(LightweightDecoratorDefinition.java:253)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager$Lightweig
htRunnable.run(LightweightDecoratorManager.java:71)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:857)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(
LightweightDecoratorManager.java:336)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecora
tions(LightweightDecoratorManager.java:322)
at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCac
hed(DecorationScheduler.java:369)
at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationS
cheduler.java:329)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

2. Exception during Team->Synchronize
eclipse.buildId=M20080221-1800
java.version=1.6.0_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Command-line arguments: -os win32 -ws win32 -arch x86
Created Time: 2008-06-05 09:32:18.357

Error
Thu Jun 05 10:20:28 CEST 2008
Unhandled event loop exception

java.lang.NullPointerException
        at
org.tigris.subversion.subclipse.core.resources.LocalResource.getUrl(Loca
lResource.java:289)
        at
org.tigris.subversion.subclipse.core.SVNProjectSetCapability.asReference
(SVNProjectSetCapability.java:79)
        at
org.tigris.subversion.subclipse.core.SVNProjectSetCapability.asReference
(SVNProjectSetCapability.java:60)
        at
org.eclipse.team.internal.ui.wizards.ProjectSetExportWizard$1.run(Projec
tSetExportWizard.java:135)
        at
org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext
.java:369)
        at
org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313)
        at
org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:934)
        at
org.eclipse.team.internal.ui.wizards.ProjectSetExportWizard.performFinis
h(ProjectSetExportWizard.java:55)
        at
org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:74
2)
        at
org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:37
3)
        at
org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:618)
        at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227
)
        at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
        at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
        at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
        at org.eclipse.jface.window.Window.open(Window.java:796)
        at
org.eclipse.ui.actions.ExportResourcesAction.run(ExportResourcesAction.j
ava:180)
        at
org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSele
ctionListenerAction.java:168)
        at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Ac
tionContributionItem.java:546)
        at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContribut
ionItem.java:490)
        at
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionCont
ributionItem.java:402)
        at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
        at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
        at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
        at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
        at
org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
        at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
        at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:
289)
        at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:4
61)
        at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplicat
ion.java:106)
        at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.j
ava:169)
        at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplicat
ion(EclipseAppLauncher.java:106)
        at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Eclip
seAppLauncher.java:76)
        at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
363)
        at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
176)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at
org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1173)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-06-05 11:11:19 CEST

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

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