tracker issue : CF-3231445

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

cfchart fails from cfcproxy

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Michael Nimer / Michael Nimer (Michael Nimer)

Created: 07/06/2012

Components: Charting/Graphing

Versions: 10.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: Final / 282653

Priority/Frequency: Normal / Very few users will encounter

Locale/System: English / Platforms All

Vote Count: 1

trying to generate a chart inside of a cfpresentation through CFCProxy throws this error

I'm attaching the cfc, and the servlet to invoke it. 


============
java.lang.NullPointerException
	coldfusion.tagext.html.ajax.AjaxRBFileMap.getRBFileName(AjaxRBFileMap.java:66)
	coldfusion.tagext.html.ajax.AjaxRBFileMap.importResourceBundleJS(AjaxRBFileMap.java:52)
	coldfusion.tagext.html.ajax.HtmlAssembler.importJS(HtmlAssembler.java:958)
	coldfusion.tagext.html.ajax.HtmlAssembler.importJS(HtmlAssembler.java:854)
	coldfusion.tagext.html.ajax.HtmlAssembler.importJS(HtmlAssembler.java:820)
	coldfusion.tagext.io.ChartTag.doStartTag(ChartTag.java:1078)
	cfcfpresentationExample2ecfc921979801$funcSLIDEDECK1.runFunction(/Users/mnimer/Development/github/palladium/samples/cf10demos/cfcProxyDemos/target/cfcProxyDemos-maven/demos-inf/components/cfpresentationExample.cfc:30)
	coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
	coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
	coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)
	coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
	coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)
	coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:655)
	coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:601)
	coldfusion.cfc.CFCProxyFilter.invoke(CFCProxyFilter.java:56)
	coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:436)
	coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
	coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
	coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
	coldfusion.cfc.CFCProxy.doInvoke(CFCProxy.java:325)
	coldfusion.cfc.CFCProxy.invoke(CFCProxy.java:241)
	demos.servlet.pptServlet.doGet(pptServlet.java:31)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
	coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
===========

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3231445

Deployment Phase:	Release Candidate

External Customer Info:
External Company:  
External Customer Name: mnimer
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

  1. July 06, 2012 00:00:00: 1_cfpresentationExample.cfc
  2. July 06, 2012 00:00:00: 2_pptServlet.java

Comments:

I have a simulair problem in using cfchart through a cfml gateway call. If we can't solve this we have to downgrade to CF9
Vote by External U.
18789 | August 22, 2013 05:47:41 AM GMT
The info here encapsulates some testing of this issue: http://cfmlblog.adamcameron.me/2013/08/the-process-of-creating-clear-repro.html. It distills down a clear repro case for it. -- Adam
Comment by External U.
18788 | August 26, 2013 06:58:27 AM GMT