-
Bug
-
Resolution: Fixed
-
P3
-
1.2.0
-
1.1.6
-
sparc
-
solaris_2.5
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2019041 | 1.2.0 | Ann Wollrath | P3 | Resolved | Fixed | 1.2beta3 |
When a remote object is exported, if the port on which the object is
exported is already in use, the RMI runtime keeps attempting to re-create
the ServerSocket. Retry should not be attempted if a BindException occurs
since it will cause server processes to hang. A BindException should be
propagated to the caller.
exported is already in use, the RMI runtime keeps attempting to re-create
the ServerSocket. Retry should not be attempted if a BindException occurs
since it will cause server processes to hang. A BindException should be
propagated to the caller.
- backported by
-
JDK-2019041 retryServerSocket should not retry on BindException
-
- Resolved
-