-
Bug
-
Resolution: Done
-
Major
-
2.6.20
-
None
When an IOException is caught inside Util.createServerSocket, the root cause is swallowed.
(This was introduced in JGRP-892 which changed it to throw an exception instead of returning null and causing a NullPointerException later).
- is blocked by
-
JGRP-892 ConnectionMap.createServerSocket(): throw an exception if socket cannot be created
- Resolved