2 Replies Latest reply on Jun 21, 2017 6:02 AM by vikrant02

    Error "newValue is null" while connecting to cache for Infinispan 9.0.0.Final

    vikrant02

      Hi,

       

      I configured cross-site replication using infinispan 9.0.0.CR3 and everything worked then upgraded it to 9.0.0.Final but same configuration failed to perform cross site replication with latest version.

       

      During debugging I observed following error when trying to update cache default from ispn-cli(infinispan-server-9.0.0.Final/ispn-cli.sh

       

      FLYCTL0158: Operation handler failed: java.lang.IllegalArgumentException: newValue is null
      

       

      I deployed a fresh Infinispan 9.0.0.Final without any customization in standalone mode but still got same error.

      > ./ispn-cli.sh 
      You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.
      [disconnected /] connect
      [standalone@localhost:9990 /] container local
      [standalone@localhost:9990 cache-container=local] cache default
      WFLYCTL0158: Operation handler failed: java.lang.IllegalArgumentException: newValue is null
      [standalone@localhost:9990 cache-container=local]
      

       

      With a out of the box 9.0.0.CR3 deployment cache update worked fine

      > ./ispn-cli.sh 
      You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.
      [disconnected /] connect
      [standalone@localhost:9990 /] container local
      [standalone@localhost:9990 cache-container=local] cache default
      [standalone@localhost:9990 local-cache=default] put a a
      [standalone@localhost:9990 local-cache=default] get a
      a
      [standalone@localhost:9990 local-cache=default] 
      

       

      Have anyone observed the same behavior or I am missing something here?

       

      Thanks,

      Vikrant