昨天我的笔记本电脑死机后,我重新启动,现在 ColdFusion 9 应用程序服务器服务启动并无休止地重新启动!虽然它设置为自动启动,但在启动时它不会启动。所以我手动启动它。然后我查看报告的 Windows 事件查看器:
“coldfusion”服务器的 ColdFusion 9 Application Server 服务已启动。PID 为 5788。
那挺好的。但是,大约 9 秒后,事件查看器报告:
“coldfusion”服务器的 ColdFusion 9 Application Server 服务正在重新启动。
16 秒后,事件查看器报告该服务实际上已重新启动。9 秒后,它报告服务正在重新启动。
除非我手动停止服务,否则这个循环会继续,CF 服务每 25 秒重新启动一次,给或花一秒。不用说,我不能使用 ColdFusion。当我尝试访问某个页面时,我收到错误 500:There is no web application configured to service your request
我正在运行 CF9 的开发人员版,Windows。否则计算机表现正常。
[编辑]
Coldfusion-out.log 包括以下内容:
Server coldfusion ready (startup time: 9 seconds)
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_IN_PAGE_ERROR (0xc0000006) at pc=0x6d6e2424, pid=5456, tid=7724
JRE version: 6.0_17-b04
Java VM: Java HotSpot(TM) Server VM (14.3-b01 mixed mode windows-x86 )
Problematic frame:
C [nio.dll+0x2424]
An error report file with more information is saved as:
C:\ColdFusion9\runtime\bin\hs_err_pid5456.log
If you would like to submit a bug report, please visit:
http://java.sun.com/webapps/bugreport/crash.jsp
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
详细的错误报告 C:\ColdFusion9\runtime\bin\hs_err_pid5456.log 有很多信息,但我不太了解。如果您认为您可能能够做出正面或反面,我将很乐意将其全部发布。
如果唯一的解决方案是重新安装 CF,你能告诉我在哪里可以找到配置文件吗?我知道我需要 jrun-web.xml(而且我知道它在哪里),但是,例如,在哪里找到数据源定义?我似乎找不到任何具有 CF Admin 设置的文件夹或文件。(CF Admin 不会运行,所以我不能那样查看它们。)