DocumentDb 模拟器不工作 - 服务不可用

Mar*_*din 6 azure azure-cosmosdb

我在使用 DocumentDB Emulator (v. 1.11.136.2 ) 时遇到了一些问题。我能够看到资源管理器(https://localhost:8081/_explorer/index.html),但我无法使用资源管理器和 SDK 创建任何 Database\Collection(我尝试使用该页面提供的示例代码和我自己的代码)。

我总是得到:

    {"readyState":4,"responseText":"{\"code\":\"ServiceUnavailable\",\"message\":\"Service is currently unavailable.\\r\\nActivityId: 9c9f56f8-91f9-4fad-b592-0c6bd5bbd300\"}","responseJSON":{"code":"ServiceUnavailable","message":"Service is currently unavailable.\r\nActivityId: 9c9f56f8-91f9-4fad-b592-0c6bd5bbd300"},
"status":503,
"statusText":"error"}
Run Code Online (Sandbox Code Playgroud)

我正在运行 Windows 10。我已经尝试重新启动 PC 并重新安装 SDK\Emulator。

Mar*_*din 2

微软支持答复:

\n\n
\n

失败发生在模拟器尝试启动网络堆栈时。我们在一些客户计算机上看到了这种情况,其中第三个网络过滤器驱动程序破坏了我们使用的一些 Windows 网络 API。\n 其中的示例包括由 Pulse Secure(或\n Juniper 网络)安装的驱动程序。我想我们\xe2\x80\x99也曾在某些第3方防病毒产品中遇到过这种类型的故障。

\n\n

通常卸载第 3 方软件应该可以解决\n 问题。

\n
\n