Question
cfthread issue: Variable _cffunccfthread_cfact is undefined
I'm occasionally getting this error using the cfthread tag
but don't know where to start to debug it. It doesn't always happen
but a few times a day and sometime it spikes out my available
memory. Can anyone point me in the right direction to tracking down
this bug? I'm running the latest CF8 on Jrun.
Here is ths complete error:
1 "Error","cfthread-27","02/18/09","17:45:18",,"ThreadID8C35519B-C9E7-97E1-B91F-CE9A5082B3DC: Variable _cffunccfthread_cfact_InsertStatus2ecfm7047469871 is undefined. "
The "ThreadID8C35519B-C9E7-97E1-B91F-CE9A5082B3DC" is the name I gave to the thread using a GUID. The "InsertStatus2ecfm" part is the coldfusion template name.
Here are the exceptions building up to it:
1 "Error","cfthread-27","02/18/09","17:45:18",,"AUTOMATEDPROCESSID8C35519B-C9E7-97E1-B91F-CE9A5082B3DC: Variable _cffunccfthread_cfact_InsertStatus2ecfm7047469871 is undefined. "
2 coldfusion.runtime.UndefinedVariableException: Variable _cffunccfthread_cfact_InsertStatus2ecfm7047469871 is undefined.
3 at coldfusion.runtime.CfJspPage._get(CfJspPage.java:251)
4 at coldfusion.runtime.CfJspPage._get(CfJspPage.java:236)
5 at coldfusion.thread.Task.invokeFunction(Task.java:233)
6 at coldfusion.thread.Task.run(Task.java:141)
7 at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201)
8 at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)
Here is ths complete error:
1 "Error","cfthread-27","02/18/09","17:45:18",,"ThreadID8C35519B-C9E7-97E1-B91F-CE9A5082B3DC: Variable _cffunccfthread_cfact_InsertStatus2ecfm7047469871 is undefined. "
The "ThreadID8C35519B-C9E7-97E1-B91F-CE9A5082B3DC" is the name I gave to the thread using a GUID. The "InsertStatus2ecfm" part is the coldfusion template name.
Here are the exceptions building up to it:
1 "Error","cfthread-27","02/18/09","17:45:18",,"AUTOMATEDPROCESSID8C35519B-C9E7-97E1-B91F-CE9A5082B3DC: Variable _cffunccfthread_cfact_InsertStatus2ecfm7047469871 is undefined. "
2 coldfusion.runtime.UndefinedVariableException: Variable _cffunccfthread_cfact_InsertStatus2ecfm7047469871 is undefined.
3 at coldfusion.runtime.CfJspPage._get(CfJspPage.java:251)
4 at coldfusion.runtime.CfJspPage._get(CfJspPage.java:236)
5 at coldfusion.thread.Task.invokeFunction(Task.java:233)
6 at coldfusion.thread.Task.run(Task.java:141)
7 at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201)
8 at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)
