Skip to content

Timeout crash at startup #11934

Description

@cech12
  • I have tried with the latest version of Docker Desktop (3.6.0 should be the latest)
  • I have tried disabling enabled experimental features (I cannot use the GUI until the error happens)
  • I have uploaded Diagnostics
  • Diagnostics ID: D63B6E21-C7D4-465D-ADF3-AE07C5494C8F/20210819062331

Actual behavior

When I start the program, this error message appears after about one to two minutes:
docker error
When I close the error message, the program also closes. Then when I try again, the same thing happens.

Expected behavior

Docker Desktop should start without error messages.

Information

  • Windows Version: Windows 10 Pro (19043)
  • Docker Desktop Version: 3.6.0 (67351)
  • Are you running inside a virtualized Windows e.g. on a cloud server or a VM: no

Docker had an update two days ago. After that, however, everything went smoothly just as it did the day after. With today's system start the error message came up. System restart did not help .

Full error message: (German)

System.ServiceProcess.TimeoutException:
Der Vorgang wurde nicht abgeschlossen, da der Timeout abgelaufen ist.
   bei System.ServiceProcess.ServiceController.WaitForStatus(ServiceControllerStatus desiredStatus, TimeSpan timeout)
   bei Docker.Backend.Processes.WindowsDockerDaemon.TryToStartService(Settings settings, String args, Dictionary`2 env) in C:\workspaces\master-merge\src\github.com\docker\pinata\win\src\Docker.Backend\Processes\WindowsDockerDaemon.cs:Zeile 208.
   bei System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass6_1.<GetExecutor>b__0(Object instance, Object[] methodParameters)
   bei System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__1.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__5.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__15.MoveNext()

Steps to reproduce the behavior

  1. Start Docker Desktop
  2. Wait one to two minutes
  3. The error message is displayed

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions