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

Cannnot synchronize with SVN repository

From: Bavo De Ridder <bderidder_at_novell.com>
Date: 2005-09-14 10:43:56 CEST

Hi,

I am running Subclipse 0.9.34 and I get the following exception in my
eclipse .log file each time I try to synchronize the project:

java.lang.UnsatisfiedLinkError: notification2
        at org.tigris.subversion.javahl.SVNClient.notification2(Native
Method)
        at
org.tigris.subversion.javahl.SVNClientSynchronized.notification2
(SVNClientSynchronized.java:354)
        at
org.tigris.subversion.svnclientadapter.javahl.JhlClientAdapter.<init>(JhlClientAdapter.java:46)
        at
org.tigris.subversion.svnclientadapter.javahl.JhlClientAdapterFactory.createSVNClientImpl(JhlClientAdapterFactory.java:34)
        at
org.tigris.subversion.svnclientadapter.SVNClientAdapterFactory.createSVNClient(SVNClientAdapterFactory.java:60)
        at
org.tigris.subversion.subclipse.core.SVNClientManager.createSVNClient(SVNClientManager.java:133)
        at
org.tigris.subversion.subclipse.core.SVNProviderPlugin.createSVNClient(SVNProviderPlugin.java:369)
        at
org.tigris.subversion.subclipse.core.status.RecursiveStatusUpdateStrategy.statusesToUpdate(RecursiveStatusUpdateStrategy.java:59)
        at
org.tigris.subversion.subclipse.core.status.StatusCacheManager.refreshStatus(StatusCacheManager.java:237)
        at
org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.refresh(SVNWorkspaceSubscriber.java:210)
        at
org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.refresh(SVNWorkspaceSubscriber.java:191)
        at
org.eclipse.team.internal.ui.synchronize.RefreshSubscriberJob.run(RefreshSubscriberJob.java:290)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)

I use the jahahl (JNI) option, the .so file is located in /usr/lib
(libsvnjavahl-1.so.0.0.0) and I have in my eclipse startup script the
line "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib".

What is going wrong?

-- 
Bavo De Ridder
Received on Wed Sep 14 18:43:56 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.