作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想踢一个服务结构有状态的 Actor 服务的轮胎,所以我在 VS2015.1 中创建了一个合适的项目,并且没有对生成的代码进行任何更改。然后我运行/调试了解决方案。我收到以下错误:
System.Runtime.InteropServices.COMException was unhandled
Message: An exception of type 'System.Runtime.InteropServices.COMException' occurred in System.Fabric.dll and wasn't handled before a managed/native boundary
Additional information: Exception from HRESULT: 0x80071BC5
---------------------------
Microsoft Visual Studio
---------------------------
Unable to start debugging 'C:\SfDevCluster\Data\_App\Node.3\Application1Type_App41\Actor1Pkg.Code.1.0.0\Actor1.exe'.
The process has been terminated.
Refresh the process list before attempting another attach.
---------------------------
OK
---------------------------
[Managed to Native Transition]
System.Fabric.dll!System.Fabric.KeyValueStoreItemEnumerator.MoveNextHelper() Unknown
System.Fabric.dll!System.Fabric.Interop.Utility.WrapNativeSyncInvoke<bool>(System.Func<bool> func, string functionTag, string functionArgs) Unknown
System.Fabric.dll!System.Fabric.KeyValueStoreItemEnumerator.MoveNext() Unknown
Microsoft.ServiceFabric.Actors.dll!Microsoft.ServiceFabric.Actors.KvsActorStateProvider.Enumerate<Microsoft.ServiceFabric.Actors.ActorReminderData>(string keyPrefix, System.Func<byte[], Microsoft.ServiceFabric.Actors.ActorReminderData> deserializeFunc) Unknown
Microsoft.ServiceFabric.Actors.dll!Microsoft.ServiceFabric.Actors.KvsActorStateProvider.Microsoft.ServiceFabric.Actors.IActorStateProvider.LoadRemindersAsync.AnonymousMethod__2a() Unknown
mscorlib.dll!System.Threading.Tasks.Task.Execute() Unknown
mscorlib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) Unknown
mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) Unknown
mscorlib.dll!System.Threading.Tasks.Task.ExecuteWithThreadLocal(ref System.Threading.Tasks.Task currentTaskSlot) Unknown
mscorlib.dll!System.Threading.Tasks.Task.ExecuteEntry(bool bPreventDoubleExecution) Unknown
mscorlib.dll!System.Threading.ThreadPoolWorkQueue.Dispatch() Unknown
最佳答案
上面提到的 HRESULT 对应于结构错误代码 NoWriteQuorum。见 https://msdn.microsoft.com/en-us/library/azure/system.fabric.fabricerrorcode.aspx有关错误代码的更多信息。您的集群是如何配置的 - 有多少个节点?你的actor服务是如何配置的(多少分区/分钟和目标副本数)?
如果不进行调试就可以部署应用程序吗?如果是这样,您是否尝试在 Service Fabric Explorer 或 Powershell 中查看应用程序的运行状况?
关于azure-service-fabric - 为什么我的最小 StatefulActorService 可能会抛出 COMException?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34206251/
我想踢一个服务结构有状态的 Actor 服务的轮胎,所以我在 VS2015.1 中创建了一个合适的项目,并且没有对生成的代码进行任何更改。然后我运行/调试了解决方案。我收到以下错误: System.R
我是一名优秀的程序员,十分优秀!