【发布时间】:2014-02-06 15:42:27
【问题描述】:
我们在 ColdFusion 9 上运行了一个长时间运行的 ColdFusion 脚本,该脚本出错并显示以下消息:
This page cannot be displayed
Internal system error while processing the request for this page (http:///www.example.com).
Please retry this request.
If this condition persists please contact your corporate network administrator and provide the code shown below.
Notification codes
(1, INTERNAL_ERROR, http:///www.example.com)
我无法确定是 ColdFusion 的哪个部分生成了这些错误,也没有任何其他信息,因为我无法重现错误并且只有屏幕截图中的详细信息。
有谁知道可能导致此错误的原因或我如何找到有关它的更多信息?
【问题讨论】:
-
您检查过 CF 错误日志吗?
-
它们可能表示 java 堆空间错误。
-
此消息是通用的,指向网络问题。 ColdFusion 应用程序和异常日志将记录错误。检查它们。
标签: coldfusion coldfusion-9 server-error