Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6302282

Bundled JPEG decoder fails to decode image

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 1.1.2
    • client-libs
    • 2d
    • x86
    • linux

      FULL PRODUCT VERSION :
      java version "1.5.0"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
      Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode, sharing)

      ADDITIONAL OS VERSION INFORMATION :
      Suse 9.0 and RedHat 7.3 Linux

      A DESCRIPTION OF THE PROBLEM :
      The following javascript fails with specific large JPEG (.JPG) files:
            var inFileH = new java.io.File(inFile);
            var src = javax.media.jai.JAI.create("fileload",inFile);
      Error:
      javax.media.jai.util.ImagingException: All factories fail for the operation "fileload"

      It is notable that reducing the geometry(resolution) of the file will correct the problem; but other images with higher resolution to not throw the Exception. It's really odd behavior you can easily see!

      A ~1MB image file that causes the Exception can be obtained from ###@###.###

      Also, another large (~5MB) .jpg file will load, get scaled, quality reduced, and "filestore" but the resulting file cannot be rendered by IE or Netscape browsers, though it is rendered just fine by MS Photo Editor, MS Paint, PaintShopPro, etc. The ~10 lines of code and this image are also available.


      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      See description.

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      See description.
      ACTUAL -
      See description.

      ERROR MESSAGES/STACK TRACES THAT OCCUR :
      javax.media.jai.util.ImagingException: All factories fail for the operation "fileload"

      REPRODUCIBILITY :
      This bug can be reproduced always.

      ---------- BEGIN SOURCE ----------
            var inFileH = new java.io.File(inFile);
            var src = javax.media.jai.JAI.create("fileload",inFile);
      ---------- END SOURCE ----------

      CUSTOMER SUBMITTED WORKAROUND :
      Load the image using PaintShopPro, re-save the image.

            Unassigned Unassigned
            gmanwanisunw Girish Manwani (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: