These messages are just warnings from the clustering that it is recieving a packet from a
cluster partition whose name is different from it's own. Meaning that you might have
accidently named your partition wrong on one server, so it is warning you. If you want to
make those messages go away, adjust your log4j.xml accordingly:
| <!-- JGroups throws an error for unfamiliar UDP datagrams that is recieves,
throw them away -->
| <category name="org.jgroups.protocols.UDP">
| <priority value="ERROR"/>
| </category>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085783#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...