9 Replies Latest reply on Aug 24, 2005 3:50 AM by belaban

    jgroups-ERROR-UDP after upgrading to 1.2.3

    motormind

      Hi there,

      After I upgraded to JBoss Cache 1.2.3, I get this error message several times a second:

      06/21/05,16:06:11:jgroups-ERROR-UDP: exception in processing incoming packetjava.net.UnknownHostException: addr is of illegal length
       at java.net.InetAddress.getByAddress(Unknown Source)
       at java.net.InetAddress.getByAddress(Unknown Source)
       at org.jgroups.stack.IpAddress.readFrom(IpAddress.java:341)
       at org.jgroups.util.Util.readAddress(Util.java:121)
       at org.jgroups.Message.readFrom(Message.java:599)
       at org.jgroups.protocols.UDP.bufferToMessage(UDP.java:945)
       at org.jgroups.protocols.UDP.handleIncomingUdpPacket(UDP.java:720)
       at org.jgroups.protocols.UDP.run(UDP.java:277)
       at java.lang.Thread.run(Unknown Source)


      Actually, this happened after another member of my team upgraded his JGroups version to 2.2.8 . Everything worked fine when everyone was working under JGroups 2.2.7. What could be going wrong?