-
Bug
-
Resolution: Fixed
-
P3
-
5.0, 6
-
04
-
generic, x86
-
generic, windows_2000
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2146898 | jdmk5.1_03 | Laurence Caullet | P3 | Closed | Fixed | 03 |
In an attempt to fix 4969755, we added a call to ServerSocket.setReuseAddress(true) when a JMXMP connector server is created. It turns out that this is harmless on Unix because it is the default for ServerSocket anyway. However, on Microsoft Windows it can produce bizarre behaviour where more than one ServerSocket can get connections for the same port on the same address.
###@###.### 2005-06-16 12:54:48 GMT
###@###.### 2005-06-16 12:54:48 GMT
- backported by
-
JDK-2146898 JMXMP connector server should not call ServerSocket.setReuseAddress(true) by default
- Closed
- relates to
-
JDK-4969755 JSR160 : IOE not thrown by optional connector with RH9
- Closed