Re: NullPointerException in CF Template

2012-03-19 Thread Helwig, Till Helge
Von: Cameron Childress [camer...@gmail.com] Gesendet: Freitag, 16. März 2012 14:30 An: cf-talk Betreff: Re: NullPointerException in CF Template You're using lots of dynamic stuff in a Query of Query. I'll bet a value is sometimes not what you think it is. CFDUMP out

Re: NullPointerException in CF Template

2012-03-19 Thread Cameron Childress
On Mon, Mar 19, 2012 at 10:00 AM, Helwig, Till Helge till.hel...@saxsys.dewrote: I wasn't aware that ColdFusion can cause exceptions in the underlying Java application. This still confuses me. Is there some general explanation for why this might occur? ColdFusion code is compiled down to

NullPointerException in CF Template

2012-03-16 Thread Helwig, Till Helge
Hi guys, I stumbled upon another puzzling problem and could use some help: The culprit is a CF template called by Mach-II and a lot of other templates are involved, but the error occurs always in the same spot: I get a NullPointerException from Java on a line where cfquery executes a SELECT

Re: NullPointerException in CF Template

2012-03-16 Thread Cameron Childress
You're using lots of dynamic stuff in a Query of Query. I'll bet a value is sometimes not what you think it is. CFDUMP out #someDatabaseSelectQuery.columnList#, #ReturnQuery#, and #langQuery# just before the CFQUERY tag and make sure that they contain what you think they do. Also, I see that