tracker issue : CF-4010041

select a category, or use search below
(searches all categories and all time range)
Title:

Image Functions All Fail on Mac

| View in Tracker

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:

Can you specify on which update level you are on CF 10 and which exact version of MAC 10 you are on? Also could you also mention if it was a fresh VM that you faced this issue on.
Comment by S P.
7195 | July 09, 2015 01:04:26 AM GMT
My environment was specified under test configuration: ColdFusion 10 Update 16, Mac 10.10.3, Java 1.8.0_45. It is not running on a VM.
Comment by External U.
7196 | July 09, 2015 09:41:04 PM GMT
subscribing ......................
Vote by External U.
7198 | September 30, 2015 02:40:42 AM GMT
Testcase path : CF10: \\depot\qa\cf10\regression\coretests\CFIMAGE\bugs\CF-4010041 CF11: \\depot\qa\cf11\regression\coretests\CFIMAGE\bugs\CF-4010041
Comment by Mukesh K.
7197 | March 28, 2016 05:05:54 AM GMT