-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 6
-
Component/s: security-libs
-
beta
-
generic
-
generic
/com/sun/net/ssl/internal/ssl/GenSSLConfigs/main.java
This creates a ServerThread with a hard coded port number of 9999. If more than one
version of the test is running (say solaris-sparc/solaris-sparcv9), this will fail with
a BindException, address already in use.
Please rearchitect to dynamically obtain the destination port.
Thanks.
This creates a ServerThread with a hard coded port number of 9999. If more than one
version of the test is running (say solaris-sparc/solaris-sparcv9), this will fail with
a BindException, address already in use.
Please rearchitect to dynamically obtain the destination port.
Thanks.