[jboss-jira] [JBoss JIRA] (AS7-689) standalone server: If I shutdown the server, the client gets a IOException->ExecutionException->EOFException("Connection closed")
Jason Greene (Closed) (JIRA)
jira-events at lists.jboss.org
Thu Nov 3 17:26:45 EDT 2011
[ https://issues.jboss.org/browse/AS7-689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Greene closed AS7-689.
----------------------------
Fix Version/s: No Release
Resolution: Out of Date
> 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
> Fix For: No Release
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list