zoukankan      html  css  js  c++  java
  • Dynamics AX 2012 R2 AIF 错误 '/MicrosoftDynamicsAXAif60' 应用程序中的服务器错误

        Reinhard在使用AIF的时候,服务端收到如下错误提示之一,并触发InsufficientMemoryException 和ServiceActivationException异常,那么代表你服务器的可用内存过低。

        "Memory gates checking failed because the free memory (14618624 bytes) is less than 5% of total memory. As a result, the service will not be available for incoming requests. To resolve this, either reduce the load on the machine or adjust the value of minFreeMemoryPercentageToActivateService on the serviceHostingEnvironment config element."

        “内存入口检查失败,因为可用内存( 字节)少于总内存的 5%。因此,该服务不可用于传入的请求。若要解决次问题,请减少计算机上的负载,或调整 serviceHostingEnvironment 配置元素上的 minFreeMemoryPercentageToActivateService 的值。”

    error

        此时客户端会收到如下提示:

    error2

        “客户端发现相应内容类型为"",但应为"text/xml"。请求失败,响应为空。”

        要解决该问题,需要降低主机负荷,或增加硬件内存。如果仅仅想要跳过该问题,可以修改MicrosoftDynamicsAXAif60站点的web.config文件,增加minFreeMemoryPercentageToActivateService属性。

    minFreeMemoryPercentageToActivateService

  • 相关阅读:
    Sum Root to Leaf Numbers
    Sum Root to Leaf Numbers
    Sort Colors
    Partition List
    Binary Tree Inorder Traversal
    Binary Tree Postorder Traversal
    Remove Duplicates from Sorted List II
    Remove Duplicates from Sorted List
    Search a 2D Matrix
    leetcode221
  • 原文地址:https://www.cnblogs.com/msdynax/p/server-error-in-microsoftdynamicsaxaif60-application.html
Copyright © 2011-2022 走看看