tomcat 集群 解决unable to send replicated message问题

来源:互联网 发布:php抽象类有什么用 编辑:程序博客网 时间:2024/05/17 08:43

问题: 

unable to send replicated message ,is member [pooledSocketSender] down?

java.net.connectionException:connection refused:connect

解决方法:

检查服务器同步数据的端口是否开放。

 <Receiver
                className="org.apache.catalina.cluster.tcp.ReplicationListener"
                tcpListenAddress="auto"
                tcpListenPort="4001"
                tcpSelectorTimeout="100"
                tcpThreadCount="6"/>

即tcpListenPort端口4001是否开放。

 

原创粉丝点击