I find this error in my log file every time the home page of the
application loads:

"Error","cfthread-10","10/05/10","10:27:19",,"FD509D645E0A74D221A7C66F4DBFEC8E:
The method arguments.method was not found in component C:\Inetpub
\wwwroot\application\MachII\util\threading\ThreadingAdapterCF.cfc.
Ensure that the method is defined, and that it is spelled correctly."

the stack trace is:

"Error","cfthread-10","10/05/10","10:27:19",,"FD509D645E0A74D221A7C66F4DBFEC8E:
The method arguments.method was not found in component C:\Inetpub
\wwwroot\application\MachII\util\threading\ThreadingAdapterCF.cfc.
Ensure that the method is defined, and that it is spelled correctly."
coldfusion.runtime.TemplateProxy$InvalidMethodNameException: The
method arguments.method was not found in component C:\Inetpub\wwwroot
\application\MachII\util\threading\ThreadingAdapterCF.cfc.
        at
coldfusion.runtime.TemplateProxy.throwInvalidMethodNameException(TemplateProxy.java:
748)
        at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:477)
        at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:354)
        at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2301)
        at coldfusion.tagext.lang.InvokeTag.doEndTag(InvokeTag.java:382)
        at
cfThreadingAdapterCF2ecfc355038942$func_CFFUNCCFTHREAD_CFTHREADINGADAPTERCF2ECFC3550389421.runFunction(C:
\Dev\application\MachII\util\threading\ThreadingAdapterCF.cfc:97)
        at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
        at coldfusion.runtime.UDFMethod
$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
        at
coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:
55)
        at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
        at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)
        at coldfusion.runtime.UDFMethod.invokeCFThread(UDFMethod.java:201)
        at coldfusion.thread.Task.invokeFunction(Task.java:274)
        at coldfusion.thread.Task.run(Task.java:140)
        at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201)
        at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)

Line 97 from the ThreadingAdapterCF.cfc file is:

<cfinvoke attributeCollection="#thread.collection#"
method="arguments.method"/>

Any help would be appreciated.

-- 
You received this message because you are subscribed to Mach-II for CFML list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mach-ii-for-coldfusion?hl=en

***New URLs as of April 29th, 2010***
SVN: http://svn.mach-ii.com/machii/
Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/

Reply via email to