I ended up doing a <cfdump> in the Application.cfc for my project. In the "onError" function I dumped out the arguments scope and the error showed that I didn't have my datasource defined in CF Admin for this project. I just missed a step in setting up my application so the error wasn't really related to the version of FarCry from what I can tell. Just happened that I hadn't setup my data source in CF Admin.
Thanks for your help... either way, I'm running FarCry 6.2.4 now and my site came up and appears to be ok at first glance... On Monday, November 26, 2012 7:17:37 PM UTC-8, Blair McK wrote: > > I believe this issue has been fixed in 6.2.4 (aka trunk). When you have > the chance can you give it a try? > > Blair > > On Tue, Nov 27, 2012 at 1:49 PM, West <[email protected] > <javascript:>>wrote: > >> Forgot the error message, here it is: >> >> "Element RB is undefined in a Java object of type class >> [Ljava.lang.String;, >> >> The error occurred in M:/apps/farcry/core/packages/lib/fapi.cfc: line 1557 >> Called from M:/apps/farcry/core/packages/lib/error.cfc: line 459 >> Called from M:/apps/farcry/core/packages/lib/error.cfc: line 242 >> Called from M:/apps/farcry/core/packages/lib/error.cfc: line 413 >> Called from M:/apps/farcry/core/Application.cfc: line 458 >> Called from M:/apps/farcry/projects/customer120/www/Application.cfc: line >> 164 >> >> 1555 : <cfset arguments.rbString = arguments.key /> >> 1556 : >> 1557 : <cfreturn >> application.rb.formatRBString(argumentCollection="#arguments#") /> >> 1558 : </cffunction> >> 1559 : >> > > -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
