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

Re: Error viewing congifuration detail from the About Box

From: Nick Chalko <nick_at_chalko.com>
Date: 2004-04-23 09:52:35 CEST

Here is a "smaller" log
Fresh startup,
On a project that use to work with subclipse I right click, propeties,
subclipse
I get the Ordinal error and this log
------------------------------------------------------------------------
!SESSION Apr 23, 2004 00:49:23.847
---------------------------------------------
java.version=1.4.2
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
!ENTRY org.eclipse.core.runtime 4 2 Apr 23, 2004 00:49:23.847
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.core.runtime".
!STACK 0
java.lang.UnsatisfiedLinkError:
C:\eclipse\plugins\org.tigris.subversion.subclipse.core_0.9.0\svnjavahl.dll:
The operating system cannot run %1
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1469)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at org.tigris.subversion.javahl.SVNClient.<clinit>(SVNClient.java:34)
    at
org.tigris.subversion.svnclientadapter.javahl.JhlClientAdapter.<init>(JhlClientAdapter.java:102)
    at
org.tigris.subversion.svnclientadapter.SVNClientAdapterFactory.createSVNClient(SVNClientAdapterFactory.java:80)
    at
org.tigris.subversion.subclipse.core.SVNProviderPlugin.createSVNClient(SVNProviderPlugin.java:349)
    at
org.tigris.subversion.subclipse.core.resources.LocalResourceStatusCache.updateStatusSet(LocalResourceStatusCache.java:120)
    at
org.tigris.subversion.subclipse.core.resources.LocalResourceStatusCache.getStatus(LocalResourceStatusCache.java:173)
    at
org.tigris.subversion.subclipse.core.resources.LocalResource.getStatus(LocalResource.java:157)
    at
org.tigris.subversion.subclipse.core.resources.LocalResource.hasRemote(LocalResource.java:150)
    at
org.tigris.subversion.subclipse.core.SVNTeamProvider.setProject(SVNTeamProvider.java:80)
    at
org.eclipse.team.core.RepositoryProvider.mapNewProvider(RepositoryProvider.java:172)
    at
org.eclipse.team.core.RepositoryProvider.mapExistingProvider(RepositoryProvider.java:201)
    at
org.eclipse.team.core.RepositoryProvider.getProvider(RepositoryProvider.java:464)
    at
org.tigris.subversion.subclipse.ui.properties.SVNPropertyPage.addSecondSection(SVNPropertyPage.java:147)
    at
org.tigris.subversion.subclipse.ui.properties.SVNPropertyPage.createContents(SVNPropertyPage.java:206)
    at
org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:217)
    at
org.eclipse.jface.preference.PreferenceDialog$12.run(PreferenceDialog.java:1011)
    at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610)
    at org.eclipse.core.runtime.Platform.run(Platform.java:521)
    at
org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1006)
    at
org.eclipse.jface.preference.PreferenceDialog$9.selectionChanged(PreferenceDialog.java:570)
    at
org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:431)
    at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610)
    at org.eclipse.core.runtime.Platform.run(Platform.java:521)
    at
org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:429)
    at
org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:680)
    at
org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:698)
    at
org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:198)
    at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:193)
    at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:334)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2555)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2260)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:670)
    at org.eclipse.jface.window.Window.open(Window.java:650)
    at
org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:164)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
    at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:550)
    at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:502)
    at
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:435)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536)
    at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
    at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90)
    at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277)
    at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239)
    at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:267)
    at org.eclipse.core.launcher.Main.run(Main.java:692)
    at org.eclipse.core.launcher.Main.main(Main.java:676)
Received on Fri Apr 23 17:52:35 2004

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.