不能复位的Windows Azure的计算模拟器 [英] Can't reset the compute emulator of Windows Azure

查看:152
本文介绍了不能复位的Windows Azure的计算模拟器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

似乎不顺心的事在我的计算仿真器,我不能正常使用,所以我也跟着指导这里尝试重置我的模拟器:

It seems that something goes wrong in my compute emulator and I can't use it normally, so I followed the instruction here to try to reset my emulator:

写主机=========复位天青Comoute仿真器和放大器;开发存储...... =========

write-host "========= Resetting Azure Comoute Emulator & Dev Storage... ========="

$ CSRunFile =C:\\ Program Files文件\\微软的SDK \\的Windows Azure \\模拟器\\ csrun.exe

$CSRunFile = "C:\Program Files\Microsoft SDKs\Windows Azure\Emulator\csrun.exe"

$ DSInitFile =C:\\ Program Files文件\\微软的SDK \\的Windows Azure \\模拟器\\ devstore \\ DSInit.exe

$DSInitFile = "C:\Program Files\Microsoft SDKs\Windows Azure\Emulator\devstore\DSInit.exe"

&安培; $ @ CSRunFile(/ devstore:关机)

& $CSRunFile @("/devstore:shutdown")

&安培; $ @ CSRunFile(/ devfabric:关机)

& $CSRunFile @("/devfabric:shutdown")

开始处理$ @ DSInitFile(/ ForceCreate,/无声)-Wait

Start-Process $DSInitFile @("/ForceCreate", "/silent") -Wait

&安培; $ @ CSRunFile(/ devfabric:关机)

& $CSRunFile @("/devfabric:shutdown")

&安培; $ @ CSRunFile(/ devfabric:清洁)

& $CSRunFile @("/devfabric:clean")

&安培; $ @ CSRunFile(/ devfabric:启动)

& $CSRunFile @("/devfabric:start")

&安培; $ @ CSRunFile(/ devstore:启动)

& $CSRunFile @("/devstore:start")

&安培; $ @ CSRunFile(/的removeAll)

& $CSRunFile @("/removeAll")

写主机重置天青Comoute仿真器和放大器;开发存储完成!

write-host "Resetting Azure Comoute Emulator & Dev Storage Done!"

但我阻止,当我试图关闭 / devfabric

But I blocked when I tried to shutdown the /devfabric

C:\\ Program Files文件\\微软的SDK \\的Windows Azure \\模拟器> csrun.exe / devfabric:停机时

C:\Program Files\Microsoft SDKs\Windows Azure\Emulator>csrun.exe /devfabric:shutdown

的Windows(R)的Azure(TM)桌面执行工具版本1.8.0.0适用于Microsoft(R).NET框架4.0

Windows(R) Azure(TM) Desktop Execution Tool version 1.8.0.0 for Microsoft(R) .NET Framework 4.0

版权所有(c)Microsoft公司。保留所有权利。

Copyright (c) Microsoft Corporation. All rights reserved.

关闭计算模拟器...

Shutting down the compute emulator...

使用会话ID 1

^ C

C:\\ Program Files文件\\微软的SDK \\的Windows Azure \\模拟器>

C:\Program Files\Microsoft SDKs\Windows Azure\Emulator>

我不能长时间一个响应。

I can't get a respond for a long time.

任何人都可以用它帮助?

Anyone could help with it?

推荐答案

有可能是一个或多个具体原因,以便寻找日志是为了进一步取得进展的最佳途径。有对夫妇的事情,你可以尝试如下解决问题:

There could be one ore more specific reasons about your problem mostly specific to your machine configuration so looking the log is the best way to progress further. There are couple of of things you could try as below to troubleshoot the problem:

首先检查你有什么dftemp根。如果你还没有默认DfTemp根设置如下(除非你已经改变了它)的任何变化:

First check what is your dftemp root. If you haven't made any changes the default DfTemp root is set to as below (unless you have changed it):


  • C:\\ Users_your_windows_login_name \\应用程序数据\\本地

计算机仿真日志的位置为:

The computer emulator logs are located as:


  • C:\\ Users_your_windows_login_name \\应用程序数据\\本地\\ dftemp

  • C:\\ Users_your_windows_login_name \\应用程序数据\\本地\\ DevelopmentStorage

在上面的dftemp文件夹中,你会发现在特定的DF日志:

In above "dftemp" folder you will find df specific logs at:


  • C:\\ Users_your_windows_login_name \\应用程序数据\\本地\\ dftmp \\ DFAgentLogs

  • C:\\ Users_your_windows_login_name \\应用程序数据\\本地\\ dftmp \\ DevFCLogs

现在,如果你选中DFAgentLogs你会看到,它会显示在这里CSRUN被卡住的最新日志。请记住,如果你有自定义设置dftemp那么日志将被显示在那里。一旦你有日志,你会看到,如果有任何异常或值得注意的事情。

Now if you check "DFAgentLogs" you will see the latest logs which will show where CSRUN is stuck. Keep in mind if you have custom dftemp setup then the logs will be shown there. Once you have logs you will see if there is any exception or something noteworthy.

要进一步解决此问题,您也可以运行进程监视器在您的计算机和收集与csrun过程相关的日志,看看可能是什么问题。

To further troubleshoot this issue, you can also run "Process Monitor" in your machine and collect logs related with csrun process and see what could be the issue.

一旦你有了上述信息要么你可以通过自己或免费开放的支持事件的 Windows Azure的支持团队得到一些帮助。

Once you have above info either you can resolve the issue by your own or open Free Support Incident with Windows Azure Support team to get some help.

这篇关于不能复位的Windows Azure的计算模拟器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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