【问题标题】:"Azure File Copy" task failing for copying files to VM“Azure 文件复制”任务无法将文件复制到 VM
【发布时间】:2017-09-06 21:09:09
【问题描述】:

我一直在寻找使用 TFS vNext 更新部署在 Azure VM 上的 Web api 的方法。 Web Api 部署在多个 Azure 虚拟机(经典)上。

我正在使用“Azure 文件复制”任务将已发布的网站复制到虚拟机上的相关文件夹中。

构建将文件从本地文件路径上传到 blob 正常,但之后失败并出现以下错误

2017-04-11T10:54:53.1524432Z ##[error], ServiceCommandException\r\n FullyQualifiedErrorId :CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand\r\n"}};]
2017-04-11T10:54:53.1674435Z ##[warning]'##vso[task.logissue type=error;code={"Task_Internal_Error":Failed to start service 'VisualStudioRemoteDeployer28cc825e-0ecd-4362-a597-7ff9a10b7f2c'. Consult the logs below:' contains logging command keyword '##vso', but it's not a legal command. Please reference documentaion to fix any potentially syntax error (http://go.microsoft.com/fwlink/?LinkId=817296)
2017-04-11T10:54:53.1684427Z ##vso[task.logissue type=error;code={"Task_Internal_Error":Failed to start service 'VisualStudioRemoteDeployer28cc825e-0ecd-4362-a597-7ff9a10b7f2c'. Consult the logs below:
2017-04-11T10:54:53.1684427Z Service 'VisualStudioRemoteDeployer28cc825e-0ecd-4362-a597-7ff9a10b7f2c (VisualStudioRemoteDeployer28cc825e-0ecd-4362-a597-7ff9a10b7f2c)' cannot be started due to the following error: Cannot start service VisualStudioRemoteDeployer28cc825e-0ecd-4362-a597-7ff9a10b7f2c on computer '.'.
2017-04-11T10:54:53.1684427Z  CategoryInfo :OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service], ServiceCommandException
2017-04-11T10:54:53.1684427Z  FullyQualifiedErrorId :CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand
2017-04-11T10:54:53.1684427Z  For more info please refer to https://aka.ms/azurefilecopyreadme};]
2017-04-11T10:54:53.3654455Z ##[error]Failed to start service 'VisualStudioRemoteDeployer28cc825e-0ecd-4362-a597-7ff9a10b7f2c'. Consult the logs below:
Service 'VisualStudioRemoteDeployer28cc825e-0ecd-4362-a597-7ff9a10b7f2c (VisualStudioRemoteDeployer28cc825e-0ecd-4362-a597-7ff9a10b7f2c)' cannot be started due to the following error: Cannot start service VisualStudioRemoteDeployer28cc825e-0ecd-4362-a597-7ff9a10b7f2c on computer '.'.
 CategoryInfo :OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service], ServiceCommandException
 FullyQualifiedErrorId :CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand

【问题讨论】:

标签: tfs build tfsbuild azure-pipelines vnext


【解决方案1】:

设法解决了问题。导致错误的是无效凭据。我正在使用带有机器名称的“管理员登录”登录。当我只使用名称的登录部分时,它工作得很好。

【讨论】:

  • 你的意思是“登录名的一部分”?
猜你喜欢
  • 1970-01-01
  • 2016-09-12
  • 2020-08-18
  • 1970-01-01
  • 1970-01-01
  • 2020-11-01
  • 2020-12-23
  • 2018-05-10
  • 2017-05-06
相关资源
最近更新 更多