Question
Random error CFC - Element is undefined
Hi everyone, hope someone out there can help because this
error is driving me nuts! At random intervals, I keep getting the
same error. It says either :
Element MYFIELD is undefined in MYQUERY
or
Variable MYVARIABLE is undefined
or
Element MYFIELD is undefined in a Java object of type class [Ljava.lang.String;.
The thing is, that if I just refresh the page, the error goes away. The error seems to appear on every page of the site, not just in a specific section of code. All my CFCs are declared as Application variables in Application.cfc and, as far as I've noticed, I always use CFLOCK to access my CFC objects. I've read that this problem can occur when "Maintain database client connexions" is checked in the CF Admin, which it was, but not anymore (and I restarted the CF Application service).
Anyone have any idea what's causing this error? Thanks!!!
Element MYFIELD is undefined in MYQUERY
or
Variable MYVARIABLE is undefined
or
Element MYFIELD is undefined in a Java object of type class [Ljava.lang.String;.
The thing is, that if I just refresh the page, the error goes away. The error seems to appear on every page of the site, not just in a specific section of code. All my CFCs are declared as Application variables in Application.cfc and, as far as I've noticed, I always use CFLOCK to access my CFC objects. I've read that this problem can occur when "Maintain database client connexions" is checked in the CF Admin, which it was, but not anymore (and I restarted the CF Application service).
Anyone have any idea what's causing this error? Thanks!!!
