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

Re: [Subclipse-users] Properties dialog not showing up under Linux

From: Louis Jacomet <ljacomet_at_gmail.com>
Date: Sat, 28 Jun 2008 22:49:35 +0200

Hello,

I just tried again from a fresh Ganymede installation, only with
Subclipse (base, JavaHL and SVNKit) added. Same error... on my own
repository, through Apache or svnserve ...
It works fine on public ones.

I'll have to look at my repository configuration instead of looking at
subclipse.

False alarm, sorry for that.

Regards,
Louis

On Thu, Jun 26, 2008 at 11:51 PM, Hale,Katherine <halek_at_oclc.org> wrote:
> Louis -
>
> I'm just a user like yourself, but I'm a bit of a power user... What
> version of Eclipse are you using? Can you provide more detailed steps to
> reproduce the error? Here are the steps I'm following that work
> correctly, without an error:
>
> 1. Switch to SVN Repository Exploring perspective
> 2. Within the SVN Repositories view, navigate to a folder of a
> repository you have read access to
> 3. Right click on the folder and go to Properties
> 4. Properties dialog is displayed.
> 5. If a property is found, I can click on it and the lower half of the
> pane displays the property.
>
> Katherine Hale
> Web Applications Developer, Sogeti USA
>
> -----Original Message-----
> From: Louis Jacomet [mailto:ljacomet_at_gmail.com]
> Sent: Thursday, June 26, 2008 4:34 PM
> To: users_at_subclipse.tigris.org
> Subject: [Subclipse-users] Properties dialog not showing up under Linux
>
> Hello,
>
> I just installed subclipse 1.4.0 and cannot perform the properties
> operation on any node inside the SVN Repositories view in order to see
> SVN properties.
> No dialog ever shows up and the following stack trace can be found in
> the logs:
>
> Eclipse 3.3.2:
> !ENTRY org.eclipse.ui 4 0 2008-06-26 22:10:47.292 !MESSAGE Unhandled
> event loop exception !STACK 0
> java.lang.IllegalArgumentException: Argument cannot be null
> at org.eclipse.swt.SWT.error(SWT.java:3547)
> at org.eclipse.swt.SWT.error(SWT.java:3481)
> at org.eclipse.swt.SWT.error(SWT.java:3452)
> at org.eclipse.swt.widgets.Widget.error(Widget.java:438)
> at org.eclipse.swt.widgets.Text.setText(Text.java:1870)
> at
> org.tigris.subversion.subclipse.ui.dialogs.RemoteResourcePropertiesDialo
> g.createDialogArea(RemoteResourcePropertiesDialog.java:125)
> at
> org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:754)
> at org.eclipse.jface.window.Window.create(Window.java:426)
> at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1083)
> at org.eclipse.jface.window.Window.open(Window.java:785)
> at
> org.tigris.subversion.subclipse.ui.actions.RemoteResourcePropertiesActio
> n.execute(RemoteResourcePropertiesAction.java:25)
> at
> org.tigris.subversion.subclipse.ui.actions.SVNAction.run(SVNAction.java:
> 56)
> at
> org.eclipse.ui.actions.ActionDelegate.runWithEvent(ActionDelegate.java:7
> 0)
> at
> org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:246)
> 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:1101)
> at
> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
> at
> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
> 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(NativeMethodAccessorImpl.jav
> a:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
> Impl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> 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)
>
> Eclipse 3.4:
> !ENTRY org.eclipse.ui 4 0 2008-06-26 22:30:26.273 !MESSAGE Unhandled
> event loop exception !STACK 0
> java.lang.IllegalArgumentException: Argument cannot be null
> at org.eclipse.swt.SWT.error(SWT.java:3761)
> at org.eclipse.swt.SWT.error(SWT.java:3695)
> at org.eclipse.swt.SWT.error(SWT.java:3666)
> at org.eclipse.swt.widgets.Widget.error(Widget.java:446)
> at org.eclipse.swt.widgets.Text.setText(Text.java:1894)
> at
> org.tigris.subversion.subclipse.ui.dialogs.RemoteResourcePropertiesDialo
> g.createDialogArea(RemoteResourcePropertiesDialog.java:125)
> at
> org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:760)
> at org.eclipse.jface.window.Window.create(Window.java:431)
> at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
> at org.eclipse.jface.window.Window.open(Window.java:790)
> at
> org.tigris.subversion.subclipse.ui.actions.RemoteResourcePropertiesActio
> n.execute(RemoteResourcePropertiesAction.java:25)
> at
> org.tigris.subversion.subclipse.ui.actions.SVNAction.run(SVNAction.java:
> 56)
> at
> org.eclipse.ui.actions.ActionDelegate.runWithEvent(ActionDelegate.java:7
> 0)
> at
> org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Ac
> tionContributionItem.java:583)
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(ActionContribut
> ionItem.java:500)
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionCont
> ributionItem.java:411)
> at
> org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
> at
> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)
> at
> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)
> at
> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at
> org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:
> 288)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:4
> 88)
> at
> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplicat
> ion.java:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.j
> ava:193)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplicat
> ion(EclipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Eclip
> seAppLauncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
> 382)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
> 179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
> a:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
> Impl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
>
>
> I do not remember having this problem on Windows, I will make sure to
> check tomorrow.
> The Show properties operation on project elements inside the workspace
> works fine.
>
> Before submitting a report, I wanted to make sure this issue was not
> already known. I couldn't find anything about it when searching the
> issue tracker.
>
> Regards,
> Louis
>
> OS: Linux Ubuntu 8.0.4
> Eclipse: 3.4 Ganymede & 3.3.2 Europa
> Subclipse: 1.4.0
> Provider: SVNKit or JavaHL (installed from subclipse update site)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
> For additional commands, e-mail: users-help_at_subclipse.tigris.org
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
> For additional commands, e-mail: users-help_at_subclipse.tigris.org
>
>

---------------------------------------------------------------------
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-28 22:49:51 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.