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 - IllegalArgumentException: Numbers of source Raster bands and source color space components do not match
Summary: IllegalArgumentException: Numbers of source Raster bands and source color spa...
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Image (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-10 04:00 UTC by Exceptions Reporter
Modified: 2014-10-10 04:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212615


Attachments
stacktrace (1.16 KB, text/plain)
2014-10-10 04:00 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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