Infinispan clear-cache not working in JBoss EAP admin console
Issue
- While clearing an infinispan cache with the admin console getting the following error message:
Unknown error
Unexpected HTTP response: 500
Request
{
"address" => [
("subsystem" => "infinispan"),
("cache-container" => "hibernate"),
("local-cache" => "local-query")
],
"operation" => "clear"
}
Response
Internal Server Error
{
"outcome" => "failed",
"failure-description" => "JBAS014884: No operation named 'clear' exists at address [
(\"subsystem\" => \"infinispan\"),
(\"cache-container\" => \"hibernate\"),
(\"local-cache\" => \"local-query\")
]",
"rolled-back" => true
}
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.1.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.