Hide Forgot
Affects: Release Notes Workaround Description: The JGroups settings for ModeShape are defined in the modeshape-config.xml. To make adjustments, edit this file and restart the server. project_key: SOA Currently the value of max_bundle_size is set to 60000. This value seems not to be enough for replication of some changes. During the replication of changes there are a lot of the following exceptions present in the log: STACK 10:02:34,816 ERROR [UDP] failed sending message to 127.0.0.1:55375 (60162 bytes) java.lang.Exception: message size (60162) is greater than max bundling size (60000). Set the fragmentation/bundle size in FRAG and TP correctly at org.jgroups.protocols.TP$Bundler.checkLength(TP.java:2063) at org.jgroups.protocols.TP$Bundler.send(TP.java:1958) at org.jgroups.protocols.TP$Bundler.access$200(TP.java:1943) at org.jgroups.protocols.TP.send(TP.java:1456) at org.jgroups.protocols.TP.down(TP.java:1186) at org.jgroups.protocols.Discovery.down(Discovery.java:374) at org.jgroups.protocols.MERGE2.down(MERGE2.java:175) at org.jgroups.protocols.FD_SOCK.down(FD_SOCK.java:360) at org.jgroups.protocols.FD.down(FD.java:315) at org.jgroups.protocols.VERIFY_SUSPECT.down(VERIFY_SUSPECT.java:95) at org.jgroups.protocols.BARRIER.down(BARRIER.java:107) at org.jgroups.protocols.pbcast.NAKACK.sendXmitRsp(NAKACK.java:1051) at org.jgroups.protocols.pbcast.NAKACK.handleXmitReq(NAKACK.java:983) at org.jgroups.protocols.pbcast.NAKACK.up(NAKACK.java:718) at org.jgroups.protocols.BARRIER.up(BARRIER.java:136) at org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:167) at org.jgroups.protocols.FD.up(FD.java:284) at org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:307) at org.jgroups.protocols.MERGE2.up(MERGE2.java:144) at org.jgroups.protocols.Discovery.up(Discovery.java:264) at org.jgroups.protocols.PING.up(PING.java:273) at org.jgroups.protocols.TP.passMessageUp(TP.java:1277) at org.jgroups.protocols.TP.access$100(TP.java:50) at org.jgroups.protocols.TP$IncomingPacket.handleMyMessage(TP.java:1830) at org.jgroups.protocols.TP$IncomingPacket.run(TP.java:1809) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619
Affects: Added: [Release Notes]
Release Notes Docs Status: Added: Documented as Known Issue Release Notes Text: Added: The JGroups settings for ModeShape are defined in the modeshape-config.xml. To make adjustments, edit this file and restart the server. Workaround Description: Added: The JGroups settings for ModeShape are defined in the modeshape-config.xml. To make adjustments, edit this file and restart the server.
Changing the max_bundle_size from 60000 to 64000.
Release Notes Docs Status: Removed: Documented as Known Issue Added: Not Required Writer: Added: dlesage
Verified on SOA 5.2 ER4.