服务结构本地群集错误 [英] Service fabric local cluster error

查看:60
本文介绍了服务结构本地群集错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在本地服务结构群集节点上遇到以下错误:

I m getting the following error on my local service fabric cluster node:

错误事件:SourceId ='System.Hosting',Property ='Activation:1.0'.激活期间发生错误.无法设置ApplicationPrincipals.错误:ApplicationPrincipalAbortableError

Error event: SourceId='System.Hosting', Property='Activation:1.0'. There was an error during activation.Failed to setup ApplicationPrincipals. Error:ApplicationPrincipalAbortableError

除此之外,没有其他日志,我在Windows 10上使用

There is no much logs other than that, I m running VS2017 on Windows 10 with

服务结构工具版本: 3.0.480.9494

服务结构运行时版本: 6.1.480.9494

service fabric runtime version: 6.1.480.9494

我对服务结构Powershell脚本执行了以下操作:

I executed the following for service fabric powershell scripts:

Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force -Scope CurrentUser

一切都以管理员身份运行.在我的本地集群上VS应用程序的创建和部署输出中没有错误...我在Google上找不到太多帮助.

Everything is run as adminstrator. There is no errors in VS app creation and deployement output on my local cluster... I couldn't find much help on google..

我将不胜感激,寻求帮助.

I d be gratefull for some help.

关于,洛克曼.

推荐答案

似乎经常与特权问题相关,或者在检查了我的ApplicationManifest.xml之后,尝试更改用户"部分:

It appears it is often related to privilege issues, or after checking my ApplicationManifest.xml, tried changing the Users section:

 <Users>
      <User Name="xxxx">
        <MemberOf>
          <SystemGroup Name="Administrators" />
        </MemberOf>
      </User>
    </Users>

我的窗户是法语,因此管理员的拼写错误(法语的管理员).

My windows was in french so Administrators was spelled wrongly (Administrateurs in french).

这篇关于服务结构本地群集错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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