0 Replies Latest reply on Oct 1, 2012 10:11 PM by jacob1111

    Is the bug ISPN-2140 really fixed in 5.1.6.FINAL?

    jacob1111

      Hi,

       

      I am trying to implement near cache architecture using Infinispan

      near_cache_picture.png

      I have both Infinispan hotrod servers 10.100.9.28 and 10.100.9.9

      running and making the cluster.

      I can see objects in the clustered cache on both servers by running

      local clients connecting to local server.

       

      However, when I try to get connection to the non-local server, I am

      getting exception see the attached log file)

       

      I used default JGroup configuration, but I start up my client with binding

      address:

      java \

      -Djava.net.preferIPv4Stack=true \

      -Djgroups.bind_addr=10.100.9.9 \

      -Xms512m \

      ........

       

      With my local IP address client works. Because I only change the

      localhost IP address to 10.100.9.9 I assume that I have done everything

      correctly. In this case the problem could be in the old bug ISPN-2140

      that was not checked in into 5.1.6.FINAL release.

       

      Is it correct assumption?

       

      I appreciate any help.

       

      I attached all start up and configuration files I used.

       

      My hardware and software:

      1st server:

      Intel Zeon 2 CPU with 4 cores each 2.0MHz

      Centos 5.5

      JDK 1.6.0_33

      Infinispan 5.1.6.FINAL

       

      2nd server:

      Intel i7 CPU with 4 cores

      Virtual machine Parallels on Mac

      Centos 5.5

      JDK 1.6.0_33

      Infinispan 5.1.6.FINAL

       

      Thank you,

       

      Jacob Nikom