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

Got NumberFormatException after launching of JCP on MAC

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • None
    • 9
    • deploy
    • MaxOS 10.10, JRE9 b80

    • generic
    • generic

      Steps to reproduce:
      1) Enable Trace
      2) Open JCP
      3) Got the exception from jcp.trace after launching JCP although JCP still works well.

      java.lang.NumberFormatException: For input string: "ea"
      at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
      pat java.lang.Integer.parseInt(Integer.java:583)
      at java.lang.Integer.parseInt(Integer.java:701)
      at com.sun.deploy.panel.MacUpdatePanel.showUpdateInformation(Unknown Source)
      at com.sun.deploy.panel.MacUpdatePanel$1.updateCheckStateChanged(Unknown Source)
      at com.oracle.deploy.update.UpdateCheck$1.run(Unknown Source)
      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:759)
      at java.awt.EventQueue.access$500(EventQueue.java:97)
      at java.awt.EventQueue$3.run(EventQueue.java:712)
      at java.awt.EventQueue$3.run(EventQueue.java:706)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:77)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:729)
      at org.netbeans.jemmy.QueueTool$JemmyQueue.dispatchEvent(QueueTool.java:602)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:192)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:117)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:106)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:102)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:94)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:83)

            vrao Vivek Rao (Inactive)
            yanqchen Sheldon Chen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: