-
Bug
-
Resolution: Fixed
-
P5
-
6
-
b49
-
generic
-
generic
I am seeing this exception while running MM JvmThreadingTest.java.
This does not happen all the time. Once in a while.
java.util.NoSuchElementException: Vector Enumeration
at java.util.Vector$1.nextElement(Vector.java:305)
at com.sun.jmx.snmp.daemon.CommunicatorServer.terminateAllClient(CommunicatorServer.java:1037)
at com.sun.jmx.snmp.daemon.CommunicatorServer.stop(CommunicatorServer.java:356)
at com.sun.jmx.snmp.daemon.SnmpAdaptorServer.stop(SnmpAdaptorServer.java:1359)
at util.TestAgent.stop(TestAgent.java:203)
at JvmThreadingTest.main(JvmThreadingTest.java:50)
YY Test Failed: Vector Enumeration
This does not happen all the time. Once in a while.
java.util.NoSuchElementException: Vector Enumeration
at java.util.Vector$1.nextElement(Vector.java:305)
at com.sun.jmx.snmp.daemon.CommunicatorServer.terminateAllClient(CommunicatorServer.java:1037)
at com.sun.jmx.snmp.daemon.CommunicatorServer.stop(CommunicatorServer.java:356)
at com.sun.jmx.snmp.daemon.SnmpAdaptorServer.stop(SnmpAdaptorServer.java:1359)
at util.TestAgent.stop(TestAgent.java:203)
at JvmThreadingTest.main(JvmThreadingTest.java:50)
YY Test Failed: Vector Enumeration