0
CFCHART bug in CHF 2
Explorer
,
/t5/coldfusion-discussions/cfchart-bug-in-chf-2/td-p/594100
Mar 30, 2007
Mar 30, 2007
Copy link to clipboard
Copied
I believe I have found a bug in the CFCHART fix for
Cumulative HotFix 2 (
http://www.adobe.com/go/kb400996)
I have the following CFCHART call which works w/o the patch installed:
<cfset colors ="ff0000,00ff00,0000ff,ffff00,ff00ff,00ffff,ffcc00,ff00cc,f0ccf0,ccff00,cc00ff">
<cfchart showlegend="no" format="flash" tipstyle="mouseover" rotated="yes" show3d="yes" backgroundcolor="ffffff">
<cfchartseries type="pie" query="qryGetResults" valuecolumn="numresp" itemcolumn="answerds" colorlist="#colors#">
</cfchart>
However when I run the page with the hotfix installed it fails with a Null Pointer Exception and indicates the the cfchartseries call is the line in question. It does this whether I specify the colorlist attribute or not. The query is not failing in either case, so I am pretty sure that the changes to CFCHART in the hotfix are causing the issue.
I am not sure how to submit a formal bug to Adobe, but figured at least this is a good start.
I have the following CFCHART call which works w/o the patch installed:
<cfset colors ="ff0000,00ff00,0000ff,ffff00,ff00ff,00ffff,ffcc00,ff00cc,f0ccf0,ccff00,cc00ff">
<cfchart showlegend="no" format="flash" tipstyle="mouseover" rotated="yes" show3d="yes" backgroundcolor="ffffff">
<cfchartseries type="pie" query="qryGetResults" valuecolumn="numresp" itemcolumn="answerds" colorlist="#colors#">
</cfchart>
However when I run the page with the hotfix installed it fails with a Null Pointer Exception and indicates the the cfchartseries call is the line in question. It does this whether I specify the colorlist attribute or not. The query is not failing in either case, so I am pretty sure that the changes to CFCHART in the hotfix are causing the issue.
I am not sure how to submit a formal bug to Adobe, but figured at least this is a good start.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Engaged
,
/t5/coldfusion-discussions/cfchart-bug-in-chf-2/m-p/594101#M55123
Mar 30, 2007
Mar 30, 2007
Copy link to clipboard
Copied
Thank you.
Issue # 67929 has been logged against this behavior.
Issue # 67929 has been logged against this behavior.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

/t5/coldfusion-discussions/cfchart-bug-in-chf-2/m-p/594106#M55128
Apr 16, 2007
Apr 16, 2007
Copy link to clipboard
Copied
All, I have downloaded the latest update to CHF702002, and
still receiving a null pointer exception.
Exact Error: coldfusion.graph.Graph.getWebChartsContentXml(Grapgh.java:1258)
These charts worked prior to CHF702002... any insights??
V/r,
Charles
Exact Error: coldfusion.graph.Graph.getWebChartsContentXml(Grapgh.java:1258)
These charts worked prior to CHF702002... any insights??
V/r,
Charles
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/coldfusion-discussions/cfchart-bug-in-chf-2/m-p/594102#M55124
Apr 02, 2007
Apr 02, 2007
Copy link to clipboard
Copied
Could someone help me back out of Hotfix 2 I experienced the
same and lost a whole weekend to Hotfix 2 Please could you have a
look at my post in the Flash Integration and Rich Form's fora
Thanks
Dave
Thanks
Dave
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Sean_Coyne-cKxAXa
AUTHOR
Explorer
,
/t5/coldfusion-discussions/cfchart-bug-in-chf-2/m-p/594103#M55125
Apr 02, 2007
Apr 02, 2007
Copy link to clipboard
Copied
stop the service then go into C:\CFusionMX7\lib\updates and
delete the CHF7020002.jar file. Then restart the CF service
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/coldfusion-discussions/cfchart-bug-in-chf-2/m-p/594104#M55126
Apr 02, 2007
Apr 02, 2007
Copy link to clipboard
Copied
If only it was that easy seancoyne
back without Hotfix 2 my newly reinstalled CFMX 7.02 doesn't support any of my previously working flash forms in any browser other than Firefox
:-((
The smiley above doesn't quite express how I feel at the moment
Even abobe's contact us page gives a 404 page not found error.
Still waiting for a call back from Tech Support
back without Hotfix 2 my newly reinstalled CFMX 7.02 doesn't support any of my previously working flash forms in any browser other than Firefox
:-((
The smiley above doesn't quite express how I feel at the moment
Even abobe's contact us page gives a 404 page not found error.
Still waiting for a call back from Tech Support

Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Sean_Coyne-cKxAXa
AUTHOR
Explorer
,
/t5/coldfusion-discussions/cfchart-bug-in-chf-2/m-p/594105#M55127
Apr 03, 2007
Apr 03, 2007
Copy link to clipboard
Copied
I dont know what web server you are on, but make sure that
you have a Virtual Folder (IIS) or an Alias (Apache) pointed at the
CFIDE folder, and make sure it is called CFIDE. If the page cannot
access files at /CFIDE/scripts/... then the flash forms will not
appear
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Sean_Coyne-cKxAXa
AUTHOR
Explorer
,
/t5/coldfusion-discussions/cfchart-bug-in-chf-2/m-p/594107#M55129
Apr 16, 2007
Apr 16, 2007
Copy link to clipboard
Copied
back out of the hotfix. thats the point of this thread. the
hotfix is breaking the charts.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

/t5/coldfusion-discussions/cfchart-bug-in-chf-2/m-p/594108#M55130
Apr 16, 2007
Apr 16, 2007
Copy link to clipboard
Copied
Not sure if this has been noted, however, this issue appears
to only affect pie charts, as our scripts that render bar-charts
are still working.
-Charles
-Charles
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

