[jboss-user] [Clustering/JBoss] - Re: Cluster Membership after Network Failure

2006-10-10 Thread emailmsgbox
I tried using -Djgroups.marshalling.compatible=true on jgroups 2.4rc2
but it did not work 
is it on the latest build only?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977427#3977427

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977427
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Clustering/JBoss] - Re: Cluster Membership after Network Failure

2006-09-27 Thread dfisher
Setting  jgroups.marshalling.compatible=true did the trick.
Cluster membership now recovers as expected.
Thanks for all your help.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974688#3974688

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974688
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Clustering/JBoss] - Re: Cluster Membership after Network Failure

2006-09-27 Thread [EMAIL PROTECTED]
Oops, this is probably a bug in JBoss 4.0.3 that we fixed. Check with the 
JBossAS folks (on the forum) and set jgroups.marshalling.compatible to true, as 
listed in http://wiki.jboss.org/wiki/Wiki.jsp?page=SystemProps

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974443#3974443

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974443
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Clustering/JBoss] - Re: Cluster Membership after Network Failure

2006-09-26 Thread dfisher
I checked out HEAD and ran 'ant jgroups-core.jar'
This jar produces the same exception I previously posted.
Is this the correct checkout?
anonymous wrote : 
  | cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/javagroups co -P -r HEAD 
JGroups
  | 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974256#3974256

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974256
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Clustering/JBoss] - Re: Cluster Membership after Network Failure

2006-09-25 Thread [EMAIL PROTECTED]
Get the latest (= CVS head) JGroups. Bugs
http://jira.jboss.com/jira/browse/JGRP-217 and 
http://jira.jboss.com/jira/browse/JGRP-304 fix that issue you're seeing.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974043#3974043

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974043
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Clustering/JBoss] - Re: Cluster Membership after Network Failure

2006-09-25 Thread dfisher
I downloaded JGroups 2.4 CR2 and replaced the JBoss jgroups jar with the 
jgroups-all jar.
I now get this Exception when the node-2 joins the Partition:
anonymous wrote : 
  |  2006-09-25 15:59:59,426 WARN  
[org.jboss.ha.framework.interfaces.HAPartition.DefaultPartition] failed 
unserializing message buffer (msg=[dst: , src: X.X.X.2:7800 (2 headers), size = 
304 bytes])
  | java.io.StreamCorruptedException: invalid stream header
  | at 
java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:737)
  | at java.io.ObjectInputStream.(ObjectInputStream.java:253)
  | at 
org.jboss.invocation.MarshalledValueInputStream.(MarshalledValueInpu

  tStream.java:74)
  | at 
org.jboss.ha.framework.server.HAPartitionImpl.objectFromByteBuffer(HAParti  

tionImpl.java:144)
  | at 
org.jboss.ha.framework.server.HAPartitionImpl.handle(HAPartitionImpl.java:  

967)
  | at 
org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:  

623)
  | at 
org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java  

:508)
  | at 
org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:331)
  | at 
org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.  

java:763)
  | at org.jgroups.JChannel.up(JChannel.java:1078)
  | at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:377)
  | at 
org.jgroups.stack.ProtocolStack.receiveUpEvent(ProtocolStack.java:393)
  | at org.jgroups.stack.Protocol.passUp(Protocol.java:538)
  | at 
org.jgroups.protocols.pbcast.STATE_TRANSFER.up(STATE_TRANSFER.java:163)
  | at org.jgroups.stack.UpHandler.run(Protocol.java:60)
  | 

Is there something else I need to do to upgrade JGroups?
Copying the concurrent jar that ships with JGroups caused a whole slew of new 
exception.
Thanks.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974017#3974017

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974017
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Clustering/JBoss] - Re: Cluster Membership after Network Failure

2006-09-22 Thread [EMAIL PROTECTED]
Set shun=false in both FD and GMS, and try this with 2.4 CR2

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973675#3973675

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973675
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user