This is a TCP connection, using the tcpListenAddress and tcpListenPort 
attributes.
You are probably broadcasting an invalid address, check those two attributes

Filip

----- Original Message ----- 
From: "marc ratun" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 06, 2004 3:08 AM
Subject: Session replication problem


Hi,

I'm having problems with the tomcat 5.5 session replication.
I've a cluster with three tomcats, one as central node, two
as peers. The central node works fine, but whenever I
access one of the peers I get the following exception:

06.12.2004 09:51:30 org.apache.catalina.cluster.tcp.ReplicationTransmitter 
sendMessageData
WARNING: Unable to send replicated message, is server down?
java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        at 
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:364)
...

Some things I already tried to solve the problem:

- MCast Addr and Port are the same in every server.xml
- Mcast seems to work, I had a simple Multicast Client
listen on the address and got at least "some"data.
- <distributable/> in the web.xml of my distributed webapps

Could anyone give me a hint how to solve the problem?

Thank you very much!

Marc

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to