Bug 437623 - When Project Explorer contains semanticfs then the error "SVN: '0x0040011a: Call Menu Action' operation finished with error: The resource is inaccessible" occurs on commit
Summary: When Project Explorer contains semanticfs then the error "SVN: '0x0040011a: C...
Status: RESOLVED FIXED
Alias: None
Product: Subversive
Classification: Technology
Component: Core (show other bugs)
Version: 1.1.4   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 4.4.1   Edit
Assignee: Alexander Gurov CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 437628 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-06-17 16:23 EDT by Gregor Wolf CLA
Modified: 2014-07-19 13:25 EDT (History)
0 users

See Also:


Attachments
Screenshot of the error (19.10 KB, image/png)
2014-06-17 16:23 EDT, Gregor Wolf CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gregor Wolf CLA 2014-06-17 16:23:46 EDT
Created attachment 244312 [details]
Screenshot of the error

I'm using the Eclipse Plug-In called "ABAP Development Tools for SAP NetWeaver" which is provided at https://tools.hana.ondemand.com/#abap. It seems that it uses semanticfs to represent a connection to a SAP ABAP Backend system in the Eclipse Project Explorer. Unfortunately it seems that Subversive doesn't like a semanticfs Project in the Project Explorer when a SVN commit should be executed. When I do the commit I get the error message:

SVN: '0x0040011a: Call Menu Action' operation finished with error: The resource is inaccessible: /C2F_088_g.wolf_en.
The resource is inaccessible: /C2F_088_g.wolf_en.

Is there a way I can advise Subversive to ignore the semanticfs Project? Closing the project does not help.
Comment 1 Alexander Gurov CLA 2014-06-26 09:58:05 EDT
I think the problem should be solved by those 2 fixes: bug 431237 and bug 430349.
Please try updating to Subversive 1.1.4.
Comment 2 Alexander Gurov CLA 2014-06-26 10:02:53 EDT
(In reply to Alexander Gurov from comment #1)
If not then is there a chance to get the stack trace? Thank you in advance.
Comment 3 Gregor Wolf CLA 2014-06-26 10:03:56 EDT
Thank you Alexander, I will give it a try with an update.
Comment 4 Gregor Wolf CLA 2014-06-30 17:40:12 EDT
Unfortunately the Problem seems not to be solved in 1.1.4. Please find the Stack Trace here:

Version:	1.1.4.I20140624-1700

SVN Client:	org.eclipse.team.svn.connector.javahl18 3.0.5.I20140122-1700 svn:1.8.5 (r1542147)
jni:0.9.0

JVM Properties:
{java.runtime.name=Java(TM) SE Runtime Environment, java.runtime.version=1.7.0_55-b13, java.vendor=Oracle Corporation, line.separator=
 , java.class.version=51.0, os.name=Windows 7, os.arch=amd64, user.country=US, os.version=6.1, eclipse.commands=-os win32 -ws win32 -arch x86_64 -showsplash C:\Users\Gregor\eclipse-kepler\\plugins\org.eclipse.platform_4.3.2.v20140221-1700\splash.bmp -launcher C:\Users\Gregor\eclipse-kepler\eclipse.exe -name Eclipse --launcher.library C:\Users\Gregor\eclipse-kepler\\plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140116-2212\eclipse_1503.dll -startup C:\Users\Gregor\eclipse-kepler\\plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar --launcher.appendVmargs -exitdata a28_5c -product org.eclipse.epp.package.jee.product -vm C:\Windows\system32\javaw.exe , java.version=1.7.0_55, osgi.framework.version=3.9.1.v20140110-1610, file.separator=\, java.vm.info=mixed mode, path.separator=;, user.timezone=Europe/Berlin, user.language=en, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding=Cp1252}

java.lang.NullPointerException
java.lang.NullPointerException
	at org.eclipse.team.svn.core.utility.FileUtility.getResourcePath(FileUtility.java:142)
	at org.eclipse.team.svn.core.operation.local.RefreshResourcesOperation.mindNestedProject(RefreshResourcesOperation.java:114)
	at org.eclipse.team.svn.core.operation.local.RefreshResourcesOperation.operableData(RefreshResourcesOperation.java:100)
	at org.eclipse.team.svn.core.operation.local.RefreshResourcesOperation.getSchedulingRule(RefreshResourcesOperation.java:87)
	at org.eclipse.team.svn.core.operation.CompositeOperation.getSchedulingRule(CompositeOperation.java:78)
	at org.eclipse.team.svn.core.operation.LoggedOperation.getSchedulingRule(LoggedOperation.java:60)
	at org.eclipse.team.svn.ui.utility.WorkspaceModifyCancellableOperationWrapper.<init>(WorkspaceModifyCancellableOperationWrapper.java:33)
	at org.eclipse.team.svn.ui.utility.WorkspaceModifyOperationWrapperFactory.getCancellable(WorkspaceModifyOperationWrapperFactory.java:23)
	at org.eclipse.team.svn.ui.utility.UIMonitorUtility.doTaskScheduled(UIMonitorUtility.java:90)
	at org.eclipse.team.svn.ui.action.AbstractSVNTeamAction.runScheduled(AbstractSVNTeamAction.java:120)
	at org.eclipse.team.svn.ui.action.local.CommitAction.runImpl(CommitAction.java:59)
	at org.eclipse.team.svn.ui.action.AbstractSVNTeamAction$2.runImpl(AbstractSVNTeamAction.java:89)
	at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:82)
	at org.eclipse.team.svn.core.operation.LoggedOperation.run(LoggedOperation.java:40)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:90)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:81)
	at org.eclipse.team.svn.ui.action.AbstractSVNTeamAction.execute(AbstractSVNTeamAction.java:82)
	at org.eclipse.team.internal.ui.actions.TeamAction.run(TeamAction.java:515)
	at org.eclipse.team.internal.ui.actions.TeamAction.runWithEvent(TeamAction.java:549)
	at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
	at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:140)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:611)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
	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:636)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
Comment 5 Alexander Gurov CLA 2014-07-19 12:18:48 EDT
*** Bug 437628 has been marked as a duplicate of this bug. ***
Comment 6 Alexander Gurov CLA 2014-07-19 12:19:29 EDT
Thank you very much, I'll fix it.
Comment 7 Alexander Gurov CLA 2014-07-19 13:25:57 EDT
Fixed.