JDK-8079607 : NullPointerException in java.awt.image.FilteredImageSource.startProduction
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7u71
  • Priority: P4
  • Status: Closed
  • Resolution: Incomplete
  • OS: windows_7
  • CPU: x86_64
  • Submitted: 2015-02-18
  • Updated: 2017-10-06
  • Resolved: 2015-02-19
Related Reports
Relates :  
Description
FULL PRODUCT VERSION :


A DESCRIPTION OF THE PROBLEM :
At some moment java application displayed empty error dialog box and became completely unresponsive.

Log of the application was full of the following exception reports:

com.quintiq.client.service.delta.QGUIUpdateRunnable: Error occurred while updating the user interface. - java.lang.NullPointerException
at java.awt.image.FilteredImageSource.startProduction(Unknown Source)
at java.awt.image.FilteredImageSource.startProduction(Unknown Source)
at sun.awt.image.ImageRepresentation.startProduction(Unknown Source)
at sun.awt.image.ToolkitImage.addWatcher(Unknown Source)
at sun.awt.image.ToolkitImage.getProperty(Unknown Source)
at javax.swing.ImageIcon.<init>(Unknown Source)
at com.quintiq.client.gui.list.QHeaderCellRenderer.getIcon(QHeaderCellRenderer.java:39)
...
at com.quintiq.client.service.delta.QGUIUpdateRunnable.run(QGUIUpdateRunnable.java:32)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)



REPRODUCIBILITY :
This bug can be reproduced rarely.


Comments
Closing this as incomplete as we haven't received any further input about this issue. If we receive any update in future, we may reopen this report.
19-09-2017

Could you please provide a test case that demonstrates the problem? How the ImageIcon instance mentioned in the stack trace was created?
19-02-2015