-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
None
-
beta2
-
unknown
-
solaris_2.6
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2041592 | 1.4.0 | Harold Carr | P4 | Closed | Won't Fix |
When a server dies after the request has been
received but before a reply is sent the client reports COMM_FAILURE/1.
The minor code "1" is not valid. It should be prefixed with OMG VMCID
or SUN VMCID.
This is because ReaderThread.run calls IIOPConnection.purge_calls with
Connection.CONN_ABORT which is defined as 1.
********************************************************************************
###@###.### 2001-10-19
Fix verified OK
- with build: j2sdk-1_4_0-beta3-bin-b83-solsparc-10_oct_2001
- using test: tests/product/rmi-iiop/DGC/rmi-iiop and shutting down the server right after the client was executed.
********************************************************************************
received but before a reply is sent the client reports COMM_FAILURE/1.
The minor code "1" is not valid. It should be prefixed with OMG VMCID
or SUN VMCID.
This is because ReaderThread.run calls IIOPConnection.purge_calls with
Connection.CONN_ABORT which is defined as 1.
********************************************************************************
###@###.### 2001-10-19
Fix verified OK
- with build: j2sdk-1_4_0-beta3-bin-b83-solsparc-10_oct_2001
- using test: tests/product/rmi-iiop/DGC/rmi-iiop and shutting down the server right after the client was executed.
********************************************************************************
- backported by
-
JDK-2041592 Client gets COMM_FAILURE/1 when server fails. MinorCode 1 is not valid
-
- Closed
-