-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b04
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2121681 | 6 | Shanliang Jiang | P4 | Resolved | Fixed | b15 |
JDK-2146895 | jdmk5.1_03 | Laurence Caullet | P3 | Closed | Fixed | 03 |
Stack trace of waiting fetcher Thread:
[java] "Thread-2" daemon prio=10 tid=0x0055c458 nid=0x19 in Object.wait() [0xb0eff000..0xb0effc10]
[java] at java.lang.Object.wait(Native Method)
[java] - waiting on <0xe2d33930> (a com.sun.jmx.remote.soap.stubs.SOAPJMXConnector$SOAPNotifClient)
[java] at java.lang.Object.wait(Object.java:474)
[java] at com.sun.jmx.remote.internal.ClientNotifForwarder.postReconnection(ClientNotifForwarder.java:249)
[java] - locked <0xe2d33930> (a com.sun.jmx.remote.soap.stubs.SOAPJMXConnector$SOAPNotifClient)
[java] at com.sun.jmx.remote.soap.stubs.SOAPJMXConnector$SOAPNotifClient.postReconnection(SOAPJMXConnector.java:1160)
[java] - locked <0xe2d33930> (a com.sun.jmx.remote.soap.stubs.SOAPJMXConnector$SOAPNotifClient)
[java] at com.sun.jmx.remote.soap.stubs.SOAPJMXConnector$CommunicatorAdmin.reconnectNotificationListeners(SOAPJMXConnector.java:218)
[java] at com.sun.jmx.remote.soap.stubs.SOAPJMXConnector$CommunicatorAdmin.doStart(SOAPJMXConnector.java:275)
[java] at com.sun.jmx.remote.internal.ClientCommunicatorAdmin.restart(ClientCommunicatorAdmin.java:106)
[java] at com.sun.jmx.remote.internal.ClientCommunicatorAdmin.gotIOException(ClientCommunicatorAdmin.java:34)
[java] at com.sun.jmx.remote.soap.stubs.SOAPJMXConnector$CommunicatorAdmin.gotIOException(SOAPJMXConnector.java:117)
[java] at com.sun.jmx.remote.soap.stubs.SOAPJMXConnector$SOAPNotifClient.fetchNotifs(SOAPJMXConnector.java:1187)
[java] at com.sun.jmx.remote.internal.ClientNotifForwarder$NotifFetcher.fetchNotifs(ClientNotifForwarder.java:420)
[java] at com.sun.jmx.remote.internal.ClientNotifForwarder$NotifFetcher.run(ClientNotifForwarder.java:318)
[java] at java.lang.Thread.run(Thread.java:595)
- backported by
-
JDK-2121681 ClientNotifForwarder can wait infinitly when reconnecting
- Resolved
-
JDK-2146895 ClientNotifForwarder can wait infinitly when reconnecting
- Closed