-
Bug
-
Resolution: Done
-
Major
-
7.0.0.Final
-
None
7.1 snapshot
I did change a socket binding, so reload is needed. Did a /:read-resource
Then :reload
},
"response-headers" =>
}
[standalone@localhost:9999 /] :reload
{
"outcome" => "success",
"response-headers" =>
}
[standalone@localhost:9999 /] :reload
{
"outcome" => "success",
"response-headers" => { "operation-requires-reload" => true, "process-state" => "reload-required" }
}
I think after the reload (which succeeded) the process-state should no longer be "reload needed".
Also
{"result" => }should be defined and not just null.
- relates to
-
AS7-2247 Restart server button needed on web console
- Resolved