Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6808536

jmx interop hangs when Server is over JDK6 and Client over JDK5

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P3 P3
    • 6-pool
    • 6u12
    • other-libs
    • x86
    • windows_vista

      The jmx test program hangs indefinitely there.

      Reproduction:

      JDK 5.0 used: (including 6614558's fix)
      java -version
      java version "1.5.0_17-rev" Java(TM) Platform, Standard Edition for Business (build 1.5.0_17-rev-b10)Java HotSpot(TM) Client VM (build 1.5.0_17-rev-b10, mixed mode)

      JDK 6.0 used: (including 6614558's fix)
      java -version
      java version "1.6.0_12"
      Java(TM) SE Runtime Environment (build 1.6.0_12-b04) Java HotSpot(TM) Client VM (build 11.2-b01, mixed mode)

      JMX Server(JDK 6.0) - JMX Client(JDK 5.0)
      1) Compile the files found in JMX-Server using jdk 6.0
      2) start the naming service. orbd -ORBInitialPort 2001
      3) Run the server. java -classpath . Server
      4) Compile the files found in JMX-Client using jdk 5.0
      5) Run the client java -classpath . Client
      6) Example hangs indefinitely on getMBeanInfo

            Unassigned Unassigned
            xiaojuzh Xiaojun Zhang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: