This is the issue with JGroups 2.10 GA when using Tunnel with multiple Gossip Routers. In our case the nodes start sequentially. Two of the nodes have Gossip Router running. As each node is configured to talk to two GR via Tunnel, the first one starting always throws a big stacktrace when not able to connect to the second GR. We don't need to print the stacktrace when failed to connect to other GRs - we can simply put the warning with stacktrace.
File: Tunnel.java
Line: 421 (inside connect method)
[code]
catch (Exception e)
[code]