-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 5.0
-
Component/s: core-svc
-
b32
-
generic
-
generic
In the attached test, a connection is made using the RMI connector, and with a server socket factory that allows us to simulate a network failure. When told to stop working, the factory closes all sockets it already opened, and immediately closes the sockets for any newly-accepted network connections. The client correctly gets an IOException from subsequent client operations, but it does not send a JMXConnectionNotification.FAILED as it should.