-1

我正在尝试像这里描述的那样激活 tomcats SimpleTcpCluster:http: //tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html

我在标签之外添加了以下行:

<Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster" defaultMode="true" />

但是我在启动 tomcat 时唯一得到的日志是:

Caused by: org.apache.catalina.LifecycleException: org.apache.catalina.tribes.ChannelException: java.net.BindException: Die angeforderte Adresse kann nicht zugewiesen werden; No faulty members identified.
at org.apache.catalina.ha.tcp.SimpleTcpCluster.startInternal(SimpleTcpCluster.java:660)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
... 14 more

多播本身工作,防火墙被禁用,没有第二个tomcat既不在机器上也不在集群中运行。

4

1 回答 1

0

问题是 /etc/hosts 文件中的错误

于 2013-04-03T11:26:00.673 回答