It's all about the answers!

Ask a question

Exception whilst running accept from SCM command line


Jeff Care (1.0k3833) | asked Feb 21 '11, 2:52 p.m.
I got this exception today whilst running scm accept from the SCM command line:

org.eclipse.core.runtime.CoreException: Plug-in com.ibm.team.repository.client was unable to load class com.ibm.team.links.client.internal.AuditableLinkManagerClientLibraryFactory.

at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:180)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:162)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:874)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
at com.ibm.team.repository.client.internal.ClientLibraryFactoryRegistry$Descriptor$1.run(ClientLibraryFactoryRegistry.java:139)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at com.ibm.team.repository.client.internal.ClientLibraryFactoryRegistry$Descriptor.getFactory(ClientLibraryFactoryRegistry.java:131)
at com.ibm.team.repository.client.internal.ClientLibraryFactoryRegistry.getClientLibrary(ClientLibraryFactoryRegistry.java:88)
at com.ibm.team.repository.client.internal.TeamRepository.getClientLibrary(TeamRepository.java:495)
at com.ibm.team.filesystem.rcp.core.internal.changes.util.listeners.EventManager.add(EventManager.java:415)
at com.ibm.team.filesystem.rcp.core.internal.changes.util.ComponentSyncContext.hookEvents(ComponentSyncContext.java:1222)
at com.ibm.team.filesystem.rcp.core.internal.changes.util.ComponentSyncContext.init(ComponentSyncContext.java:1217)
at com.ibm.team.filesystem.rcp.core.internal.changes.operations.ComponentSyncModelUpdateOperation.updateComponentContexts(ComponentSyncModelUpdateOperation.java:255)
at com.ibm.team.filesystem.rcp.core.internal.changes.operations.ComponentSyncModelUpdateOperation.execute(ComponentSyncModelUpdateOperation.java:170)
at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
at com.ibm.team.filesystem.rcp.core.internal.changes.util.listeners.UpdateChangesJob.run(UpdateChangesJob.java:211)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.lang.IllegalStateException: Bundle "update@plugins/com.ibm.team.repository.client_1.1.0.v20101110_2242.jar" has been uninstalled
at org.eclipse.osgi.framework.internal.core.AbstractBundle.checkValid(AbstractBundle.java:1160)
at org.eclipse.osgi.framework.internal.core.BundleHost.checkLoader(BundleHost.java:185)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1193)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:160)
... 16 more


I'm running RTC 3.0 GA

3 answers



permanent link
Evan Hughes (2.4k1318) | answered Feb 22 '11, 10:03 a.m.
JAZZ DEVELOPER
Was there a recent change to your installation? Namely, did someone upgrade the CLI?

permanent link
Jeff Care (1.0k3833) | answered Feb 22 '11, 10:14 a.m.
No, this is a stock 3.0 GA installation on Linux; installed as root, running as a normal user.

Was there a recent change to your installation? Namely, did someone upgrade the CLI?

permanent link
Evan Hughes (2.4k1318) | answered Feb 22 '11, 10:17 a.m.
JAZZ DEVELOPER
If you delete the contents of ~/.jazz-scm/scratch (without any running CLI/daemon instances) does the problem recur?

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.