Hi All,
In my Jboss Server.log, i am continuously getting below log entries:
2011-08-18 17:40:09,578 ERROR [org.jgroups.protocols.UDP] failed unmarshalling message
java.io.EOFException
at java.io.DataInputStream.readShort(DataInputStream.java:315)
at org.jgroups.protocols.TP.handleIncomingPacket(TP.java:807)
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:636)
Is this a concern or can i ignore this? Any idea what could be causing this?
Also while starting my Jboss instance,it is auto discovering all nodes in the network and clustering it and since the cluster name is "Default Partition"(which is the default name for a cluster),i think it is adding the node to the cluster. Will this cause any issue?
How can i disable auto discovery?
Thanks in Advance,
HG