JDK-4962393 : java.awt.color.CMMException: Invalid profile data
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 1.4.2_01
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_8
  • CPU: sparc
  • Submitted: 2003-12-02
  • Updated: 2006-02-27
  • Resolved: 2006-02-27
Related Reports
Duplicate :  
Description
Name: wm7046			Date: 12/02/2003


We are using following environment.

java version "1.4.2_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_01-b06)
Java HotSpot(TM) Client VM (build 1.4.2_01-b06, mixed mode)

and

it is on sun OS:

SunOS 5.8 Generic_108528-21 sun4u sparc SUNW,Ultra-60

We get the following error in few places of our product at runtime

 java.awt.color.CMMException: Invalid profile data
at sun.awt.color.CMM.checkStatus(CMM.java:127)
at sun.awt.color.ICC_Transform.<init>(ICC_Transform.java:89)
at java.awt.color.ICC_ColorSpace.toRGB(ICC_ColorSpace.java:148)
at
java.awt.image.DirectColorModel.getDefaultRGBComponents(DirectColorModel.java:3
00)
at java.awt.image.DirectColorModel.getRGB(DirectColorModel.java:443)
at java.awt.image.RGBImageFilter.setPixels(RGBImageFilter.java:250)
at
sun.awt.image.OffScreenImageSource.sendPixels(OffScreenImageSource.java:108)
at sun.awt.image.OffScreenImageSource.produce(OffScreenImageSource.java:161)
(Incident Review ID: 227813) 
======================================================================

Comments
EVALUATION Looks like (according to the stack trace provided with this CR) this is the same problem that was fixed within 6245283. So, I'm closing this bug as duplicate. Please, reopen this bug with additional info provided if the crash appears again.
27-02-2006

EVALUATION Please provide a test program. ###@###.### 2003-12-03
03-12-2003