How to confirm the suspend status with CLI in JBoss EAP 7
Issue
- The server status is
runningwhen checking it with the:read-attribute(name=server-state)command of CLI even though the status issuspendedin the Admin Console.
CLI:
[standalone@localhost:9990 /] :read-attribute(name=server-state)
{
"outcome" => "success",
"result" => "running"
}
Environment
- Red Hat JBoss Enterprise Application Platform (EAP) 7.4
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.