]
Alexey Loubyansky updated AS7-689:
----------------------------------
Component/s: (was: CLI)
Removed CLI from Components. The CLI actually handles it cleanly.
standalone server: If I shutdown the server, the client gets a
IOException->ExecutionException->EOFException("Connection closed")
---------------------------------------------------------------------------------------------------------------------------------
Key: AS7-689
URL:
https://issues.jboss.org/browse/AS7-689
Project: Application Server 7
Issue Type: Bug
Affects Versions: 7.0.0.Beta3
Reporter: Andre Dietisheim
If I shutdown the server by the following operation:
{code}
ModelNode request = new ModelNode();
request.get(OP).set(SHUTDOWN);
{code}
the client throws a IOException because it's connection was closed.
The actual nesting is the following:
IOException->ExecutionException->EOFException("Connection closed")
--
This message is automatically generated by JIRA.
For more information on JIRA, see: