pwll
@pwll

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

Docker 起動時のエラー (Windows10Home + WSL2)

実行環境

  • Windows10 Home (仮想化は有効、WSL2はセットアップ済み)
  • Docker Desktop for Windows

エラー内容

デフォルトの設定では起動時に自動で実行されるようになっているのですが、
その際に下の画像のようなエラーが発生します。
docker_error.png

エラーメッセージの全文
System.ArgumentException:
Unable to create an instance of Docker.App: Unable to create an instance of Docker.ApiServices.Update.UpdateCheckTimer: Unable to create an instance of Docker.ApiServices.Update.Updater: Unable to create an instance of Docker.Notifications.BackgroundUpdateWatcher: 呼び出しのターゲットが例外をスローしました。
   場所 Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 89
   場所 Docker.Core.Di.Singletons.Get(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 51
   場所 Docker.Core.Di.Singletons.Get[T]() 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 28
   場所 Docker.Program.Run(IReadOnlyCollection`1 args) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Desktop\Program.cs:行 340

  System.ArgumentException:
  Unable to create an instance of Docker.ApiServices.Update.UpdateCheckTimer: Unable to create an instance of Docker.ApiServices.Update.Updater: Unable to create an instance of Docker.Notifications.BackgroundUpdateWatcher: 呼び出しのターゲットが例外をスローしました。
     場所 Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 89
     場所 Docker.Core.Di.Singletons.Get(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 51
     場所 System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
     場所 System.Linq.Buffer`1..ctor(IEnumerable`1 source)
     場所 System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
     場所 Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 83

     System.ArgumentException:
     Unable to create an instance of Docker.ApiServices.Update.Updater: Unable to create an instance of Docker.Notifications.BackgroundUpdateWatcher: 呼び出しのターゲットが例外をスローしました。
        場所 Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 89
        場所 Docker.Core.Di.Singletons.Get(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 51
        場所 System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
        場所 System.Linq.Buffer`1..ctor(IEnumerable`1 source)
        場所 System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
        場所 Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 83  

         System.ArgumentException:
         Unable to create an instance of Docker.Notifications.BackgroundUpdateWatcher: 呼び出しのターゲットが例外をスローしました。
            場所 Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 93
            場所 Docker.Core.Di.Singletons.Get(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 51
            場所 System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
            場所 System.Linq.Buffer`1..ctor(IEnumerable`1 source)
            場所 System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
            場所 Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 83

              System.Reflection.TargetInvocationException:
              呼び出しのターゲットが例外をスローしました。
                 場所 System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
                 場所 System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
                 場所 Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 83

                    System.Runtime.InteropServices.COMException:
                    CLSID {1ECCA34C-E88A-44E3-8D6A-8921BDE9E452} を含むコンポーネントの COM クラス ファクトリを取得中に、次のエラーが発生しました: 80080005 サーバーの実行に失敗しました (HRESULT からの例外:0x80080005 (CO_E_SERVER_EXEC_FAILURE))。
                       場所 Docker.Notifications.BackgroundUpdateWatcher..ctor(ISystrayNotifications systray) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Desktop\Notifications\BackgroundUpdateWatcher.cs:行 12

logfile
Version: 3.1.0 (51484)
Sha1: 04f280b1648e29845ae5734cfcc14796c92f3de2
Started on: 2021/03/04 17:38:45.262
Resources: C:\Program Files\Docker\Docker\resources
OS: Windows 10 Home
Edition: Core
Id: 2004
Build: 21286
BuildLabName: 21286.1000.amd64fre.rs_prerelease.201218-1418
File: C:\Users\kenta\AppData\Local\Docker\log.txt
CommandLine: "C:\Program Files\Docker\Docker\Docker Desktop.exe" 
You can send feedback, including this log file, at https://github.com/docker/for-win/issues
[17:38:45.481][GUI               ][Info   ] Starting...
[17:38:45.997][ComponentVersions ][Info   ] Edition community
[17:38:46.028][ComponentVersions ][Info   ] Edition community
[17:38:46.262][LoggingMessageHandler][Info   ] [9db40624] <GoBackendClient start> GET http://localhost/ping
[17:38:49.325][AppMigrator       ][Info   ] Current version: 6. Latest version: 6
[17:38:49.544][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:38:50.450][LoggingMessageHandler][Info   ] [52ea02d3] <GoBackendClient start> GET http://localhost/ping
[17:38:50.450][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:38:50.762][LoggingMessageHandler][Info   ] [75fff1c8] <GoBackendClient start> GET http://localhost/ping
[17:38:50.762][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:38:51.075][LoggingMessageHandler][Info   ] [c4805252] <GoBackendClient start> GET http://localhost/ping
[17:38:51.075][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:38:51.387][LoggingMessageHandler][Info   ] [221d3fe7] <GoBackendClient start> GET http://localhost/ping
[17:38:51.387][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:38:51.700][LoggingMessageHandler][Info   ] [212e748c] <GoBackendClient start> GET http://localhost/ping
[17:38:51.700][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:38:52.028][LoggingMessageHandler][Info   ] [4ede4315] <GoBackendClient start> GET http://localhost/ping
[17:38:52.028][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:38:52.340][LoggingMessageHandler][Info   ] [c1896f23] <GoBackendClient start> GET http://localhost/ping
[17:38:52.340][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:38:52.653][LoggingMessageHandler][Info   ] [a3cec469] <GoBackendClient start> GET http://localhost/ping
[17:38:52.653][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:38:52.965][LoggingMessageHandler][Info   ] [f514e76c] <GoBackendClient start> GET http://localhost/ping
[17:38:52.965][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:38:53.278][LoggingMessageHandler][Info   ] [59671e8a] <GoBackendClient start> GET http://localhost/ping
[17:38:53.294][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:38:53.606][LoggingMessageHandler][Info   ] [8106df70] <GoBackendClient start> GET http://localhost/ping
[17:38:53.606][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:38:53.919][LoggingMessageHandler][Info   ] [bafbf434] <GoBackendClient start> GET http://localhost/ping
[17:38:53.919][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:38:54.231][LoggingMessageHandler][Info   ] [1550c1d2] <GoBackendClient start> GET http://localhost/ping
[17:38:54.231][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:38:54.544][LoggingMessageHandler][Info   ] [67aac823] <GoBackendClient start> GET http://localhost/ping
[17:38:54.544][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:38:54.856][LoggingMessageHandler][Info   ] [44290390] <GoBackendClient start> GET http://localhost/ping
[17:38:54.856][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:38:55.200][LoggingMessageHandler][Info   ] [87a2acf0] <GoBackendClient start> GET http://localhost/ping
[17:38:55.200][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:38:55.528][LoggingMessageHandler][Info   ] [738b01e1] <GoBackendClient start> GET http://localhost/ping
[17:38:55.528][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:38:55.887][LoggingMessageHandler][Info   ] [f24593d8] <GoBackendClient start> GET http://localhost/ping
[17:38:55.887][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:38:56.200][LoggingMessageHandler][Info   ] [b3f999fb] <GoBackendClient start> GET http://localhost/ping
[17:38:56.200][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:39:07.764][GoBackendProcess  ][Info   ] Starting C:\Program Files\Docker\Docker\resources\com.docker.backend.exe -addr unix:\\.\pipe\dockerBackendApiServer
[17:39:11.874][GoBackendProcess  ][Info   ] Started
[17:39:12.264][TrackingSettings  ][Info   ] Crash report and usage statistics are enabled
[17:39:12.858][SegmentApi        ][Info   ] Usage statistic: Identify
[17:39:12.889][LoggingMessageHandler][Info   ] [12bb995c] <GoBackendClient start> GET http://localhost/ping
[17:39:15.564][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:39:15.871][LoggingMessageHandler][Info   ] [cfad486f] <GoBackendClient start> GET http://localhost/ping
[17:39:15.871][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:39:16.187][LoggingMessageHandler][Info   ] [9317bc35] <GoBackendClient start> GET http://localhost/ping
[17:39:16.187][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:39:16.498][LoggingMessageHandler][Info   ] [37e19f34] <GoBackendClient start> GET http://localhost/ping
[17:39:16.499][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:39:16.823][LoggingMessageHandler][Info   ] [1db07512] <GoBackendClient start> GET http://localhost/ping
[17:39:16.823][GoBackendClient   ][Warning] HttpOS Client: connection timed out.
[17:39:17.136][LoggingMessageHandler][Info   ] [bc9c3c8e] <GoBackendClient start> GET http://localhost/ping
[17:39:17.160][GoBackendProcess  ][Info   ] msg="starting backend server"
[17:39:17.161][GoBackendProcess  ][Info   ] msg="started port-forwarding control server on \\\\.\\pipe\\dockerVpnKitControl"
[17:39:17.161][GoBackendProcess  ][Info   ] msg="listening on unix:\\\\.\\pipe\\dockerVpnkitData for data connection"
[17:39:17.161][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 0s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:39:17.161][GoBackendProcess  ][Info   ] msg="adding routes for /docker.tar"
[17:39:17.161][GoBackendProcess  ][Info   ] msg="adding routes for /kube-images.tar"
[17:39:17.161][GoBackendProcess  ][Info   ] msg="adding routes for /docker.tar"
[17:39:17.161][GoBackendProcess  ][Info   ] msg="adding routes for /kube-images.tar"
[17:39:17.161][GoBackendProcess  ][Info   ] msg="adding routes for /services.tar -> C:\\Program Files\\Docker\\Docker\\resources\\services.tar"
[17:39:17.161][GoBackendProcess  ][Info   ] msg="adding routes for /services.tar -> C:\\Program Files\\Docker\\Docker\\resources\\services.tar"
[17:39:17.162][GoBackendProcess  ][Info   ] 竍ィ http server started on \\.\pipe\dockerVpnKitControl
[17:39:17.163][GoBackendProcess  ][Info   ] 竍ィ http server started on \\.\pipe\docker_cli
[17:39:17.163][GoBackendProcess  ][Info   ] 竍ィ http server started on \\.\pipe\dockerBackendApiServer
[17:39:17.163][GoBackendProcess  ][Info   ] 竍ィ http server started on \\.\pipe\dockerBackendApiServerForGuest
[17:39:18.442][GoBackendProcess  ][Info   ] msg="external: GET /ping 200 \"DockerDesktopCSharp\" \"\""
[17:39:19.354][LoggingMessageHandler][Info   ] [bc9c3c8e] <GoBackendClient end> GET http://localhost/ping -> 200 OK (took 1570ms)
[17:39:19.499][GoBackendClient   ][Info   ] backend API ready
[17:39:20.773][GoBackendClient   ][Error  ] Error refreshing features: Docker.Core.DockerException: unable to ping backend API: 操作がタイムアウトしました。
   場所 Docker.Core.GoBackend.GoBackendClient.WaitUntilReady() 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\GoBackend\GoBackendClient.cs:行 87
   場所 Docker.Core.GoBackend.GoBackendClient.<GetFeatures>d__9.MoveNext() 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\GoBackend\GoBackendClient.cs:行 164
[17:39:21.166][SegmentApi        ][Warning] Failed to Identify: 値を Null にすることはできません。
パラメーター名:source
[17:39:21.182][SegmentApi        ][Info   ] Usage statistic: appLaunched
[17:39:21.182][LoggingMessageHandler][Info   ] [ad7ee3ff] <GoBackendClient start> GET http://localhost/features
[17:39:21.200][GoBackendProcess  ][Info   ] msg="external: GET /features 200 \"DockerDesktopCSharp\" \"\""
[17:39:21.211][LoggingMessageHandler][Info   ] [ad7ee3ff] <GoBackendClient end> GET http://localhost/features -> 200 OK (took 16ms)
[17:39:26.955][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 10.0325885s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:39:28.364][SegmentApi        ][Info   ] Usage statistic: heartbeat
[17:39:31.826][SegmentApi        ][Warning] Failed to track event appLaunched: An error occurred while sending the request.
[17:39:31.826][SegmentApi        ][Warning] Failed to track event heartbeat: An error occurred while sending the request.
[17:39:36.976][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 20.0525934s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:39:47.047][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 30.1236238s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:39:57.395][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 40.228645s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:40:07.545][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 50.6231102s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:40:17.929][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 1m0.9293232s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:40:28.004][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 1m11.0806708s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:40:38.092][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 1m21.1692s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:40:48.111][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 1m31.188654s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:40:58.424][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 1m41.5021469s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:41:08.465][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 1m51.5420481s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:41:18.580][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 2m1.6569185s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:41:28.629][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 2m11.705264s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:41:34.728][GUI               ][Error  ] System.ArgumentException:
Unable to create an instance of Docker.App: Unable to create an instance of Docker.ApiServices.Update.UpdateCheckTimer: Unable to create an instance of Docker.ApiServices.Update.Updater: Unable to create an instance of Docker.Notifications.BackgroundUpdateWatcher: 呼び出しのターゲットが例外をスローしました。
   場所 Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 89
   場所 Docker.Core.Di.Singletons.Get(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 51
   場所 Docker.Core.Di.Singletons.Get[T]() 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 28
   場所 Docker.Program.Run(IReadOnlyCollection`1 args) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Desktop\Program.cs:行 340

  System.ArgumentException:
  Unable to create an instance of Docker.ApiServices.Update.UpdateCheckTimer: Unable to create an instance of Docker.ApiServices.Update.Updater: Unable to create an instance of Docker.Notifications.BackgroundUpdateWatcher: 呼び出しのターゲットが例外をスローしました。
     場所 Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 89
     場所 Docker.Core.Di.Singletons.Get(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 51
     場所 System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
     場所 System.Linq.Buffer`1..ctor(IEnumerable`1 source)
     場所 System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
     場所 Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 83

     System.ArgumentException:
     Unable to create an instance of Docker.ApiServices.Update.Updater: Unable to create an instance of Docker.Notifications.BackgroundUpdateWatcher: 呼び出しのターゲットが例外をスローしました。
        場所 Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 89
        場所 Docker.Core.Di.Singletons.Get(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 51
        場所 System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
        場所 System.Linq.Buffer`1..ctor(IEnumerable`1 source)
        場所 System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
        場所 Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 83

         System.ArgumentException:
         Unable to create an instance of Docker.Notifications.BackgroundUpdateWatcher: 呼び出しのターゲットが例外をスローしました。
            場所 Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 93
            場所 Docker.Core.Di.Singletons.Get(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 51
            場所 System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
            場所 System.Linq.Buffer`1..ctor(IEnumerable`1 source)
            場所 System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
            場所 Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 83

              System.Reflection.TargetInvocationException:
              呼び出しのターゲットが例外をスローしました。
                 場所 System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
                 場所 System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
                 場所 Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:行 83

                    System.Runtime.InteropServices.COMException:
                    CLSID {1ECCA34C-E88A-44E3-8D6A-8921BDE9E452} を含むコンポーネントの COM クラス ファクトリを取得中に、次のエラーが発生しました: 80080005 サーバーの実行に失敗しました (HRESULT からの例外:0x80080005 (CO_E_SERVER_EXEC_FAILURE))。
                       場所 Docker.Notifications.BackgroundUpdateWatcher..ctor(ISystrayNotifications systray) 場所 C:\workspaces\PR-15138\src\github.com\docker\pinata\win\src\Docker.Desktop\Notifications\BackgroundUpdateWatcher.cs:行 12

[17:41:38.631][GUI               ][Info   ] Sending Bugsnag report 7d3320c9-4973-4596-8ebf-a106829fb2c3...
[17:41:38.660][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 2m21.7381794s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:41:48.687][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 2m31.7635739s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:41:48.695][GUI               ][Info   ] Bugsnag report 7d3320c9-4973-4596-8ebf-a106829fb2c3 sent
[17:41:48.703][SegmentApi        ][Info   ] Usage statistic: eventCrash
[17:41:48.719][Diagnostics       ][Warning] Starting to gather diagnostics as User : 'C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe' gather.
[17:41:58.766][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 2m41.8410099s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:42:06.583][GoBackendProcess  ][Info   ] msg="external: GET /ping 200 \"DockerDesktopGo\" \"\""
[17:42:07.636][GoBackendProcess  ][Info   ] msg="external: GET /diagnostics/goroutines 200 \"Go-http-client/1.1\" \"\""
[17:42:07.958][GoBackendProcess  ][Info   ] msg="external: GET /events 200 \"DockerDesktopGo\" \"\""
[17:42:09.499][GoBackendProcess  ][Info   ] msg="external: GET /forwards/list 200 \"Go-http-client/1.1\" \"\""
[17:42:09.638][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 2m52.7144425s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:42:15.924][SegmentApi        ][Warning] Failed to track event eventCrash: An error occurred while sending the request.
[17:42:19.676][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 3m2.7524874s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:42:29.701][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 3m12.777802s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:42:39.729][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 3m22.8057534s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:42:49.994][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 3m33.0704333s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:43:00.121][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 3m43.1988235s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:43:10.402][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 3m53.4773708s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:43:20.640][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 4m3.7173013s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:43:30.749][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 4m13.8256987s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:43:40.940][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 4m24.0180745s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:43:51.053][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 4m34.1309778s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:44:01.110][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 4m44.1876874s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:44:11.164][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 4m54.2405579s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:44:21.247][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 5m4.3238189s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:44:31.518][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 5m14.5943616s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:44:41.601][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 5m24.6785315s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:44:51.812][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 5m34.8895991s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:45:01.901][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 5m44.9785328s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:45:11.953][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 5m55.0304764s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:45:22.180][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 6m5.2577542s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:45:32.224][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 6m15.3017541s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."
[17:45:41.617][ErrorReportWindow ][Info   ] Open logs
[17:45:42.266][GoBackendProcess  ][Error  ] msg="unable to query WslEngineEnabled state after 6m25.3426417s. Last error was Get \"http://unix/settings\": open \\\\.\\pipe\\dockerWebApiServer: The system cannot find the file specified."


正常に起動するにはどうすればよいか、ご教授いただきたいです。
よろしくお願いします。

0

No Answers yet.

Your answer might help someone💌