My server code is now throwing null pointer exceptions due to an issue
in the same area (ICC colour profiles). I've been running test
successfully with the same photos all morning and now they won't load at
all. There has been no code change to the server. I'm guessing there's
an underlying library problem.

Exception in thread "TaskProcessor" java.lang.NullPointerException
        at java.awt.color.ICC_Profile.intFromBigEndian(ICC_Profile.java:1770)
        at java.awt.color.ICC_Profile.getNumComponents(ICC_Profile.java:1462)
        at sun.java2d.cmm.lcms.LCMSTransform.<init>(LCMSTransform.java:96)
        at sun.java2d.cmm.lcms.LCMS.createTransform(LCMS.java:66)
        at java.awt.color.ICC_ColorSpace.fromRGB(ICC_ColorSpace.java:218)
        at 
com.sun.imageio.plugins.jpeg.JPEGImageReader.setImageData(JPEGImageReader.java:689)
        at com.sun.imageio.plugins.jpeg.JPEGImageReader.readImageHeader(Native 
Method)
        at 
com.sun.imageio.plugins.jpeg.JPEGImageReader.readNativeHeader(JPEGImageReader.java:604)
        at 
com.sun.imageio.plugins.jpeg.JPEGImageReader.checkTablesOnly(JPEGImageReader.java:342)
        at 
com.sun.imageio.plugins.jpeg.JPEGImageReader.gotoImage(JPEGImageReader.java:476)
        at 
com.sun.imageio.plugins.jpeg.JPEGImageReader.readHeader(JPEGImageReader.java:597)
        at 
com.sun.imageio.plugins.jpeg.JPEGImageReader.readInternal(JPEGImageReader.java:1054)
        at 
com.sun.imageio.plugins.jpeg.JPEGImageReader.read(JPEGImageReader.java:1034)
        at javax.imageio.ImageReader.read(ImageReader.java:940)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/913434

Title:
  ImageIO crashes (core dumped) while reading many image files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/913434/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to