【发布时间】:2020-08-31 19:35:07
【问题描述】:
Failed to start service: The service did not respond to the start or control request in a timely fashion
at CommunityInstaller.Service.Service.<StartAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CommunityInstaller.Service.Manager.<AddServiceAsync>d__7.MoveNext()
我在安装过程中收到此错误 - 之前的安装挂起,然后没有成功完成。知道如何修复此问题或清理并重新启动吗?
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CommunityInstaller.ServiceAction.<DoAsync>d__36.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at CommunityInstaller.InstallWorkflow.<HandleD4WPackageAsync>d__29.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CommunityInstaller.InstallWorkflow.<ProcessAsync>d__24.MoveNext()
【问题讨论】:
-
欢迎来到 Stack Overflow!不幸的是,除了错误堆栈跟踪之外什么都没有,这里真的不够继续。此外,这真的不是一个编程问题。这更像是一个软件安装问题——也许可以向 Docker 寻求支持?
-
听起来不错 - 我会问 Docker。
-
我通过重置 WMI 修复了类似的问题。 stackoverflow.com/questions/68239121/…
标签: docker-desktop