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

Java Web Start app receives NullPointerException from CPCallbackHandler

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 8
    • deploy
    • None
    • 58
    • 8
    • other
    • windows_vista

      Java Web Start application receives NullPointerException raised from
      com.sun.deploy.security.CPCallbackHandler on Java SE 8 b58 after it was run for a bit over one hour:

      2012-09-28 13:34:41,129 ERROR [AWT-EventQueue-0] [humanclick.prep.ui.common.DefaultExceptionHandler] Uncaught Exception: null
      java.lang.NullPointerException
              at com.sun.deploy.security.CPCallbackHandler.isAuthenticated(Unknown Source)
              at com.sun.deploy.security.CPCallbackHandler.access$1100(Unknown Source)
              at com.sun.deploy.security.CPCallbackHandler$ChildElement.checkResource(Unknown Source)
              at com.sun.deploy.security.DeployURLClassPath$JarLoader.checkResource(Unknown Source)
              at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
              at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
              at java.net.URLClassLoader$1.run(Unknown Source)
              at java.net.URLClassLoader$1.run(Unknown Source)
              at java.security.AccessController.doPrivileged(Native Method)
              at java.net.URLClassLoader.findClass(Unknown Source)
              at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source)
              at java.lang.ClassLoader.loadClass(Unknown Source)
              at java.lang.ClassLoader.loadClass(Unknown Source)
      [...]

            herrick Andy Herrick (Inactive)
            thlenz Thomas Lenz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: