zoukankan      html  css  js  c++  java
  • Security Token Service无法启动?

    最明显的症状是SharePoint 2010的管理中心站点无法打开, application pool处于stopped的状态.

    请首先检查一下机器的Application event log, 看是否有以下的两个event:

    Event ID 8306

    -------------

    An exception occurred when trying to issue security token:

    The requested service, 'http://localhost:8888/SecurityTokenServiceApplication/securitytoken.svc' could not be activated. See the server's diagnostic trace logs for more information.

     

    Event ID 3

    ---------------

    WebHost failed to process a request.

    Sender Information:

    System.ServiceModel.ServiceHostingEnvironment+HostingManager/17653682

    Exception: System.ServiceModel.ServiceActivationException:

    The service '/SecurityTokenServiceApplication/securitytoken.svc' cannot be activated due to an exception during compilation.  The exception message is: Exception has been thrown by the target of an invocation.. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: The farm is unavailable.

       at Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceManager.get_Local()…

     

    解决方案

    ============

    检查SecuritTokenServiceApplicationPool的高级设置, 看Enable 32-Bit Applications是否是true, 如果是, 就改为false.

    image

    问题解决.

  • 相关阅读:
    UVA 11605 Lights inside a 3d Grid
    UVA 10288 Coupons
    UVA 11637 Garbage Remembering Exam
    阿里上市全解读【转载】
    C# 创建系统服务并定时执行【转载】
    Ehcache 整合Spring 使用页面、对象缓存
    详解 Tomcat 的连接数与线程池(转)
    Mysql主从热备
    centos上yum安装异常处理
    tomcat运行模式APR安装
  • 原文地址:https://www.cnblogs.com/awpatp/p/2019969.html
Copyright © 2011-2022 走看看