Hi,
I just recently installed AS 7 (ver 7.02) and was scanning the directories. I had an issue with shutting down AS7 in domain mode. I started AS7 in the background (/opt/jboss/bin/domain.sh &). When I attempted to shut down the server (/opt/jboss/bin/jboss-admin.sh --connect command=:shutdown), I get the following error message:
Connected to domain controller at localhost:9999
{
"outcome" => "failed",
"failure-description" => "No handler for shutdown at address []",
"rolled-back" => true
}
Please advise. I did not have any issue while shutting down AS7 in standalone mode.