[infinispan-issues] [JBoss JIRA] (ISPN-6631) WFLYCTL0013 Error logged when accessing distributed-cache specified via xml

Ryan Emerson (JIRA) issues at jboss.org
Fri May 13 09:19:00 EDT 2016


Ryan Emerson created ISPN-6631:
----------------------------------

             Summary: WFLYCTL0013 Error logged when accessing distributed-cache specified via xml
                 Key: ISPN-6631
                 URL: https://issues.jboss.org/browse/ISPN-6631
             Project: Infinispan
          Issue Type: Bug
          Components: Console
    Affects Versions: 9.0.0.Alpha1
            Reporter: Ryan Emerson
            Assignee: Ryan Emerson


When accessing a cache defined via xml, that does not use an existing template, the following error is thrown by the server when the cache-container=>cluster=>cache page is loaded. This error is not displayed by the console itself. 


{code:java}
[Server:server-two] 14:08:30,038 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 35) WFLYCTL0013: Operation ("read-attribute") failed - address: ([
[Server:server-two]     ("subsystem" => "datagrid-infinispan"),
[Server:server-two]     ("cache-container" => "clustered"),
[Server:server-two]     ("distributed-cache" => "DistributedCacheAsTamplate")
[Server:server-two] ]) - failure description: "Unavailable cache clusterwide-hits"
[Server:server-one] 14:08:30,049 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 34) WFLYCTL0013: Operation ("read-attribute") failed - address: ([
[Server:server-one]     ("subsystem" => "datagrid-infinispan"),
[Server:server-one]     ("cache-container" => "clustered"),
[Server:server-one]     ("distributed-cache" => "DistributedCacheAsTamplate")
[Server:server-one] ]) - failure description: "Unavailable cache clusterwide-hits"

{code}





--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list