【发布时间】:2017-02-02 00:55:36
【问题描述】:
我正在寻找有关 documentdb 的知识并安装了模拟器似乎没有错误。但是,在启动时我的服务崩溃了:
网关服务启动
从标题来看,我猜这是对模拟器的一项重要服务。有趣的是,模拟器似乎继续加载并尝试打开: https://localhost:8081/_explorer/index.html
没有成功。
使用命令提示符我尝试手动启动网关服务,结果如下:
C:\Program Files\DocumentDB Emulator\Packages\GatewayService\GatewayService.Code>documentdb.gatewayservice.exe /?
未处理的异常:System.Runtime.InteropServices.COMException:注册表值无效(来自 HRESULT 的异常:0x80040153 (REGDB_E_INVALIDVALUE)) 在 System.Runtime.InteropServices.RuntimeEnvironment.GetDeveloperPath() 在 System.AppDomain.SetupFusionStore(AppDomainSetup 信息,AppDomainSetup oldInfo) 在 System.AppDomain.SetupDomain(Boolean allowRedirects, String path, String configFile, String[] propertyNames, String[] propertyValues)
C:\Program Files\DocumentDB Emulator\Packages\GatewayService\GatewayService.Code>documentdb.startupentrypoint.exe /?
未处理的异常:System.Runtime.InteropServices.COMException:注册表值无效(来自 HRESULT 的异常:0x80040153 (REGDB_E_INVALIDVALUE)) 在 System.Runtime.InteropServices.RuntimeEnvironment.GetDeveloperPath() 在 System.AppDomain.SetupFusionStore(AppDomainSetup 信息,AppDomainSetup oldInfo) 在 System.AppDomain.SetupDomain(Boolean allowRedirects, String path, String configFile, String[] propertyNames, String[] propertyValues)
C:\Program Files\DocumentDB Emulator\Packages\GatewayService\GatewayService.Code>
网关服务是否相关?知道如何解决吗?
快速编辑: 我已按照此处列出的说明进行操作: https://docs.microsoft.com/en-us/azure/documentdb/documentdb-nosql-local-emulator#troubleshooting
没有生成要通过电子邮件发送的 etl 文件。
提前致谢
【问题讨论】:
标签: azure-cosmosdb