This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 253037 - java.awt.color.CMMException: Invalid profile data
Summary: java.awt.color.CMMException: Invalid profile data
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Property Sheet (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-17 05:46 UTC by JessChan
Modified: 2015-08-20 10:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206480


Attachments
stacktrace (11.54 KB, text/plain)
2015-06-17 05:46 UTC, JessChan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description JessChan 2015-06-17 05:46:42 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows 7

User Comments:
GUEST: Debug Module

GUEST: ????  ??

GUEST: file debug

GUEST: ??? ????

GUEST: ????

GUEST: ?????

GUEST: debug c++ program

GUEST: <???????????????>
??????????????

GUEST: 2014.1.15???????????????7.4??????????????????7.3.1????????????7.4??????

GUEST: this time I am dubuging java program

JessChan: SVN?????????????????????

GUEST: The UI gets messy when I debug my program.

GUEST: ??SVN???????????????

GUEST: mhj

GUEST: ????




Stacktrace: 
java.awt.color.CMMException: Invalid profile data
   at sun.java2d.cmm.kcms.CMM.checkStatus(CMM.java:180)
   at sun.java2d.cmm.kcms.CMM.createTransform(CMM.java:134)
   at java.awt.color.ICC_ColorSpace.toRGB(ICC_ColorSpace.java:166)
   at java.awt.Color.<init>(Color.java:542)
   at org.openide.explorer.view.SheetCell.getRealColor(SheetCell.java:370)
   at org.openide.explorer.view.SheetCell.getTableCellRendererComponent(SheetCell.java:280)
Comment 1 JessChan 2015-06-17 05:46:44 UTC
Created attachment 154263 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-08-19 08:44:00 UTC
Martine, something's wrong with your implementation: #d13de90cb854
Comment 3 Martin Entlicher 2015-08-20 10:20:34 UTC
I have no idea what would be wrong with the implementation.
I'm not able to reproduce this issue.
From the reports, is seems to be Windows-only and JDK 7-only issue.
Probably some JDK bug, which was fixed in JDK 8, the CMM class was changed.