我得到以下启动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

发布于 2015-04-17 08:11:53
icCube使用的端口由另一个应用程序使用(默认为8282),因此icCube无法侦听。
这更有可能是因为icCube实例已经在机器上运行(几个实例不能共享相同的网络连接)。要停止正在运行的实例,可以使用托盘图标或控制面板来停止icCube进程。
如果它是另一个应用程序,或者希望运行多个icCube实例,则可以在配置文件$install/bin/icCube.xml中更改icCube的端口。
<!--
-1 means the HTTP connector is not activated.
A JAVA system property may by used.
-->
<portNumber>8282</portNumber>https://stackoverflow.com/questions/29693674
复制相似问题