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

NullPointerException in Mds.getConfigId()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • None
    • emb-8u26
    • embedded
    • Verified

      We are getting Mds info by calling mds.serviceget(null, callback) on an mds object. That mds object has been obtained previously by Phd.getObjects() among other Dim objects.
      We can see that serviceCompleted gets called with successful result.
      We then issue mds.getConfigId() on that mds object expecting to get a config id.

      However NullPointerException gets thrown.

      In the stack trace we can see:

      java.lang.NullPointerException
      at com.oracle.phd.dim.MdsImpl.getConfigId(MdsImpl.java:129)

        1. hcidump.txt
          12 kB
        2. console.txt
          0.4 kB

            fsmith Frederick Smith
            akulyakh Alexander Kulyakhtin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: