Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Peter Freitag / Peter Freitag (Peter Freitag)
Created: 06/19/2015
Components: CFIMAGE
Versions: 10.0
Failure Type: Crash
Found In Build/Fixed In Build: Final / CF10 Update18
Priority/Frequency: Major / All users will encounter
Locale/System: English / Mac 10 All
Vote Count: 1
Problem Description:
Any image function I try to use fails, all output to the page stops at the point where the image function is executed.
Steps to Reproduce:
Run this code:
BEGIN
<cfset myImage=ImageNew("",150,200)>
Hello?
Same thing happens for any image function I try, here is another one:
BEGIN
<cfset img = ImageRead("http://www.petefreitag.com/images/default-user.png")>
Hello?
Actual Result:
Outputs: BEGIN only, Hello? is not output. Exception is not shown but is logged in coldfusion-out.log:
java.lang.ClassNotFoundException: javax.media.jai.util.ImagingException
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at coldfusion.bootstrap.BootstrapClassLoader.loadClass(BootstrapClassLoader.java:213)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at coldfusion.runtime.CFPage.ImageNew(CFPage.java:6994)
at coldfusion.runtime.CFPage.ImageNew(CFPage.java:6986)
at cfimagedrawrect2ecfm1129052546.runPage(/web/localhost/web/cfml/imagedrawrect.cfm:3)
Expected Result: Should work and not throw an exception :)
Any Workarounds: Appears to be related to this bug which is marked fixed in CF11, and I just tested on the same computer with CF11 and it works without issue, so this is only an issue on CF10: https://bugbase.adobe.com/index.cfm?event=bug&id=3759721
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4010041
External Customer Info:
External Company:
External Customer Name: Peter
External Customer Email:
External Test Config: My Hardware and Environment details: ColdFusion 10 Update 16, Mac 10.10.3, Java 1.8.0_45
Attachments:
Comments: