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

NPE from DeployManifestChecker.printWarningsIfRequired call

XMLWordPrintable

      After upgrading to java 1.7 update 51, users are not able to launch our
      product which is in standalone mode (Not a webstart).
       
      java.lang.NullPointerException
         at com.sun.deploy.security.DeployManifestChecker.printWarningsIfRequired(Unknown Source)
         at com.sun.deploy.security.TrustDeciderDialog.doShowDialog(Unknown Source)
         at com.sun.deploy.security.TrustDeciderDialog.showDialog(Unknown Source)
         at com.sun.deploy.security.TrustDeciderDialog.showDialog(Unknown Source)

      NPE when using HttpUrlConnection with Java 1.7.0_51

      Java seems to be unnecessarily calling the method
      "com.sun.deploy.security.DeployManifestChecker.printWarningsIfRequired" for
      standalone programs.

            scfitch Stephen Fitch
            asaha Abhijit Saha
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: