1 Reply Latest reply on Mar 2, 2011 2:38 AM by wdfink

    JGroups Errors at JBoss startup

    vivekbawge

      I am chasing this error from quite sometime now with no luck.

       

      The errors at JBoss startup are:

       

      2011-02-09 17:32:35,183 ERROR [org.jgroups.protocols.UDP] max_bundle_size (64000) is greater than largest TP fragmentation size (-1000)

      2011-02-09 17:32:35,183 ERROR [org.jgroups.protocols.UDP] max_bundle_size (64000) is greater than largest TP fragmentation size (-1000)

      2011-02-09 17:32:35,183 ERROR [org.jgroups.protocols.UDP] the following properties are not recognized: {enable_bundling=false, max_bundle_size=64000, max_bundle_timeout=30}

      2011-02-09 17:32:35,183 ERROR [org.jgroups.protocols.UDP] the following properties are not recognized: {enable_bundling=false, max_bundle_size=64000, max_bundle_timeout=30}

       

      2011-02-09 17:32:36,465 ERROR [org.jgroups.protocols.UDP] exception sending msg: java.lang.Exception: dest=/a.b.c.d:45577 (174 bytes)

      java.io.IOException: Invalid argument

                at java.net.PlainDatagramSocketImpl.send(Native Method)

                at java.net.DatagramSocket.send(DatagramSocket.java:612)

                at org.jgroups.protocols.UDP._send(UDP.java:316)

                at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:286)

                at org.jgroups.protocols.TP.doSend(TP.java:938)

                at org.jgroups.protocols.TP.access$2200(TP.java:46)

                at org.jgroups.protocols.TP$Bundler.bundleAndSend(TP.java:1653)

                at org.jgroups.protocols.TP$Bundler.access$2500(TP.java:1571)

                at org.jgroups.protocols.TP$Bundler$BundlingTimer.run(TP.java:1683)

                at java.util.TimerThread.mainLoop(Timer.java:512)

                at java.util.TimerThread.run(Timer.java:462)

      2011-02-09 17:32:36,465 ERROR [org.jgroups.protocols.UDP] exception sending msg: java.lang.Exception: dest=/a.b.c.d:45577 (174 bytes)

      java.io.IOException: Invalid argument

                at java.net.PlainDatagramSocketImpl.send(Native Method)

                at java.net.DatagramSocket.send(DatagramSocket.java:612)

                at org.jgroups.protocols.UDP._send(UDP.java:316)

                at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:286)

                at org.jgroups.protocols.TP.doSend(TP.java:938)

                at org.jgroups.protocols.TP.access$2200(TP.java:46)

                at org.jgroups.protocols.TP$Bundler.bundleAndSend(TP.java:1653)

                at org.jgroups.protocols.TP$Bundler.access$2500(TP.java:1571)

                at org.jgroups.protocols.TP$Bundler$BundlingTimer.run(TP.java:1683)

                at java.util.TimerThread.mainLoop(Timer.java:512)

                at java.util.TimerThread.run(Timer.java:462)

       

       

      I would appreciate any help.

       

      Thanks,
      Vivek