Jump to content

Processing Error identified in Exception Report


markjrouse

Recommended Posts

Hi,

 

Having just processed a pst file, in the Exceptions Report I have noticed the following processing error:

 

org.apache.commons.imaging.ImageReadException: Invalid Image Resource Block Signature

 at org.apache.commons.imaging.formats.jpeg.iptc.IptcParser.parseAllBlocks(IptcParser.java:281)

 at org.apache.commons.imaging.formats.jpeg.iptc.IptcParser.parsePhotoshopSegment(IptcParser.java:111)

 at org.apache.commons.imaging.formats.jpeg.iptc.IptcParser.parsePhotoshopSegment(IptcParser.java:103)

 at org.apache.commons.imaging.formats.jpeg.segments.App13Segment.parsePhotoshopSegment(App13Segment.java:76)

 at org.apache.commons.imaging.formats.jpeg.JpegImageParser.getPhotoshopMetadata(JpegImageParser.java:585)

 at org.apache.commons.imaging.formats.jpeg.JpegImageParser.getMetadata(JpegImageParser.java:314)

 at org.apache.commons.imaging.ImageParser.getMetadata(ImageParser.java:144)

 at com.forensicsmatter.intella.processor.jpeg.JpegProcessor.process(JpegProcessor.java:43)

 at com.forensicsmatter.intella.processor.Reactor.processNewItem(Reactor.java:288)

 at com.forensicsmatter.intella.processor.Reactor.processJob(Reactor.java:210)

 at com.forensicsmatter.intella.processor.Reactor.access$600(Reactor.java:32)

 at com.forensicsmatter.intella.processor.Reactor$Job.run(Reactor.java:415)

 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)

 at java.lang.Thread.run(Thread.java:745)

 

Not sure what the issue is? Any thoughts?

Link to comment
Share on other sites

Hi,

This indicates that the JPEG library used by Intella was unable to parse metadata from this image item due to anomalies of the image format.

 

Probably, the original image file was corrupted or produced by a tool not fully compliant to the JPEG spec.

Link to comment
Share on other sites

×
×
  • Create New...