[JBoss-user] [Clustering/JBoss] - Re: java.net.SocketException: The message is larger than the

2004-09-29 Thread bela
Hmm, please enable logging (as described). I cannot find the "larger message" error in 
any of the newer JGroups versions (starting from 2.2.4).


Bela

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

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: java.net.SocketException: The message is larger than the

2004-09-29 Thread arnold
Thanks for the prompt response.

java -cp jgroups.jar org.jgroups.Version>
Version:2.2.4
CVS:$Id: Version.java,v 1.5 2004/04/28 18:44:58 belaban Exp $
History:(see doc/history.txt for details)

BTW, I have a silly newbie question. In cluster-service.xml, what other value can I 
use for http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849877#3849877

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: java.net.SocketException: The message is larger than the

2004-09-29 Thread bela
Hmm, this is strange because the message size is *0* ! So this is probably caused by 
another exception.
You could enable logging: add a category for org.jgroups.protocols.UDP at the TRACE 
level.

What version of JGroups ?
java -jar server/all/lib/jgroups.jar org.jgroups.Version

Bela

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

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: java.net.SocketException: The message is larger than the

2004-09-29 Thread arnold
My cluster-service.xml is as exactly the same as the one from JBoss' distribution:


  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |  
  | 
  | DefaultPartition
  | 
  | ${jboss.bind.address}
  | 
  | False
  | 
  | 
  | 6
  | 
  | 
  | 
  |   
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  |   
  | 
  | 
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |  jboss:service=DefaultPartition
  | 
  | DefaultPartition
  | 
  | /HASessionState/Default
  | 
  | 0
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |  jboss:service=DefaultPartition
  | 
  | DefaultPartition
  | 
  | ${jboss.bind.address}
  | 
  | 0
  | 
  | 1100
  | 
  | 50
  | 
  | 
  | 230.0.0.4
  | 1102
  | 
  | 
  | 
  | 
  | 
  | 
  |   
  | 
  |   
  |  ${jboss.bind.address}
  | 
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |  jboss:service=DefaultPartition
  |  jboss.cache:service=InvalidationManager
  |  jboss.cache:service=InvalidationManager
  |  DefaultPartition
  |  DefaultJGBridge
  |   
  | 
  | 
  | 

Th partition is set up with a clustered Entity Bean. But there were any activity at 
the application level, so all traffic are from JBoss/JGroup. What worreis me is the 
HUGE message attempted to be sent between the nodes (see the edited log), do you why 
such large message is being sent?

Thanks.

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

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: java.net.SocketException: The message is larger than the

2004-09-29 Thread bela
Post your cluster-service.xml. You probably need to defined a frag_size in FRAG.
Use JGroups/bin/frag_size.sh to determine the optimal fragmentation size.

Bela

P.S.: you'll also need to specify the frag size in NAKACK

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

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user