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

Failed in remoteFile.getContents()

From: Tomas Kolda <kolda_at_lss.fd.cvut.cz>
Date: 2005-03-25 15:14:19 CET

Hi all,

I'm trying to use subclipse in eclipse IDE. Everything looks great, but
I get "Failed in remoteFile.getContents()" error message when I try to
look at differences in team synchronization view. I don't know what that
means. If I use Compare with in resource view everything is OK.
Synchronization view is better and speeds up my work (I'm working with
CVS also and with CVS it works good).

I'm using Eclipse 3.0.2 (I tried 3.0.1 too) and subclipse 0.9.28 on
Gentoo Linux.

Error message in console view:
    HTTP Path Not Found
svn: PROPFIND request failed on
'/svn/repos/!svn/bc/8802/branches/tomas_app2/bw/client/main.cpp'
svn: '/svn/repos/!svn/bc/8802/branches/tomas_app2/bw/client/main.cpp'
path not found

I tried to rebuild latest subversion from trunk. There was some errors
in javahl (interface in locking changes in subversion 1.2). But on the
end Eclipse output error to log:

java.version=1.4.2-01
java.vendor=Blackdown Java-Linux Team
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=cs_CZ

!ENTRY org.tigris.subversion.subclipse.core 4 -6 III 25, 2005 12:52:49.896
!MESSAGE Javahl client adapter is not available
!STACK 0
org.tigris.subversion.svnclientadapter.SVNClientException: Javahl client
adapter is not available
        at
org.tigris.subversion.svnclientadapter.javahl.JhlClientAdapterFactory.setup(JhlClientAdapterFactory.java:48)
        at
org.tigris.subversion.subclipse.core.SVNClientManager.startup(SVNClientManager.java:40)
        at
org.tigris.subversion.subclipse.core.SVNProviderPlugin.start(SVNProviderPlugin.java:116)
        at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:958)
        at java.security.AccessController.doPrivileged(Native Method)
        at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:954)
        at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937)
        at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:421)
        at
org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:293)
        at
org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:110)
        at
org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:371)
        at
org.eclipse.osgi.framework.internal.core.BundleLoader.requireClass(BundleLoader.java:336)
        at
org.eclipse.osgi.framework.internal.core.BundleLoader.findRequiredClass(BundleLoader.java:914)
        at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:399)
        at
org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:1618)
        at java.lang.Class.getConstructor0(Class.java:1930)
        at java.lang.Class.newInstance0(Class.java:278)
        at java.lang.Class.newInstance(Class.java:261)
        at
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:153)
        at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:933)
        at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:421)
        at
org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:293)
        at
org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:110)
        at
org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:371)
        at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
        at
org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
        at
org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:307)
        at
org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:336)
        at
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1313)
        at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:131)
        at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:124)
        at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:113)
        at
org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:196)
        at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:51)
        at
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:193)
        at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition$1.run(LightweightDecoratorDefinition.java:83)
        at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
        at org.eclipse.core.runtime.Platform.run(Platform.java:747)
        at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.internalGetDecorator(LightweightDecoratorDefinition.java:79)
        at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:153)
        at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:60)
        at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
        at org.eclipse.core.runtime.Platform.run(Platform.java:747)
        at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:258)
        at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:241)
        at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:285)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)

Thank for your help

T
Received on Sat Mar 26 01:14:19 2005

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.