
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
When trying to execute a test in Execution Server 15.5 (Windows 7), I am receiving this error :
E;OV;2015-11-11;14:39:48;TM;ExecPlanExecutor#218169;com.segue.scc.published.api.vcs.SourceControlException: The 'StarTeam' Plugin could not be loaded. Ensure that the plugin archive is available on the application server.
at com.segue.scc.vcs.UnavailableSourceControlProfile.newSourceControlException(UnavailableSourceControlProfile.java:77)
at com.segue.scc.vcs.UnavailableSourceControlProfile.get(UnavailableSourceControlProfile.java:23)
at com.segue.scc.thirdparty.vcs.MirroredSourceCache.getLatest(MirroredSourceCache.java:130)
at com.segue.scc.thirdparty.vcs.MirroredSourceCache.getLatest(MirroredSourceCache.java:94)
at com.segue.tm.execserver.planning.internal.TestContainerContext.<init>(TestContainerContext.java:35)
at com.segue.tm.execserver.planning.internal.TestInvocationFactoryImpl.createTestInvocations(TestInvocationFactoryImpl.java:46)
at com.segue.tm.execserver.execution.internal.TestDefinitionSetRunner.<init>(TestDefinitionSetRunner.java:89)
at com.segue.tm.execserver.execution.internal.ExecDefRunController.performRegular(ExecDefRunController.java:244)
at com.segue.tm.execserver.execution.internal.ExecDefRunController.run(ExecDefRunController.java:184)
at com.segue.tm.execserver.execution.ExecDefinitionTask.run(ExecDefinitionTask.java:75)
at com.segue.scc.util.threading.ThreadNameSwitchingRunnable.run(ThreadNameSwitchingRunnable.java:18)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
What is happening ?
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
The StarTeam plugin (starteam.zip) should also be available on the execution server host. Can you please check if it is there? The StarTeam plugin should reside inside the application data folder (in the Plugins subfolder) on the execution server host, which is "[ProgramData]\SilkCentral\AgentBase\Plugins" (e.g. "C:\ProgramData\SilkCentral\AgentBase\Plugins").
What maybe can help is to deactivate and activate this specific execution server in Silk Central. This should upload - among other plugins - the StarTeam plugin again to this execution server. Once you deactivated/activated your execution server, please check if the starteam.zip has been uploaded to the execution server again. (When activating the execution server again, it can take some seconds until the plugins are uploaded).
If it is there, try to rerun your test on this execution server.
Regards
Michael

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Please check if the starteam.zip is in the plugins folder of the Silk Central installation directory of the ApplicationServer machine.
Do you see any exceptions regarding the StarTeam plugin in the ApplicationServer log?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thank you for reply Sebastian.
I checked starteam.zip and it is in plugins fold.
I don't see any exceptions regarding the Starteam plugin in the ApplicationServer log.
This problem occurs only in one Execution Server. The others are executing remotes tests.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
The StarTeam plugin (starteam.zip) should also be available on the execution server host. Can you please check if it is there? The StarTeam plugin should reside inside the application data folder (in the Plugins subfolder) on the execution server host, which is "[ProgramData]\SilkCentral\AgentBase\Plugins" (e.g. "C:\ProgramData\SilkCentral\AgentBase\Plugins").
What maybe can help is to deactivate and activate this specific execution server in Silk Central. This should upload - among other plugins - the StarTeam plugin again to this execution server. Once you deactivated/activated your execution server, please check if the starteam.zip has been uploaded to the execution server again. (When activating the execution server again, it can take some seconds until the plugins are uploaded).
If it is there, try to rerun your test on this execution server.
Regards
Michael

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thanks Michael.
We copied "C:\ProgramData\SilkCentral\AgentBase\Plugins" from another machine and it works !!