Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4624102

purge_calls leads to PI NPE is service contexts accessed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.1
    • j2ee1.4-beta1
    • other-libs
    • hopper
    • unknown
    • solaris_7

      1. A bad GIOP magic is received on the connection.
      2. We send a message error and close the connection.
      3. Closing the connection causes IIOPConnection.purge_calls to execute.
      4. This wakes up an requests waiting for responses with the
              COMM_FAILURE/CONN_ABORT exception.
      5. A request thread waiting inside IIOPOutputStream.invoke at
         IIOPConnetion.getResponse catches the SystemException.
      6. IIOPOutputStream.invoke creates and returns
              new ClientResponseImpl(systemEx).
      7. Interceptors then run and call receive_exception.
      8. When the interceptor instance attempts to look at received service
         contexts it gets a NPE because a response created via
         new ClientResponseImpl(systemEx) does not contain the iiop.messages.Message
         instance which is expected by the PI implementation.

            hcarr Harold Carr
            hcarr Harold Carr
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: