启动 icCube 时出错 - 无法绑定地址

Error starting icCube - Unable to bind address

启动 icCube 时出现以下错误:

icCube Fatal Error IcCube has encountered a fatal error: 
Address already in use: bind 
For more details, please consult your support and/or the log files available in: 
C:\Users\....\icCube-data\log

icCube使用的端口被其他应用程序占用(默认8282),所以icCube无法监听

这更有可能是因为 icCube 实例已经 运行 在机器上(多个实例不能共享同一个网络连接)。要停止 运行 实例,您可以使用托盘图标或控制面板来停止 icCube 进程。

如果它是另一个应用程序或者您想要多个 icCube 实例 运行 您可以在配置文件中更改 icCube 的端口:$install/bin/icCube.xml.

    <!--
        -1 means the HTTP connector is not activated.
        A JAVA system property may by used.
    -->
    <portNumber>8282</portNumber>