gpt4 book ai didi

从 IISExpress 切换到完整 IIS 时出现 Azure "role discovery data is unavailable"错误

转载 作者:行者123 更新时间:2023-12-03 03:20:18 30 4
gpt4 key购买 nike

我有一个 Azure 解决方案,配置了一个 MVC4 Web 角色和两个后端 Web 角色。我一直在 IISExpress 上使用内部 http 端点对此进行测试。这效果很好。我现在想要测试 tcp 端点,因为这些端点是我们可能会在 Azure live 上使用的端点,因此我将部署选项更改为使用完整的 IIS,因为据我了解,IISExpress 不支持 tcp 绑定(bind)。我尚未对端点进行任何更改,也没有更改有关部署的任何其他内容。这会导致角色环境初始化失败,并出现“角色发现数据不可用错误”。我在输出窗口中有这个:

\Microsoft.Data.Services.Client\v4.0_4.99.2.0__31bf3856ad364e3 
\Microsoft.Data.Services.Client.dll', Skipped loading symbols. Module is optimized and the
debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\assembly\GAC_32\msshrtmi
\1.7.0.0__31bf3856ad364e35\msshrtmi.dll'
Microsoft.WindowsAzure.ServiceRuntime Information: 100 : Role environment . INITIALIZING
Microsoft.WindowsAzure.ServiceRuntime Information: 100 : Role environment . INITIALED RETURNED.
HResult=-2147467259
Microsoft.WindowsAzure.ServiceRuntime Error: 102 : Role environment . FAILED TO INITIALIZE
A first chance exception of type 'System.InvalidOperationException' occurred in
Microsoft.WindowsAzure.ServiceRuntime.dll

我的所有实例都是可见的,无论是作为 IIS 下的站点还是在计算模拟器中。我在模拟器诊断中没有看到任何异常,MVC4 Web 角色如下所示,WCF 服务类似:

[fabric] Role Instance: deployment17(123).Azure.Web.Test.0
[fabric] Role state Unhealthy
[Diagnostics]: UpdateState(Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorStartupInfo,
Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorConfiguration, )
[Diagnostics]: Acquired mutex
[Diagnostics] Information: C:\Users\User\AppData\Local\dftmp\Resources\5911e3b3-15ce-4b36-ab50-
f04dda461e60\directory\DiagnosticStore\Monitor
[Diagnostics] Information: D:\Work\CLIENTS\Test\Solutions\Test\Azure\csx\Debug\roles\Web.Test
\diagnostics\x64\monitor\MonAgentHost.exe -LocalPath "C:\Users\User\AppData\Local\dftmp\Resources
\5911e3b3-15ce-4b36-ab50-f04dda461e60\directory\DiagnosticStore\Monitor" -StaticConfigFile
"C:\Users\User\AppData\Local\dftmp\Resources\5911e3b3-15ce-4b36-ab50-f04dda461e60\directory
\DiagnosticStore\Monitor\Configuration\mastaticconfig.xml" -ConfigFile "C:\Users\User\AppData
\Local\dftmp\Resources\5911e3b3-15ce-4b36-ab50-f04dda461e60\directory\DiagnosticStore\Monitor
\Configuration\maconfig.xml" -ShutDownEvent WADDM-ShutDown-38fb5936e7b14b058ae4a7c0b516945d
-InitializedEvent WADM-StartUp-38fb5936e7b14b058ae4a7c0b516945d -parent 15308 -events
[Diagnostics]: Creating config channel server
[MonAgentHost] Output: Agent will exit when WADDM-ShutDown-38fb5936e7b14b058ae4a7c0b516945d is
signaled.
[MonAgentHost] Output: Will signal WADM-StartUp-38fb5936e7b14b058ae4a7c0b516945d after the agent
is initialized.
[MonAgentHost] Output: Registered as an event consumer.
[MonAgentHost] Output: Agent will exit when parent process 15308 exits.
[MonAgentHost] Output: Monitoring Agent Started
[Diagnostics]: Starting configuration channel polling
[fabric] Role state Started
[runtime] Role entrypoint . CALLING OnStart()
[runtime] Role entrypoint . COMPLETED OnStart()
[runtime] Role entrypoint . CALLING Run()

知道是什么原因造成的吗?是否有进一步的配置步骤来使 IIS 正常工作?

有关我的环境的更多详细信息:

Win 7 x64 | IIS 7.5 | IIS 7.5 Azure SDK 最新版本

最佳答案

为了理解您的问题,我创建了一个具有 HTTP/80 和内部 HTTP(端口自动)端点的 MVC4 Web 角色以及两个具有内部 TCP 端点的辅助角色。我在每个辅助角色中设置了以下内容:

var endpoints = RoleEnvironment.Roles["WorkerRole1"].Instances.Select(i => i.InstanceEndpoints["EndPoint11"]).ToArray();

var endpoints = RoleEnvironment.Roles["WorkerRole2"].Instances.Select(i => i.InstanceEndpoints["EndPoint12"]).ToArray();

MVC4 HomeController 中的以下内容:

var endpoints = RoleEnvironment.Roles["MVCWebRole1"].Instances.Select(i => i.InstanceEndpoints["HttpInternal"]).ToArray();

我可以使用 IISExpress 和 IIS7.5 运行此场景,没有任何问题。

如果您只是创建一个显示问题的 helloworld VS2010 解决方案(包括完整配置)并在此处分享,我当然可以查看并为您找到解决方案。

关于从 IISExpress 切换到完整 IIS 时出现 Azure "role discovery data is unavailable"错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11547855/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com