-
Bug
-
Resolution: Fixed
-
P3
-
1.0
-
None
-
1.0
-
generic, sparc
-
generic, solaris_2.6
-
Verified
When start a JMXMP client (probably JMXRMI too), sometime will get:
java.lang.NullPointerException
at javax.management.remote.generic.ClientIntermediary.access$000(ClientI
ntermediary.java:64)
at javax.management.remote.generic.ClientIntermediary$GenericClientCommu
nicatorAdmin.checkConnection(ClientIntermediary.java:1525)
at com.sun.jmx.remote.opt.internal.ClientCommunicatorAdmin$Checker.run(C
lientCommunicatorAdmin.java:162)
at java.lang.Thread.run(Thread.java:479)
and it stops the heartbeat at client side.
It happens by using jdk1.3, but not 1.4.2
java.lang.NullPointerException
at javax.management.remote.generic.ClientIntermediary.access$000(ClientI
ntermediary.java:64)
at javax.management.remote.generic.ClientIntermediary$GenericClientCommu
nicatorAdmin.checkConnection(ClientIntermediary.java:1525)
at com.sun.jmx.remote.opt.internal.ClientCommunicatorAdmin$Checker.run(C
lientCommunicatorAdmin.java:162)
at java.lang.Thread.run(Thread.java:479)
and it stops the heartbeat at client side.
It happens by using jdk1.3, but not 1.4.2
- duplicates
-
JDK-4899930 Heartbeat thread can attempt to use connection before it is ready
- Closed