Skip to content

Troubleshoot

Renlong Tu edited this page May 7, 2019 · 2 revisions

start command failed

  • Error: Access is denied: C:\ProgramData\iotedgehubdev\data\certs\edge-device-ca

    Please try to remove folder "C:\ProgramData\iotedgehubdev\data" and then run iotedgehubdev setup -c "<edge-device-connection-string>" again.

  • Cannot find config file.

    Try to run iotedgehubdev setup -c "<edge-device-connection-string>" first.

  • Error: Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection

    This issue is related to the DNS or proxy settings, you can change DNS to 8.8.8.8, and then changing it back to automatic. Related issue can be found here: https://github.com/docker/for-win/issues/1534

  • Could not connect to Docker daemon

    Make sure your docker is running

modulecred command failed

  • Cannot find config file.

    Try to run iotedgehubdev setup -c "<edge-device-connection-string>" first.

setup command failed

  • IO Error when exporting certs for ID: edge-device-ca.

    Please try to remove folder "C:\ProgramData\iotedgehubdev\data" and then run iotedgehubdev setup -c "<edge-device-connection-string>" again