Skip to main content
Participating Frequently
December 9, 2009
Question

Java/ColdFusion error with CFimage tag

  • December 9, 2009
  • 1 reply
  • 1309 views

I just switched my web site from a shared hosting environment to a VPS server with Hosting.com.  The site is running well in the VPS but I'm now getting the following error when any page is called that contains the ColdFusion "cfimage" tag:

Error Type:

java.lang.UnsupportedOperationException

Error Message:

The Error Detail of the CF debugging page is empty.

I believe the error is triggered specifically by the "resize" action of the cfimage tag as I've confirmed the CF process always stops just after that line of code.  I've also confirmed that the new VPS environment is running the same versions of ColdFusion (8,0,1,195765) and Java (1.6.0_04) as the old shared server.  I've also confirmed that the images are being populated/manipulated in the folder C:\ColdFusion8\tmpCache\CFFileServlet\_cf_image as should be expected.  Finally, I've also confirmed that the hotfix from Adobe related to the cfimage tag (hf801-71557.jar) has already been installed/applied to my ColdFusion server as per the Adobe TechNote http://kb2.adobe.com/cps/403/kb403411.html.

I've searched for other posts related to this error but have found none.  Has anyone else experienced this error and resolved the issue?

Thanks,

Tony

Band count exceeds non-unity number of constants.

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    December 9, 2009

    Sorry, but it looks like the Error Message I pasted into my post for some reason got moved to the bottom of the post.  The correct error debugging information is as follows:

    Error Type:

    java.lang.UnsupportedOperationException

    Error Message:

    Band count exceeds non-unity number of constants.

    Error Detail:

    (empty)

    ilssac
    Inspiring
    December 9, 2009

    You might want to look at the hotfixes released for ColdFusion 8.  I'm aware that many of them relate to the cfimage tag.

    Participating Frequently
    December 9, 2009

    We did install the hotfix related specifically to the cfimage tag (see my original post).  Do you know which of the other hotfixes might also be related to this issue?

    Thanks for the help.