[infinispan-issues] [JBoss JIRA] (ISPN-7851) Error "newValue is null" while connecting to cache for Infinispan 9.0.0.Final
Tristan Tarrant (JIRA)
issues at jboss.org
Wed May 24 09:06:00 EDT 2017
[ https://issues.jboss.org/browse/ISPN-7851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tristan Tarrant updated ISPN-7851:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/5154
> Error "newValue is null" while connecting to cache for Infinispan 9.0.0.Final
> -----------------------------------------------------------------------------
>
> Key: ISPN-7851
> URL: https://issues.jboss.org/browse/ISPN-7851
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.0.0.Final
> Reporter: Santosh Haranath
> Assignee: Tristan Tarrant
> Priority: Minor
>
> 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 the latest version.
>
> During debugging I observed the 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 at localhost:9990 /] container local
> [standalone at localhost:9990 cache-container=local] cache default
> WFLYCTL0158: Operation handler failed: java.lang.IllegalArgumentException: newValue is null
> [standalone at 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 at localhost:9990 /] container local
> [standalone at localhost:9990 cache-container=local] cache default
> [standalone at localhost:9990 local-cache=default] put a a
> [standalone at localhost:9990 local-cache=default] get a
> a
> [standalone at localhost:9990 local-cache=default]
> See
> https://developer.jboss.org/message/971206#971206
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the infinispan-issues
mailing list