JDK-2228303 : TEST_BUG: many RMI tests fail because of port conflicts
  • Type: Backport
  • Backport of: JDK-7142596
  • Component: core-libs
  • Sub-Component: java.rmi
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-08-10
  • Updated: 2013-08-20
  • Resolved: 2012-09-01
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u40 b06Fixed 8Fixed
Comments
Verified with jdk7u40b34 on solaris sparc
18-07-2013

EVALUATION RMI tests start the rmiregistry on the default port. When multiple tests are run in parallel, the rmiregistry fails to start as the port is already in use. This causes the test to fail.
10-08-2012