2 Replies Latest reply on Sep 27, 2005 9:20 AM by eafigbo

    jgroups.protocols.UDP

    aoggi

      Hello everyone,

      I am using jboss 4.0.0, i am seeing the follwoing message almost every 3 milli seconds, can some one tell me what is the problem and how to supress this..

      help Plz..

      Thanks
      Anil

      Mar-11-2005 14:39:33 ERROR jgroups.protocols.UDP handleIncomingUdpPacket.691 - exception=java.lang.ClassCastException
      at org.jgroups.Message.readExternal(Message.java:471)
      at org.jgroups.protocols.UDP.handleIncomingUdpPacket(UDP.java:686)
      at org.jgroups.protocols.UDP$UcastReceiver.run(UDP.java:1294)
      at java.lang.Thread.run(Thread.java:534)

      Mar-11-2005 14:39:36 ERROR jgroups.protocols.UDP handleIncomingUdpPacket.691 - exception=java.lang.ClassCastException
      at org.jgroups.Message.readExternal(Message.java:471)
      at org.jgroups.protocols.UDP.handleIncomingUdpPacket(UDP.java:686)
      at org.jgroups.protocols.UDP$UcastReceiver.run(UDP.java:1294)
      at java.lang.Thread.run(Thread.java:534)

        • 1. Re: jgroups.protocols.UDP
          mwinkiel

          Hallo Anil,

          Have you solved this problem, because I have the same ...

          best regards,
          Marcin

          • 2. Re: jgroups.protocols.UDP
            eafigbo

            You must be running JBOSS in cluster mode.
            which means that you are either running the "all" configuration or a variation of it.
            and whats more u have other instances of JBOSS running in your network (also in cluster mode).
            These instances of JBOSS are most likely of a diffrent/lower version. so you may want to check this out

            chuck