---shutdown--- For a Standalone Server, shutdown returns the following error: <Operation <Operation{operation='shutdown', address=Address{path: }, additionalProperties={}}> returned <"JBAS010850: No handler for operation shutdown at address []","rolled-back":true}>, rolled-back=false> For a Domain Server, shutdown does not fail with this error, but it does not appear to actually shutdown the server. ---restart--- For a Standalone Server, restart fails with the same error, because under the covers it calls the shutdown operation. ---reload--- For a Standalone Server, reload returns the following error: <Operation <Operation{operation='reload', address=Address{path: }, additionalProperties={}}> returned <"JBAS010850: No handler for operation reload at address []","rolled-back":true}>, rolled-back=false> ---start--- Due to the design of my integration tests, I am unable to test the start operation until the shutdown operation is fixed, so I am not sure whether the start operation is working on either Server type.
comment #1 was bogus and for a different BZ
-- domain -- - shutdown works, but sometimes the server returns 'strange results' -- See also https://issues.jboss.org/browse/AS7-4192 -- standalone - reload always works for me - shutdown and start (and re-start) also work For restart commit 7228af6170578 adds a larger (dynamic) wait time between shutdown and start to make sure the server is no longer responding to management requests before starting again.
Ian can you check if that helps you?
per BZ triage (crouch, loleary, mfoley)
finally pushed as 7228af6170578 to master
Closing - further work is done in Bug 804102 *** This bug has been marked as a duplicate of bug 804102 ***