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:
- July 06, 2012 00:00:00: 1_cfpresentationExample.cfc
- July 06, 2012 00:00:00: 2_pptServlet.java
Comments: