[url]http://www.dotblogs.com.tw/kuitar/archive/2009/10/05/10911.aspx[/url]
ZendServer 安装成功后,启动Control出现错误如下:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
分别在 Windows Server 2008、Windows Vista Business SP1 和 Windows 7 RC 上安装 Zend Server 均无法启动,查看 Apache 日志都有类似错误信息:
Zend Enabler cannot load because of a problem in its configuration file: XML parse error on line 1 column 1 - invalid byte ‘?’ at position 3 of a 3-byte sequence
[b][color=red]查看 Zend Server/ect/ZendEnablerConf.xml 文件,发现开头有乱码。用 UltraEdit 将文件转换为 UTF8 格式,并删除文件头部乱码。启动成功。[/color][/b]
ZendServer 安装成功后,启动Control出现错误如下:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
分别在 Windows Server 2008、Windows Vista Business SP1 和 Windows 7 RC 上安装 Zend Server 均无法启动,查看 Apache 日志都有类似错误信息:
Zend Enabler cannot load because of a problem in its configuration file: XML parse error on line 1 column 1 - invalid byte ‘?’ at position 3 of a 3-byte sequence
[b][color=red]查看 Zend Server/ect/ZendEnablerConf.xml 文件,发现开头有乱码。用 UltraEdit 将文件转换为 UTF8 格式,并删除文件头部乱码。启动成功。[/color][/b]

本文介绍了在WindowsServer2008、WindowsVistaBusinessSP1和Windows7RC上安装ZendServer后遇到的启动问题及解决方案。主要问题是ZendEnablerConf.xml配置文件存在乱码导致无法正常启动。通过使用UltraEdit将文件转换为UTF8格式并删除头部乱码后,成功解决了该问题。
2537

被折叠的 条评论
为什么被折叠?



