AW: [jboss-user] Jboss 4.0.3SP1 and jgroups >= 2.5 | problems

Hartung, Christopher Christopher.Hartung at rossmann.de
Thu Aug 23 05:45:20 EDT 2007


ok, starting the jboss_2 at first and then jboss_1 everything works fine
:P

But this can't be the solution


________________________________

	Von: jboss-user-bounces at lists.jboss.org
[mailto:jboss-user-bounces at lists.jboss.org] Im Auftrag von Hartung,
Christopher
	Gesendet: Donnerstag, 23. August 2007 10:23
	An: jboss-user at lists.jboss.org
	Betreff: [jboss-user] Jboss 4.0.3SP1 and jgroups >= 2.5 |
problems
	
	

	Hello everybody, 

	we've a problems using jgroups 2.5 with jboss 4.0.3SP1 in
cluster mode. The two jboss will startup with the parameter
"-Djgroups.marshalling.compatible" to get compatibility with jgroups
>=2.5 .Starting up the first jboss (10.100.255.26) works fine. If we
startup the second jboss app-server (10.100.255.20), it will received
error-messages like this:


	2007-08-23 09:34:09,443 ERROR [STDERR] 23.08.2007 09:34:09
org.jgroups.protocols.pbcast.NAKACK handleMessage 
	WARNUNG: 10.100.255.20:32785] discarded message from non-member
10.100.255.26:32779, my view is [10.100.255.20:32785|0]
[10.100.255.20:32785]

	We're using the standard-jgroups-config off jboss: 

	         <Config> 
	            <UDP
mcast_addr="${jboss.partition.udpGroup:228.4.5.6}" mcast_port="45566" 
	               ip_ttl="10" ip_mcast="true" 
	               mcast_send_buf_size="800000"
mcast_recv_buf_size="150000" 
	               ucast_send_buf_size="800000"
ucast_recv_buf_size="150000" 
	               loopback="false"/> 
	            <PING timeout="2000" num_initial_members="3" 
	               up_thread="true" down_thread="true"/> 
	            <MERGE2 min_interval="10000" max_interval="20000"/> 
	            <FD shun="true" up_thread="true" down_thread="true" 
	               timeout="2500" max_tries="5"/> 
	            <VERIFY_SUSPECT timeout="3000" num_msgs="3" 
	               up_thread="true" down_thread="true"/> 
	            <pbcast.NAKACK gc_lag="50"
retransmit_timeout="300,600,1200,2400,4800" 
	               max_xmit_size="8192" 
	               up_thread="true" down_thread="true"/> 
	            <UNICAST timeout="300,600,1200,2400,4800"
window_size="100" min_threshold="10" 
	               down_thread="true"/> 
	            <pbcast.STABLE desired_avg_gossip="20000" 
	               up_thread="true" down_thread="true"/> 
	            <FRAG frag_size="8192" 
	               down_thread="true" up_thread="true"/> 
	            <pbcast.GMS join_timeout="5000"
join_retry_timeout="2000" 
	               shun="true" print_local_addr="true"/> 
	            <pbcast.STATE_TRANSFER up_thread="true"
down_thread="true"/> 
	         </Config> 

	Did anyone use jboss 4.0.3SP1 with jgroups 2.5 succesfully ? 

	Thx for you answers 

	So long 
	chris 





More information about the jboss-user mailing list