https://issues.apache.org/bugzilla/show_bug.cgi?id=47292


Martin Sulak <martin.su...@nam.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal




--- Comment #9 from Martin Sulak <martin.su...@nam.cz>  2009-07-09 03:24:00 PST 
---
Now I'm closer to the "route cause".

It seems during McastServiceImpl.waitForMembers ping is received with same ip
and port but with different uniqueid. The ip is 127.0.1.1 so it actually may be
tomcat on another machine. Member is added for 127.0.1.1 because of different
uniqueid.

I resolved it in /etc/hosts by adding "self" ip address of the machine.

It seems cluster.tcpListenAddressip adress in server.xml is ignored and system
API is used instead to determine host's ip.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to