-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to remove from the database. Exit code: 1 #20
Comments
Docker version: 1.12.0-stable (build: 5968) 9cd1dc2 Thanks |
Also, I can see the VM in Hyper-V Manager "MobyLinuxVM"'s status is off. it hasn't been started yet. I also tried to manually started that VM in Hyper-V Manager, and then start the "Docker for Windows", looks like the "Docker for Windows" service shut down that VM, then same error message showing up. Thanks |
@samoht Any idea why the database fails to start? What can we do to better diagnose? |
Check in windows Events Log, on the root of the left pane, click create new filter (from the right pane), then check "from source" and then in the dropdown menu check "Hyper-V Hypervisor". Im getting the following warnings from Hyper V : "Hypervisor launch has been disabled through the hypervisorlaunchtype bcdedit setting." but if i check the bcdedit /enum (with admin privileges) and i've got the following result for hypervisorlaunchtype hypervisorlaunchtype Auto I don't know who are stopping the hypervisorlaunchtype, this messages warning are generated before that i install a fresh docker 1.12 version |
Also, i found in my registry this key So, for fix that, i ran bcdedit /set hypervisorlaunchtype auto and then restart windows 10 in safe mode from the recovery menu, and select the "Enable boot logging" options, then i can check in the regitry will appear Hope this help |
Thanks for that @figui . but, still the same issue happening. Not too sure if this is related. Thanks for your help anyway! |
Just tested with beta version, still the same issue, logged as: Thanks |
@riveryc i think that it is not a Docker problem, it is a problem with WIndows Hyper-V, if you want to create other VM you will have the same error, i don't know who are forcing to stop Hyper-V... in my GRUB menus entry, i have 2 Windows 10 options if i select the first i have Hyper-V activated, if i select the second, Hyper-V are disabled. Also i write in W10 forums for this problem, if i have any news i will post here Regards |
I have the same issue, Is it OK now? log file :: [23:54:11.190][Program ][Info ] Version: 1.12.0-stable [23:54:19.306][Database ][Error ] Unable to write to the database: Unable to remove from the database. Exit code: 1. Let's retry in 1s [23:54:21.568][Database ][Error ] Unable to write to the database: Unable to remove from the database. Exit code: 1. Let's retry in 1s [23:54:23.822][Database ][Error ] Unable to write to the database: Unable to remove from the database. Exit code: 1. Let's retry in 1s [23:54:26.081][Database ][Error ] Unable to write to the database: Unable to remove from the database. Exit code: 1. Let's retry in 1s [23:54:28.329][NamedPipeServer][Error ] Unable to execute Start: Unable to remove from the database. Exit code: 1 在 Docker.Backend.Database.RemoveKeys(String[] keys) |
windows Event log about "Hyper-V Hypervisor" : in fact I used the docker for windows a little days in this machine. |
Same issue here with a windows 10 |
... 今天我重装了我的网卡,重启完机器,docker 居然重新工作了. oh~ today my docker is working when I uninstall my network card driver, and install a new one. |
@unixcx the MSR issue you report above is different to what others are seeing. If you see it again, could you create a new issue and provide a diagnostics ID? Thanks |
@riveryc could you try the latest beta from https://download.docker.com/win/beta/InstallDocker.msi |
@gcortier could you also try the beta from https://download.docker.com/win/beta/InstallDocker.msi and if it still does not work provide a diagnostics ID for us to take a look at the logs? |
@rneugeba : I've already tryed the beta version too with the same result. I can't make a new try now because i've set up back my environnement to toolbox and i haven't time to reconfigure it. Maybe i will retry when i will move to another project. |
@gcortier thanks for getting back. I'm not entirely sure what the too cause is, so I was trying to get as much debug info as possible to look for similarities and differences. It works for most users, so it is something which is different. Please do retry once you have time/move to another project, we try to constantly improve Docker for Windows. |
Hi @riveryc have you had time to test a more recent version? If your issue is fixed, please close this ticket. Thanks! |
I'm also getting this error with the latest versions of Stable and Beta. |
Hi, Version: 1.12.1-beta26 Thanks. |
Hi everyone, thank you for the bug reports, we didn't find a solution to your issues yet but we are working on it! |
@dgageot I'll give it a try for the recent beta version tonight. Just got back from a holiday. :) Thanks. |
I experienced this error when using Docker for Windows Beta in a VMWare virtual machine and unchecked option "Virtualize Intel VT-x/EPT or AMD-V/RVI" in processor settings of the vm. Checking this option solved this for me. Maybe this helps somebody. Btw: Thanks to the Docker team for this awesome piece of work! |
@dgageot Hi mate, just tested with the latest beta version and it's working all fine now! Thanks for your work! |
I'm still getting this error with the latest Beta: 1.12.2-rc1-beta27.1 (build 7538) |
I get this error too:
DID: A206EAE7-951D-49C9-81E7-2E3468164D81/2016-12-02_15-33-06 I'm using a nested-virtualization enabled windows 10 vm. I'm using latest docker beta version 1.13.0-rc2 |
same problem on Version: 1.13.0-rc2-beta31
|
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
Start Docker after default installation, Docker icon shouldnot be red with error message box
Actual behavior
An error window is showing with:
"An Error Occured"
Unable to remove from the database. Exit code: 1
at Docker.Core.Pipe.NamedPipeClient.TrySend(String action, Object[] parameters)
at Docker.Core.Pipe.NamedPipeClient.Send(String action, Object[] parameters)
at Docker.Core.Backend.BackendClient.Start(Settings settings)
at Docker.Actions.DoStart(Settings settings, Boolean showWelcomeWindow)
at Docker.Core.TaskQueue.<.ctor>b__16_0()
Information
08647C6E-0023-4479-80E3-E92D30949DBF/2016-08-03_22-08-36
Just start "Docker for Windows"
Windows Version: Windows 10 Pro Build 10586.
PSVersion 5.0.10586.494
Steps to reproduce the behavior
Log
[22:07:49.330][Program ][Info ] Version: 1.12.0-stable
[22:07:49.345][Program ][Info ] Starting on: 8/3/2016 10:07:49 PM
[22:07:49.345][Program ][Info ] Resources: C:\Program Files\Docker\Docker\Resources
[22:07:49.345][Program ][Info ] OS: Windows 10 Pro
[22:07:49.345][Program ][Info ] Edition: Professional
[22:07:49.361][Program ][Info ] Id: 1511
[22:07:49.361][Program ][Info ] Build: 10586
[22:07:49.361][Program ][Info ] BuildLabName: 10586.494.amd64fre.th2_release_sec.160630-1736
[22:07:49.361][Program ][Info ] Sha1: 9cd1dc28d3ac81cb5177ff9728f65200304b36f6
[22:07:49.361][Program ][Info ] You can send feedback, including this log file, at https://github.com/docker/for-win/issues
[22:07:49.630][TrackingStatus ][Info ] Crash report and usage statistics are enabled
[22:07:49.646][Mixpanel ][Info ] Id: 08647C6E-0023-4479-80E3-E92D30949DBF
[22:07:49.677][Mixpanel ][Info ] Usage Statistic: appLaunched
[22:07:50.296][NamedPipeClient][Info ] Sending Version()...
[22:07:50.308][NamedPipeClient][Info ] Received response for Version
[22:07:50.312][Mixpanel ][Info ] Usage Statistic: heartbeat
[22:07:45.352][BackendServer ][Info ] Started
[22:07:50.302][NamedPipeServer][Info ] Version()
[22:07:50.305][NamedPipeServer][Info ] Version done.
[22:07:50.774][Notifications ][Info ] Docker is starting...
[22:07:50.775][Updater ][Info ] Checking for updates on channel Stable...
[22:07:50.789][NamedPipeClient][Info ] Sending Stop()...
[22:07:50.793][NamedPipeServer][Info ] Stop()
[22:07:50.796][HyperV ][Info ] Stop
[22:07:50.803][PowerShell ][Info ] Run script with parameters: -Stop True...
[22:07:52.134][Updater ][Info ] Local build 5968 is as good as the remote 5968 on channel Stable
[22:07:53.079][HyperV ][Info ] VM MobyLinuxVM does not exist
[22:07:53.090][NamedPipeClient][Info ] Received response for Stop
[22:07:53.087][NamedPipeServer][Info ] Stop done.
[22:07:53.093][NamedPipeClient][Info ] Sending Start(Docker.Core.Settings)...
[22:07:53.099][NamedPipeServer][Info ] Start(Docker.Core.Settings)
[22:07:53.102][HyperVGuids ][Info ] Installing GUIDs...
[22:07:53.105][HyperVGuids ][Info ] GUIDs installed
[22:07:53.110][Firewall ][Info ] Opening ports for C:\Program Files\Docker\Docker\Resources\com.docker.proxy.exe...
[22:07:53.707][Firewall ][Info ] Ports are opened
[22:07:53.711][HyperV ][Info ] Create
[22:07:53.714][PowerShell ][Info ] Run script with parameters: -Create True -SwitchSubnetAddress 10.0.75.0 -SwitchSubnetMaskSize 24 -CPUs 2 -Memory 2048 -IsoFile C:\Program Files\Docker\Docker\Resources\mobylinux.iso...
[22:07:54.303][HyperV ][Info ] Enabled workaround for Build 10586 VMSwitch issue
[22:07:57.036][HyperV ][Info ] Creating Switch: DockerNAT...
[22:07:57.938][HyperV ][Info ] VMSwitch (Name = 'DockerNAT') [Id = 'c64d4856-87cf-458d-b640-6cf592e21510']
[22:07:58.069][HyperV ][Info ] Switch created.
[22:07:58.524][HyperV ][Info ] Set IP address on switch
[22:07:59.771][HyperV ][Info ] Creating dynamic VHD: C:\Users\Public\Documents\Hyper-V\Virtual Hard Disks\MobyLinuxVM.vhdx
[22:08:00.843][HyperV ][Info ] Creating VM MobyLinuxVM...
[22:08:02.740][HyperV ][Info ] VM created.
[22:08:02.747][DataKit ][Info ] Starting...
[22:08:02.751][PowerShell ][Info ] Run script...
[22:08:02.799][DataKit ][Info ] Started
[22:08:02.799][VpnKit ][Info ] Starting...
[22:08:02.799][PowerShell ][Info ] Run script...
[22:08:02.831][VpnKit ][Info ] Started
[22:08:02.831][ApiProxy ][Info ] Starting...
[22:08:02.831][DataKit ][Info ]
[22:08:02.831][DataKit ][Info ] +6248us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:02.831][PowerShell ][Info ] Run script...
[22:08:02.846][VpnKit ][Info ] com.docker.slirp.exe: Logging to stdout (stdout:true DEBUG:false)
[22:08:02.862][VpnKit ][Info ] com.docker.slirp.exe: Setting handler to ignore all SIGPIPE signals
[22:08:02.862][VpnKit ][Info ] com.docker.slirp.exe: vpnkit version %VERSION% with hostnet version local %HOSTNET_PINNED% uwt version 0.0.3 hvsock version 0.10.0 %HVSOCK_PINNED%
[22:08:02.862][VpnKit ][Info ] com.docker.slirp.exe: starting port_forwarding port_control_url:hyperv-connect://b5bfc827-7d55-49de-8a3c-1803d284ef65 max_connections:None vsock_path:
[22:08:02.862][VpnKit ][Info ] com.docker.slirp.exe: connecting to b5bfc827-7d55-49de-8a3c-1803d284ef65:0B95756A-9985-48AD-9470-78E060895BE7
[22:08:02.862][ApiProxy ][Info ] Started
[22:08:02.877][VpnKit ][Debug ] com.docker.slirp.exe: Waiting for connections on socket hyperv-connect://b5bfc827-7d55-49de-8a3c-1803d284ef65
[22:08:02.877][VpnKit ][Warning] com.docker.slirp.exe: no database: using hardcoded network configuration values
[22:08:02.877][VpnKit ][Info ] com.docker.slirp.exe: connecting to b5bfc827-7d55-49de-8a3c-1803d284ef65:30D48B34-7D27-4B0B-AAAF-BBBED334DD59
[22:08:02.877][Database ][Info ] Removing com.docker.driver.amd64-linux/proxy/exclude
[22:08:02.900][Database ][Info ] Removing com.docker.driver.amd64-linux/proxy/http
[22:08:02.900][Database ][Info ] Removing com.docker.driver.amd64-linux/proxy/https
[22:08:02.896][VpnKit ][Debug ] com.docker.slirp.exe: Waiting for connections on socket hyperv-connect://b5bfc827-7d55-49de-8a3c-1803d284ef65
[22:08:02.900][ApiProxy ][Info ] docker proxy (on deprecated port): ready
[22:08:02.900][ApiProxy ][Info ] dns server: ready
[22:08:02.919][ApiProxy ][Info ] docker proxy: ready
[22:08:02.971][DataKit ][Info ] Restarting...
[22:08:03.179][PowerShell ][Info ] Run script...
[22:08:03.196][DataKit ][Info ] Restarted
[22:08:03.218][DataKit ][Info ]
[22:08:03.222][DataKit ][Info ] +3934us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:03.315][DataKit ][Info ] Restarting...
[22:08:03.520][PowerShell ][Info ] Run script...
[22:08:03.536][DataKit ][Info ] Restarted
[22:08:03.561][DataKit ][Info ]
[22:08:03.564][DataKit ][Info ] +5888us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:03.654][DataKit ][Info ] Restarting...
[22:08:03.859][PowerShell ][Info ] Run script...
[22:08:04.138][Database ][Error ] 2016/08/03 22:08:02 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:03 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:03 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:03 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:03 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:03 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:03 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:03 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:03 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:03 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:03 Failed to contact the database on .\pipe\dockerDataBase: open .\pipe\dockerDataBase: The system cannot find the file specified.
[22:08:04.141][Database ][Error ] Unable to write to the database: Unable to remove from the database. Exit code: 1. Let's retry in 1s
[22:08:04.149][DataKit ][Info ] Restarted
[22:08:04.171][DataKit ][Info ]
[22:08:04.175][DataKit ][Info ] +3875us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:04.265][DataKit ][Info ] Restarting...
[22:08:04.471][PowerShell ][Info ] Run script...
[22:08:04.487][DataKit ][Info ] Restarted
[22:08:04.509][DataKit ][Info ]
[22:08:04.513][DataKit ][Info ] +3927us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:04.610][DataKit ][Info ] Restarting...
[22:08:04.814][PowerShell ][Info ] Run script...
[22:08:04.832][DataKit ][Info ] Restarted
[22:08:04.853][DataKit ][Info ]
[22:08:04.857][DataKit ][Info ] +3895us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:04.962][DataKit ][Info ] Restarting...
[22:08:05.145][Database ][Info ] Removing com.docker.driver.amd64-linux/proxy/exclude
[22:08:05.148][Database ][Info ] Removing com.docker.driver.amd64-linux/proxy/http
[22:08:05.151][Database ][Info ] Removing com.docker.driver.amd64-linux/proxy/https
[22:08:05.197][PowerShell ][Info ] Run script...
[22:08:06.379][Database ][Error ] 2016/08/03 22:08:05 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:05 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:05 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:05 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:05 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:05 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:05 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:05 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:05 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:06 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:06 Failed to contact the database on .\pipe\dockerDataBase: open .\pipe\dockerDataBase: The system cannot find the file specified.
[22:08:06.383][Database ][Error ] Unable to write to the database: Unable to remove from the database. Exit code: 1. Let's retry in 1s
[22:08:06.393][DataKit ][Info ] Restarted
[22:08:06.417][DataKit ][Info ]
[22:08:06.420][DataKit ][Info ] +4220us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:06.512][DataKit ][Info ] Restarting...
[22:08:06.720][PowerShell ][Info ] Run script...
[22:08:06.737][DataKit ][Info ] Restarted
[22:08:06.759][DataKit ][Info ]
[22:08:06.763][DataKit ][Info ] +3976us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:06.867][DataKit ][Info ] Restarting...
[22:08:07.073][PowerShell ][Info ] Run script...
[22:08:07.091][DataKit ][Info ] Restarted
[22:08:07.116][DataKit ][Info ]
[22:08:07.119][DataKit ][Info ] +4314us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:07.220][DataKit ][Info ] Restarting...
[22:08:07.387][Database ][Info ] Removing com.docker.driver.amd64-linux/proxy/exclude
[22:08:07.391][Database ][Info ] Removing com.docker.driver.amd64-linux/proxy/http
[22:08:07.394][Database ][Info ] Removing com.docker.driver.amd64-linux/proxy/https
[22:08:07.425][PowerShell ][Info ] Run script...
[22:08:08.620][Database ][Error ] 2016/08/03 22:08:07 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:07 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:07 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:07 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:07 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:07 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:08 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:08 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:08 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:08 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:08 Failed to contact the database on .\pipe\dockerDataBase: open .\pipe\dockerDataBase: The system cannot find the file specified.
[22:08:08.624][Database ][Error ] Unable to write to the database: Unable to remove from the database. Exit code: 1. Let's retry in 1s
[22:08:08.639][DataKit ][Info ] Restarted
[22:08:08.663][DataKit ][Info ]
[22:08:08.667][DataKit ][Info ] +4211us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:08.690][DataKit ][Info ] Restarting...
[22:08:08.895][PowerShell ][Info ] Run script...
[22:08:08.912][DataKit ][Info ] Restarted
[22:08:08.935][DataKit ][Info ]
[22:08:08.938][DataKit ][Info ] +3903us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:09.035][DataKit ][Info ] Restarting...
[22:08:09.241][PowerShell ][Info ] Run script...
[22:08:09.258][DataKit ][Info ] Restarted
[22:08:09.281][DataKit ][Info ]
[22:08:09.284][DataKit ][Info ] +4084us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:09.373][DataKit ][Info ] Restarting...
[22:08:09.579][PowerShell ][Info ] Run script...
[22:08:09.595][DataKit ][Info ] Restarted
[22:08:09.620][DataKit ][Info ]
[22:08:09.624][DataKit ][Info ] +5583us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:09.629][Database ][Info ] Removing com.docker.driver.amd64-linux/proxy/exclude
[22:08:09.632][Database ][Info ] Removing com.docker.driver.amd64-linux/proxy/http
[22:08:09.637][Database ][Info ] Removing com.docker.driver.amd64-linux/proxy/https
[22:08:09.719][DataKit ][Info ] Restarting...
[22:08:09.924][PowerShell ][Info ] Run script...
[22:08:10.472][DataKit ][Info ] Restarted
[22:08:10.494][DataKit ][Info ]
[22:08:10.498][DataKit ][Info ] +3949us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:10.588][DataKit ][Info ] Restarting...
[22:08:10.795][PowerShell ][Info ] Run script...
[22:08:10.825][DataKit ][Info ] Restarted
[22:08:10.851][DataKit ][Info ]
[22:08:10.854][DataKit ][Info ] +4322us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:10.863][Database ][Error ] 2016/08/03 22:08:09 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:09 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:09 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:09 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:10 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:10 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:10 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:10 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:10 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:10 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:10 Failed to contact the database on .\pipe\dockerDataBase: open .\pipe\dockerDataBase: The system cannot find the file specified.
[22:08:10.866][Database ][Error ] Unable to write to the database: Unable to remove from the database. Exit code: 1. Let's retry in 1s
[22:08:10.943][DataKit ][Info ] Restarting...
[22:08:11.148][PowerShell ][Info ] Run script...
[22:08:11.165][DataKit ][Info ] Restarted
[22:08:11.188][DataKit ][Info ]
[22:08:11.191][DataKit ][Info ] +3940us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:11.279][DataKit ][Info ] Restarting...
[22:08:11.488][PowerShell ][Info ] Run script...
[22:08:11.523][DataKit ][Info ] Restarted
[22:08:11.570][DataKit ][Info ]
[22:08:11.576][DataKit ][Info ] +8158us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:11.681][DataKit ][Info ] Restarting...
[22:08:11.870][Database ][Info ] Removing com.docker.driver.amd64-linux/proxy/exclude
[22:08:11.876][Database ][Info ] Removing com.docker.driver.amd64-linux/proxy/http
[22:08:11.882][Database ][Info ] Removing com.docker.driver.amd64-linux/proxy/https
[22:08:11.887][PowerShell ][Info ] Run script...
[22:08:11.912][DataKit ][Info ] Restarted
[22:08:11.936][DataKit ][Info ]
[22:08:11.939][DataKit ][Info ] +4399us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:12.030][DataKit ][Info ] Restarting...
[22:08:12.236][PowerShell ][Info ] Run script...
[22:08:12.269][DataKit ][Info ] Restarted
[22:08:12.313][DataKit ][Info ]
[22:08:12.320][DataKit ][Info ] +7992us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:12.424][DataKit ][Info ] Restarting...
[22:08:12.630][PowerShell ][Info ] Run script...
[22:08:12.663][DataKit ][Info ] Restarted
[22:08:12.699][DataKit ][Info ]
[22:08:12.704][DataKit ][Info ] +5305us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:12.794][DataKit ][Info ] Restarting...
[22:08:12.999][PowerShell ][Info ] Run script...
[22:08:13.019][DataKit ][Info ] Restarted
[22:08:13.043][DataKit ][Info ]
[22:08:13.047][DataKit ][Info ] +4130us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:13.070][DataKit ][Info ] Restarting...
[22:08:13.120][Database ][Error ] 2016/08/03 22:08:11 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:12 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:12 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:12 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:12 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:12 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:12 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:12 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:12 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:12 Retry dialing .\pipe\dockerDataBase in 100ms
2016/08/03 22:08:12 Failed to contact the database on .\pipe\dockerDataBase: open .\pipe\dockerDataBase: The system cannot find the file specified.
[22:08:13.126][NamedPipeServer][Error ] Unable to execute Start: Unable to remove from the database. Exit code: 1 at Docker.Backend.Database.RemoveKeys(String[] keys)
at Docker.Backend.Database.TryWrite(Settings settings)
at Docker.Backend.Database.Write(Settings settings)
at Docker.Backend.Backend.Start(Settings settings)
at Docker.Core.Pipe.NamedPipeServer.<>c__DisplayClass7_0.b__0(Object[] parameters)
at Docker.Core.Pipe.NamedPipeServer.RunAction(String action, Object[] parameters)
[22:08:13.137][NamedPipeClient][Error ] Unable to send Start: Unable to remove from the database. Exit code: 1
[22:08:13.144][NamedPipeClient][Info ] Sending CheckInstallation()...
[22:08:13.149][NamedPipeServer][Info ] CheckInstallation()
[22:08:13.156][HyperV ][Info ] Check Hyper-V Windows optional feature
[22:08:13.162][PowerShell ][Info ] Run script...
[22:08:13.276][PowerShell ][Info ] Run script...
[22:08:13.867][HyperV ][Info ] Hyper-V Windows feature is enabled
[22:08:13.879][NamedPipeClient][Info ] Received response for CheckInstallation
[22:08:13.872][NamedPipeServer][Info ] CheckInstallation done.
[22:08:13.885][NamedPipeClient][Info ] Sending CheckHyperVState()...
[22:08:13.889][DataKit ][Info ] Restarted
[22:08:13.894][NamedPipeServer][Info ] CheckHyperVState()
[22:08:13.899][HyperV ][Info ] Check Hyper-V State
[22:08:13.905][PowerShell ][Info ] Run script with parameters: -Check True...
[22:08:13.915][DataKit ][Info ]
[22:08:13.922][DataKit ][Info ] +5518us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:14.021][DataKit ][Info ] Restarting...
[22:08:14.228][PowerShell ][Info ] Run script...
[22:08:14.468][HyperV ][Info ] Hyper-V is running
[22:08:14.479][NamedPipeClient][Info ] Received response for CheckHyperVState
[22:08:14.474][NamedPipeServer][Info ] CheckHyperVState done.
[22:08:14.486][Notifications ][Error ] Unable to remove from the database. Exit code: 1
[22:08:14.483][DataKit ][Info ] Restarted
[22:08:14.507][DataKit ][Info ]
[22:08:14.515][DataKit ][Info ] +4291us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:14.622][DataKit ][Info ] Restarting...
[22:08:14.829][PowerShell ][Info ] Run script...
[22:08:14.848][DataKit ][Info ] Restarted
[22:08:14.872][DataKit ][Info ]
[22:08:14.878][DataKit ][Info ] +4009us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:14.971][DataKit ][Info ] Restarting...
[22:08:15.177][PowerShell ][Info ] Run script...
[22:08:15.195][DataKit ][Info ] Restarted
[22:08:15.216][DataKit ][Info ]
[22:08:15.221][DataKit ][Info ] +3883us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:15.309][DataKit ][Info ] Restarting...
[22:08:15.516][PowerShell ][Info ] Run script...
[22:08:15.551][DataKit ][Info ] Restarted
[22:08:15.593][DataKit ][Info ]
[22:08:15.600][DataKit ][Info ] +5059us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:15.595][DataKit ][Info ] com.docker.db.exe: internal error, uncaught exception:
[22:08:15.610][DataKit ][Info ] Unix.Unix_error(40, "select", "")
[22:08:15.615][DataKit ][Info ]
[22:08:15.802][DataKit ][Info ] Restarting...
[22:08:16.018][PowerShell ][Info ] Run script...
[22:08:16.053][DataKit ][Info ] Restarted
[22:08:16.087][DataKit ][Info ]
[22:08:16.093][DataKit ][Info ] +5068us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:16.195][DataKit ][Info ] Restarting...
[22:08:16.402][PowerShell ][Info ] Run script...
[22:08:16.424][DataKit ][Info ] Restarted
[22:08:16.450][DataKit ][Info ]
[22:08:16.455][DataKit ][Info ] +4676us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:16.476][DataKit ][Info ] Restarting...
[22:08:16.683][PowerShell ][Info ] Run script...
[22:08:16.718][DataKit ][Info ] Restarted
[22:08:16.748][DataKit ][Info ]
[22:08:16.753][DataKit ][Info ] +4404us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:16.844][DataKit ][Info ] Restarting...
[22:08:17.050][PowerShell ][Info ] Run script...
[22:08:17.076][DataKit ][Info ] Restarted
[22:08:17.100][DataKit ][Info ]
[22:08:17.104][DataKit ][Info ] +3902us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:17.215][DataKit ][Info ] Restarting...
[22:08:17.422][PowerShell ][Info ] Run script...
[22:08:17.453][DataKit ][Info ] Restarted
[22:08:17.482][DataKit ][Info ]
[22:08:17.486][DataKit ][Info ] +5021us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:17.585][DataKit ][Info ] Restarting...
[22:08:17.800][PowerShell ][Info ] Run script...
[22:08:17.825][DataKit ][Info ] Restarted
[22:08:17.851][DataKit ][Info ]
[22:08:17.854][DataKit ][Info ] +3849us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:17.943][DataKit ][Info ] Restarting...
[22:08:18.148][PowerShell ][Info ] Run script...
[22:08:18.181][DataKit ][Info ] Restarted
[22:08:18.216][DataKit ][Info ]
[22:08:18.220][DataKit ][Info ] +4828us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:18.308][DataKit ][Info ] Restarting...
[22:08:18.514][PowerShell ][Info ] Run script...
[22:08:18.546][DataKit ][Info ] Restarted
[22:08:18.577][DataKit ][Info ]
[22:08:18.581][DataKit ][Info ] +4627us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:18.672][DataKit ][Info ] Restarting...
[22:08:18.877][PowerShell ][Info ] Run script...
[22:08:18.912][DataKit ][Info ] Restarted
[22:08:18.956][DataKit ][Info ]
[22:08:18.963][DataKit ][Info ] +7966us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:19.076][DataKit ][Info ] Restarting...
[22:08:19.282][PowerShell ][Info ] Run script...
[22:08:19.304][DataKit ][Info ] Restarted
[22:08:19.332][DataKit ][Info ]
[22:08:19.336][DataKit ][Info ] +5143us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:19.423][DataKit ][Info ] Restarting...
[22:08:19.633][PowerShell ][Info ] Run script...
[22:08:19.665][DataKit ][Info ] Restarted
[22:08:19.693][DataKit ][Info ]
[22:08:19.697][DataKit ][Info ] +4680us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:19.787][DataKit ][Info ] Restarting...
[22:08:19.992][PowerShell ][Info ] Run script...
[22:08:20.009][DataKit ][Info ] Restarted
[22:08:20.031][DataKit ][Info ]
[22:08:20.034][DataKit ][Info ] +3964us Datakit Starting com.docker.db.exe 16bb469 ...
[22:08:20.121][DataKit ][Info ] Restarting...
[22:08:20.229][ErrorReportWindow][Info ] Open logs
The text was updated successfully, but these errors were encountered: