Azure 存储模拟器错误且无法启动 [英] Azure Storage Emulator error and does not start

查看:22
本文介绍了Azure 存储模拟器错误且无法启动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这个错误真的让我发疯.(终端以管理员模式运行)

This error is really driving me crazy. (Terminal running in administrator mode)

sql server 2014中azure存储模拟器的初始化:

Initialization of azure storage emulator in sql server 2014:

C:Program Files (x86)Microsoft SDKsWindows AzureStorage Emulator>.wastorage
emulator init -server MY-PC
Windows Azure Storage Emulator 3.0.0.0 command line tool
The storage emulator was successfully initialized and is ready to use.

启动服务器时出错:

C:Program Files (x86)Microsoft SDKsWindows AzureStorage Emulator>.wastorage
emulator start
Windows Azure Storage Emulator 3.0.0.0 command line tool

Unhandled Exception: System.TimeoutException: Unable to open wait handle.
   at Microsoft.WindowsAzure.Storage.Emulator.Controller.EmulatorProcessControll
er.InternalWaitForStorageEmulator(Int32 timeoutInMilliseconds)
   at Microsoft.WindowsAzure.Storage.Emulator.Controller.EmulatorProcessControll
er.EnsureRunning(Int32 timeoutInMilliseconds)
   at Microsoft.WindowsAzure.Storage.Emulator.StartCommand.RunCommand()
   at Microsoft.WindowsAzure.Storage.Emulator.Program.Main(String[] args)

推荐答案

检查您是否正在运行 BitTorrent/uTorrent 或使用端口 10000 的类似软件.

Check if you are running BitTorrent/uTorrent or similar software using port 10000.

查看史蒂夫·马克思关于该问题的博文.http://blog.smarx.com/posts/windows-azure-storage-emulator-the-process-cannot-access-the-file-because-it-is-being-used-by-another-过程

Check Steve Marx' blog post about the issue. http://blog.smarx.com/posts/windows-azure-storage-emulator-the-process-cannot-access-the-file-because-it-is-being-used-by-another-process

如果帖子消失了,检查是否有其他软件正在使用该端口的命令是:

In case that post disappears, the command to check if any other software is using that port is:

C:Userssmarx>netstat -p tcp -ano | findstr :10000
  TCP    127.0.0.1:10000        0.0.0.0:0              LISTENING       3672

这篇关于Azure 存储模拟器错误且无法启动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆