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 247844

Summary: IllegalArgumentException: Numbers of source Raster bands and source color space components do not match
Product: utilities Reporter: Exceptions Reporter <exceptions_reporter>
Component: ImageAssignee: Jan Peska <JPESKA>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 212615
Attachments: stacktrace

Description Exceptions Reporter 2014-10-10 04:00:38 UTC
This bug was originally marked as duplicate of bug 178906, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 8

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>x




Stacktrace: 
java.lang.IllegalArgumentException: Numbers of source Raster bands and source color space components do not match
   at java.awt.image.ColorConvertOp.filter(ColorConvertOp.java:482)
   at com.sun.imageio.plugins.jpeg.JPEGImageReader.acceptPixels(JPEGImageReader.java:1268)
   at com.sun.imageio.plugins.jpeg.JPEGImageReader.readImage(JPEGImageReader.java:0)
   at com.sun.imageio.plugins.jpeg.JPEGImageReader.readInternal(JPEGImageReader.java:1236)
   at com.sun.imageio.plugins.jpeg.JPEGImageReader.read(JPEGImageReader.java:1039)
   at javax.imageio.ImageIO.read(ImageIO.java:1448)
Comment 1 Exceptions Reporter 2014-10-10 04:00:40 UTC
Created attachment 149825 [details]
stacktrace