[
https://issues.jboss.org/browse/ISPN-6631?page=com.atlassian.jira.plugin....
]
Ryan Emerson updated ISPN-6631:
-------------------------------
Description:
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}
The route cause of this issue is the following DMR command:
{code}
/host=master/server=server-one/subsystem=datagrid-infinispan/cache-container=clustered/distributed-cache=$cacheName:read-resource(include-runtime=true,recursive=false)
{code}
Where `include-runtime=true` causes the issue
was:
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}
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}
The route cause of this issue is the following DMR command:
{code}
/host=master/server=server-one/subsystem=datagrid-infinispan/cache-container=clustered/distributed-cache=$cacheName:read-resource(include-runtime=true,recursive=false)
{code}
Where `include-runtime=true` causes the issue
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)