3 Replies Latest reply on Jun 4, 2013 6:05 PM by shadowcreeper

    "failed sending message to null" in infinispan.log

    sjena

      Hi,

       

      I am using  infinispan-4.2.0.FINAL and i have started two infinispan servers using hot rod in two different physical addresses.

      they have started properly. one server can access other  properly.

       

      But the issue is , when i have initially started the infinispan server , i have found the error from  /infinispan-4.2.0.FINAL/bin/infinispan.log as mentioned below.

       

      2013-06-04 08:26:05,914 ERROR [org.jgroups.protocols.UDP] (Timer-4,Node-Nprod1-55561) failed sending message to null (127 bytes): java.lang.Exception: dest=/228.6.7.8:46655 (130 bytes)

      2013-06-04 08:26:07,416 ERROR [org.jgroups.protocols.UDP] (Timer-3,Node-Nprod1-55561) failed sending message to null (127 bytes): java.lang.Exception: dest=/228.6.7.8:46655 (130 bytes)

       

      This is my config.xml:

      -------------------------------

       

      <infinispan>

      <global>

      <transport clusterName="infinispan-prod1"  machineId="mprod1" rackId="rprod1" nodeName="Nprod1">

      </transport>

      </global>

      <default>

      <clustering mode="R">

      <sync />

      </clustering>

      </default>

      <namedCache name="Cache1">

      <clustering mode="R">

      <sync />

      </clustering>

      </namedCache>

      </infinispan>

       


      can any one please guide me on this , why this type of error is comming and how to fix this .

      Please suggest me on this.

       

       

      Thanks

      Sridhar Jena