We've been getting these "Missing Huffman code table entry" error on write calls with cfimage for certain jpgs:
javax.imageio.IIOException: Missing Huffman code table entry at com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeImage(Native Method) at com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:1034) at com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:339) Found a lot of noise about this from 2008 (see http://forums.adobe.com/message/848767), but it seems the root cause of those issues was solved by a hotfix. We're running CF8 cumulative update 4, so we should be in the clear there. The worst part is that on these occasions they seem to be writing corrupt (empty?) jpg files which then choke the system down the line. Has anybody had experience with this issue? We're hoping to fix it directly rather than rewrite our cfimage routines to use java I/O. Richard ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:347950 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm