Infinispan clear-cache not working in 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.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
