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

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

      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")

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

                Created:
                Updated:
                Resolved: