1 Reply Latest reply on May 15, 2008 11:22 AM by brian.stansberry

    failed unmarshalling message - Clustering 4.2.2 GA

    aneesh62003

      I've two partitions in the same subnet. Using UDP for clustering. Each parttion contains two identical nodes.
      First partition is of jboss version 4.0.2rc1
      and second one is with 4.2.2 GA
      I get the same error on both the partitions when both the partitions are alive.......


      2008-05-14 08:00:49,092 WARN [org.jgroups.protocols.UDP] packet from 10.32.158.23:4187 has different version (12338) from ours (2.4.1). This may cause problems
      2008-05-14 08:00:49,092 ERROR [org.jgroups.protocols.UDP] failed unmarshalling message
      java.io.EOFException
       at java.io.DataInputStream.readFully(DataInputStream.java:178)
       at org.jgroups.stack.IpAddress.readFrom(IpAddress.java:270)
       at org.jgroups.Message.readFrom(Message.java:612)
       at org.jgroups.protocols.TP.bufferToMessage(TP.java:974)
       at org.jgroups.protocols.TP.handleIncomingPacket(TP.java:830)
       at org.jgroups.protocols.TP.access$400(TP.java:46)
       at org.jgroups.protocols.TP$IncomingPacketHandler.run(TP.java:1297)
       at java.lang.Thread.run(Thread.java:595)
      
      
      
      Any help is highly appreciated....