4 Replies Latest reply on Mar 21, 2012 1:45 PM by jmfaerman

    Client-side cache

    jmfaerman

      Hello, I need some help in using infinispan on the client side.

       

      My app works fine when launched from Eclipse, but when launched from Java Web Start i get this IOException:

      SEVERE: failed sending message to cluster (92 bytes): java.lang.Exception: dest=/224.10.10.10:5555 (95 bytes), cause: java.io.IOException: Invalid argument
      

       

      I suspected sandbox limitations, but all jars are signed and JNLP is set to <all-permissions />

       

      Is there any demo or information on running Infinispan on the side, preferably using applets or web start?

       

      The goal in such design is client-side fault tolerance, using the cache to store and share state between clients when internet connection fails.