[jboss-user] [Clustering/JBoss] - Re: discarded message from different group

awclemen do-not-reply at jboss.com
Tue Sep 18 18:25:32 EDT 2007


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#4085783

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085783



More information about the jboss-user mailing list