Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-689

standalone server: If I shutdown the server, the client gets a IOException->ExecutionException->EOFException("Connection closed")

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • No Release
    • 7.0.0.Beta3
    • None
    • None

    Description

      If I shutdown the server by the following operation:

      	ModelNode request = new ModelNode();
      	request.get(OP).set(SHUTDOWN);
      

      the client throws a IOException because it's connection was closed.
      The actual nesting is the following:

      IOException->ExecutionException->EOFException("Connection closed")

      Attachments

        Activity

          People

            Unassigned Unassigned
            adietish@redhat.com André Dietisheim
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: