I downloaded 1.8.1 from the web site, I haven't done any customization at
all to Mach-II and I'm call <publish message...../>.

Should I remove the method="arguments.method" from the invoke call then?

A little history is that I'm taking over the application from someone else,
I got the source code but Mach-II wasn't in it, so I downloaded it. It looks
like the version they were using might have been 1.0 as that is what was in
the mach-ii.xml file.

On Tue, Oct 5, 2010 at 11:20 AM, Peter J. Farrell <[email protected]> wrote:

>  I've looked at 1.6.0, 1.6.1, 1.8.0, 1.8.1 and 1.9.0 BER and none of them
> use:
>
>
> <cfinvoke attributeCollection="#thread.collection#"
> method="arguments.method"/>
>
> To invoke the target threaded object.
>
> Mach-II 1.8.1 and 1.9.0 BER are pointing to line 97, but both the official
> 1.8.1 and the latest 1.9 are showing this:
>
> <cfinvoke attributeCollection="#thread.collection#" />
>
> A few questions:
>
> * Which version of Mach-II are you using?
> * Did you customize your version of Mach-II (not recommended)?
> * Are you calling a <publish message="zzz"/> command in your home page
> event?  If so, please send the <message-subscriber> block of code related to
> that message name.
>
> Aaron Basford said the following on 10/05/2010 09:48 AM:
>
>  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/
>

-- 
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