]
Martin Gencur updated ISPN-6232:
--------------------------------
Component/s: CLI
(was: Tasks)
Unable to undeploy tasks from server
------------------------------------
Key: ISPN-6232
URL:
https://issues.jboss.org/browse/ISPN-6232
Project: Infinispan
Issue Type: Bug
Components: CLI
Affects Versions: 8.2.0.Beta2
Reporter: Martin Gencur
Attachments: local-task.jar
Using domain mode and ispn-cli.sh, it is possible to deploy a task but later it's
impossible to undeploy it via CLI (not sure if there's any other way to undeploy it).
When calling "undeploy local-task.jar", I'm getting the following error
{code}
Undeploy failed: {"WFLYCTL0062: Composite operation failed and was rolled back.
Steps that failed:" => {"Operation step-1" => "WFLYDC0043:
Cannot remove deployment local-task.jar from the domain as it is still used by server
groups [main-server-group, other-server-group]"}}
{code}
The problem is that I'm not doing any operations and I'm logged off the
management console.
I'll attach local-task.jar file. I can provide the source code if required.