Hi,
I am getting following error when I am trying to schedule test on remote machine.
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),Execution] SourceControlMediator.GetProject() : Getting latest source control version of project 22d928a8-7906-47ee-974a-148a5b0c71ac
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:76),Execution] SourceControlMediator.GetProject() : Getting latest source control version of project 22db722c-953b-4a8f-9747-bf57b59e69e2
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),Execution] SourceControlMediator.GetProject() : Getting latest source control version of project 22d928a8-7906-47ee-974a-148a5b0c71ac
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:36),Execution] SourceControlMediator.GetProject() : Getting latest source control version of project 22db722c-953b-4a8f-9747-bf57b59e69e2
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),Execution] SourceControlMediator.GetProject() : Getting latest source control version of project 22db722c-953b-4a8f-9747-bf57b59e69e2
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:76),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function Start -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function Start -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:76),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function End -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function Start -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:36),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function Start -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function Start -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:76),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function Start -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function End -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function End -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function End -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function Start -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function Start -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function Start -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:36),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function End -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:36),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function Start -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:36),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function End -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function End -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:76),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function End -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),Execution] SourceControlMediator.GetProject() : EXCEPTION! (see below)
Situation: Failed to retrieve files in SourceControlDataTransportReader.GetProjectFromSourceControl
Outer Exception Type: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceExistsException
Message: The workspace 22db722c-953b-4a8f-9747-bf57b59e69e2;Dhaval Pathak already exists on computer DEVCOMMON1.
HRESULT: 0x80131600 (Official ID (if app.) = COR_E_APPLICATION, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5632)
Call Stack:
at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.HandleReply(TfsClientOperation operation, TfsMessage message, Object[]& outputs)
at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs)
at Microsoft.TeamFoundation.VersionControl.Client.Repository.CreateWorkspace(Workspace workspace)
at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.CreateWorkspace(Workspace workspace)
at Microsoft.TeamFoundation.VersionControl.Client.Client.CreateWorkspace(CreateWorkspaceParameters cwp)
at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateWorkspace(CreateWorkspaceParameters createWorkspaceParameters)
at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateWorkspace(String name, String owner, String comment, WorkingFolder[] mappings)
at ArtOfTest.Common.TFSClient.TFSServer.AttachToRepository(IRepositoryInfo repository)
at Telerik.TestStudio.Services.Common.SourceControlMediator.GetProject(String targetPath, String projectIdentifier, String sourceControlServerAddress, String sourceControlRemotePath)
Inner Exception Type: System.Web.Services.Protocols.SoapException
Message: The workspace 22db722c-953b-4a8f-9747-bf57b59e69e2;Dhaval Pathak already exists on computer DEVCOMMON1.
HRESULT: 0x80131501 (Official ID (if app.) = COR_E_SYSTEM, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5377)
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:36),Execution] SourceControlMediator.GetProject() : EXCEPTION! (see below)
Situation: Failed to retrieve files in SourceControlDataTransportReader.GetProjectFromSourceControl
Outer Exception Type: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceExistsException
Message: The workspace 22db722c-953b-4a8f-9747-bf57b59e69e2;Dhaval Pathak already exists on computer DEVCOMMON1.
HRESULT: 0x80131600 (Official ID (if app.) = COR_E_APPLICATION, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5632)
Call Stack:
at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.HandleReply(TfsClientOperation operation, TfsMessage message, Object[]& outputs)
at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs)
at Microsoft.TeamFoundation.VersionControl.Client.Repository.CreateWorkspace(Workspace workspace)
at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.CreateWorkspace(Workspace workspace)
at Microsoft.TeamFoundation.VersionControl.Client.Client.CreateWorkspace(CreateWorkspaceParameters cwp)
at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateWorkspace(CreateWorkspaceParameters createWorkspaceParameters)
at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateWorkspace(String name, String owner, String comment, WorkingFolder[] mappings)
at ArtOfTest.Common.TFSClient.TFSServer.AttachToRepository(IRepositoryInfo repository)
at Telerik.TestStudio.Services.Common.SourceControlMediator.GetProject(String targetPath, String projectIdentifier, String sourceControlServerAddress, String sourceControlRemotePath)
Inner Exception Type: System.Web.Services.Protocols.SoapException
Message: The workspace 22db722c-953b-4a8f-9747-bf57b59e69e2;Dhaval Pathak already exists on computer DEVCOMMON1.
HRESULT: 0x80131501 (Official ID (if app.) = COR_E_SYSTEM, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5377)
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function End -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function End -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),Execution] SourceControlMediator.GetProject() : EXCEPTION! (see below)
Situation: Failed to retrieve files in SourceControlDataTransportReader.GetProjectFromSourceControl
Outer Exception Type: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceExistsException
Message: The workspace 22d928a8-7906-47ee-974a-148a5b0c71ac;Dhaval Pathak already exists on computer DEVCOMMON1.
HRESULT: 0x80131600 (Official ID (if app.) = COR_E_APPLICATION, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5632)
Call Stack:
at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.HandleReply(TfsClientOperation operation, TfsMessage message, Object[]& outputs)
at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs)
at Microsoft.TeamFoundation.VersionControl.Client.Repository.CreateWorkspace(Workspace workspace)
at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.CreateWorkspace(Workspace workspace)
at Microsoft.TeamFoundation.VersionControl.Client.Client.CreateWorkspace(CreateWorkspaceParameters cwp)
at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateWorkspace(CreateWorkspaceParameters createWorkspaceParameters)
at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateWorkspace(String name, String owner, String comment, WorkingFolder[] mappings)
at ArtOfTest.Common.TFSClient.TFSServer.AttachToRepository(IRepositoryInfo repository)
at Telerik.TestStudio.Services.Common.SourceControlMediator.GetProject(String targetPath, String projectIdentifier, String sourceControlServerAddress, String sourceControlRemotePath)
Inner Exception Type: System.Web.Services.Protocols.SoapException
Message: The workspace 22d928a8-7906-47ee-974a-148a5b0c71ac;Dhaval Pathak already exists on computer DEVCOMMON1.
HRESULT: 0x80131501 (Official ID (if app.) = COR_E_SYSTEM, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5377)
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:76),Execution] SourceControlMediator.GetProject() : The files have been retrieved from source control for 22db722c-953b-4a8f-9747-bf57b59e69e2
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),Execution] SourceControlMediator.GetProject() : The files have been retrieved from source control for 22d928a8-7906-47ee-974a-148a5b0c71ac
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),Execution] JobRunner.RunJobAsync() : Use source control server: YES
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),Execution] JobRunner.RunJobAsync() : Source control server address: http://tfs:8080/tfs
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Use source control server: YES
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Source control server address: http://tfs:8080/tfs
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Use source control server: YES
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Source control server address: http://tfs:8080/tfs
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),Execution] JobRunner.RunJobAsync() : Project remote path: $/Tools/Quality Assurance Testing/Ontario Park
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Project remote path: $/Tools/Quality Assurance Testing/Ontario Park
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Project remote path: $/Tools/Quality Assurance Testing/Ontario Parks Test Automation
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Users\dhaval.pathak\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Users\dhaval.pathak\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Users\dhaval.pathak\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),Execution] JobBroker.ctor() : Job runner refused this job!
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobBroker.ctor() : Job runner refused this job!
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobBroker.ctor() : Job runner refused this job!
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:52),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:52),Execution] JobRunner.RunJobAsync() : Use source control server: YES
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:52),Execution] JobRunner.RunJobAsync() : Source control server address: http://tfs:8080/tfs
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),Execution] JobRunner.RunJobAsync() : Use source control server: YES
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),Execution] JobRunner.RunJobAsync() : Source control server address: http://tfs:8080/tfs
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),Execution] JobRunner.RunJobAsync() : Project remote path: $/Tools/Quality Assurance Testing/Ontario Parks Test Automation
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Users\dhaval.pathak\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),Execution] JobBroker.ctor() : Job runner refused this job!
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:52),Execution] JobRunner.RunJobAsync() : Project remote path: $/Tools/Quality Assurance Testing/Ontario Park
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:52),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:52),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Users\dhaval.pathak\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:52),Execution] JobBroker.ctor() : Job runner refused this job!
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),Execution] SourceControlMediator.GetProject() : Getting latest source control version of project 22d928a8-7906-47ee-974a-148a5b0c71ac
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function Start -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),Execution] SourceControlMediator.GetProject() : Getting latest source control version of project 22db722c-953b-4a8f-9747-bf57b59e69e2
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),Execution] SourceControlMediator.GetProject() : Getting latest source control version of project 22d928a8-7906-47ee-974a-148a5b0c71ac
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:72),Execution] SourceControlMediator.GetProject() : Getting latest source control version of project 22db722c-953b-4a8f-9747-bf57b59e69e2
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function Start -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function End -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] SourceControlMediator.GetProject() : Getting latest source control version of project 22db722c-953b-4a8f-9747-bf57b59e69e2
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function Start -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function End -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function Start -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function Start -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:72),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function Start -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function Start -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function End -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function Start -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function End -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:72),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function End -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:72),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function Start -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function Start -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function End -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function End -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),Execution] SourceControlMediator.GetProject() : EXCEPTION! (see below)
Situation: Failed to retrieve files in SourceControlDataTransportReader.GetProjectFromSourceControl
Outer Exception Type: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceExistsException
Message: The workspace 22d928a8-7906-47ee-974a-148a5b0c71ac;Dhaval Pathak already exists on computer DEVCOMMON1.
HRESULT: 0x80131600 (Official ID (if app.) = COR_E_APPLICATION, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5632)
Call Stack:
at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.HandleReply(TfsClientOperation operation, TfsMessage message, Object[]& outputs)
at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs)
at Microsoft.TeamFoundation.VersionControl.Client.Repository.CreateWorkspace(Workspace workspace)
at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.CreateWorkspace(Workspace workspace)
at Microsoft.TeamFoundation.VersionControl.Client.Client.CreateWorkspace(CreateWorkspaceParameters cwp)
at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateWorkspace(CreateWorkspaceParameters createWorkspaceParameters)
at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateWorkspace(String name, String owner, String comment, WorkingFolder[] mappings)
at ArtOfTest.Common.TFSClient.TFSServer.AttachToRepository(IRepositoryInfo repository)
at Telerik.TestStudio.Services.Common.SourceControlMediator.GetProject(String targetPath, String projectIdentifier, String sourceControlServerAddress, String sourceControlRemotePath)
Inner Exception Type: System.Web.Services.Protocols.SoapException
Message: The workspace 22d928a8-7906-47ee-974a-148a5b0c71ac;Dhaval Pathak already exists on computer DEVCOMMON1.
HRESULT: 0x80131501 (Official ID (if app.) = COR_E_SYSTEM, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5377)
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function End -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] SourceControlMediator.GetProject() : EXCEPTION! (see below)
Situation: Failed to retrieve files in SourceControlDataTransportReader.GetProjectFromSourceControl
Outer Exception Type: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceExistsException
Message: The workspace 22db722c-953b-4a8f-9747-bf57b59e69e2;Dhaval Pathak already exists on computer DEVCOMMON1.
HRESULT: 0x80131600 (Official ID (if app.) = COR_E_APPLICATION, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5632)
Call Stack:
at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.HandleReply(TfsClientOperation operation, TfsMessage message, Object[]& outputs)
at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs)
at Microsoft.TeamFoundation.VersionControl.Client.Repository.CreateWorkspace(Workspace workspace)
at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.CreateWorkspace(Workspace workspace)
at Microsoft.TeamFoundation.VersionControl.Client.Client.CreateWorkspace(CreateWorkspaceParameters cwp)
at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateWorkspace(CreateWorkspaceParameters createWorkspaceParameters)
at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateWorkspace(String name, String owner, String comment, WorkingFolder[] mappings)
at ArtOfTest.Common.TFSClient.TFSServer.AttachToRepository(IRepositoryInfo repository)
at Telerik.TestStudio.Services.Common.SourceControlMediator.GetProject(String targetPath, String projectIdentifier, String sourceControlServerAddress, String sourceControlRemotePath)
Inner Exception Type: System.Web.Services.Protocols.SoapException
Message: The workspace 22db722c-953b-4a8f-9747-bf57b59e69e2;Dhaval Pathak already exists on computer DEVCOMMON1.
HRESULT: 0x80131501 (Official ID (if app.) = COR_E_SYSTEM, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5377)
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function End -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),Execution] SourceControlMediator.GetProject() : The files have been retrieved from source control for 22db722c-953b-4a8f-9747-bf57b59e69e2
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),Execution] SourceControlMediator.GetProject() : The files have been retrieved from source control for 22d928a8-7906-47ee-974a-148a5b0c71ac
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:72),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function End -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:72),Execution] SourceControlMediator.GetProject() : The files have been retrieved from source control for 22db722c-953b-4a8f-9747-bf57b59e69e2
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Use source control server: YES
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Source control server address: http://tfs:8080/tfs
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Project remote path: $/Tools/Quality Assurance Testing/Ontario Parks Test Automation
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Users\dhaval.pathak\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobBroker.ctor() : Job runner refused this job!
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:15),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:15),Execution] JobRunner.RunJobAsync() : Use source control server: YES
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:15),Execution] JobRunner.RunJobAsync() : Source control server address: http://tfs:8080/tfs
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:15),Execution] JobRunner.RunJobAsync() : Project remote path: $/Tools/Quality Assurance Testing/Ontario Park
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:15),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:15),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Users\dhaval.pathak\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:15),Execution] JobBroker.ctor() : Job runner refused this job!
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),Execution] JobRunner.RunJobAsync() : Use source control server: YES
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Use source control server: YES
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Source control server address: http://tfs:8080/tfs
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),Execution] JobRunner.RunJobAsync() : Source control server address: http://tfs:8080/tfs
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),Execution] JobRunner.RunJobAsync() : Project remote path: $/Tools/Quality Assurance Testing/Ontario Parks Test Automation
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Project remote path: $/Tools/Quality Assurance Testing/Ontario Park
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Users\dhaval.pathak\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Users\dhaval.pathak\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),Execution] JobBroker.ctor() : Job runner refused this job!
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobBroker.ctor() : Job runner refused this job!
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),Execution] JobRunner.RunJobAsync() : Use source control server: YES
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),Execution] JobRunner.RunJobAsync() : Source control server address: http://tfs:8080/tfs
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),Execution] JobRunner.RunJobAsync() : Project remote path: $/Tools/Quality Assurance Testing/Ontario Park
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Users\dhaval.pathak\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),Execution] JobBroker.ctor() : Job runner refused this job!