新的ColdFusion 10服务器实例无法启动

use*_*456 4 coldfusion coldfusion-10

我之前安装的ColdFusion 10多服务器安装已经运行良好.当我创建一个新实例时,通过ColdFusion Administrator,选中"Create Windows Service",一切似乎都顺利; 新实例显示在Administrator中,并且在服务器上创建了新的目录结构,但新实例将无法启动.如果我转到服务器上的Windows服务面板,并尝试手动启动新服务,我会得到:

Windows could not start the ColdFusion 10 Application Server newServer on Local 
Computer. For more information, review the System Event Log. If this is a 
non-Microsoft service, contact the service vendor and refer to the service 
specific error code 2.
Run Code Online (Sandbox Code Playgroud)

Windows系统事件日志包含以下内容:

The ColdFusion Application Server newServer service terminated with non-specific 
error. The system cannot find the file specified.
Run Code Online (Sandbox Code Playgroud)

我已经在网络和Adobe网站上搜索了一个解决方案,但空手而归.我很感激任何见解.

提前致谢.

从评论中更新

从命令提示符启动服务我看到此错误:

C:\ColdFusion10\newServer\bin>coldfusion.exe -start -console 
ERROR: transport error 202: bind failed: Address already in use 
ERROR: JDWP Transport dt_socket failed to initialize, 
TRANSPORT_INIT(510) JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): 
No transports initialized [../. ./../src/share/back/debugInit.c:741] 
FATAL ERROR in native method: JDWP No transports initialized, 
jvmtiError=AGENT_E RROR_TRANSPORT_INIT(197)
Run Code Online (Sandbox Code Playgroud)

Ani*_*mar 7

这可能是一个港口冲突问题.您可以查看事件查看器日志.请尝试以下方法: -

  1. 停止ColdFusion服务
  2. 以管理员身份启动命令提示
  3. 浏览到cf_root\cfusion\bin并运行以下命令coldfusion.exe -start -console
  4. 服务启动后,尝试访问CF管理员.

如果它给出了错误信息,请分享相同的信息.


use*_*456 2

该错误实际上是由调试器中的端口号冲突引起的。参考 ColdFusion 管理员界面 ==> 调试和日志记录 ==> 调试器设置。必须为每个服务器实例将调试器端口设置为唯一值。如果两个或多个实例设置为相同的值,则会导致端口冲突。