Yes. The problem is caused by the host turning on component caching in the CF Administrator. That should never be turned on in a shared environment. Tell them to turn it off, and your site will work.
On Wed, Apr 20, 2011 at 4:31 PM, Marc <[email protected]> wrote: > get this response from the hosting company: > > ================================== > Clearing the component cache does temporarily change the error. At > the bottom of this reply is the error I get immediately after clearing > the component cache. After a little while the error seems to revert > back to the original error. The original error seems to be a > component path conflict caused by another site on the server that is > also using the Transfer ORM. > > Do you have any ideas on this second error? I am looking into a > resolution for the first error due to the conflict, but I am not sure > what might be the cause of this second error. > > > ------------------------------------------------------------------------------------- > transfer.factory.AutoWireException > > [Line: 4 :: D:\home\marcbakker.com\subdomains\simplecms.eenschoolintogo > \transfer\com\tql\SelectStatement.cfc :: The TQL argument passed to > the init function is not of type string. :: If the component name is > specified as a type of this argument, it is possible that either a > definition file for the component cannot be found or is not > accessible.] > > The error occurred in D:\home\marcbakker.com\subdomains > \simplecms.eenschoolintogo\transfer\com\factory > \abstractbasefactory.cfc: line 142 > Called from D:\home\marcbakker.com\subdomains\simplecms.eenschoolintogo > \transfer\com\factory\abstractbasefactory.cfc: line 73 > Called from D:\home\marcbakker.com\subdomains\simplecms.eenschoolintogo > \transfer\com\factory\Factory.cfc: line 67 > Called from D:\home\marcbakker.com\subdomains\simplecms.eenschoolintogo > \transfer\com\Transfer.cfc: line 52 > Called from D:\home\marcbakker.com\subdomains\simplecms.eenschoolintogo > \transfer\TransferFactory.cfc: line 96 > Called from D:\home\marcbakker.com\subdomains\simplecms.eenschoolintogo > \coldbox\system\extras\transfer\TransferLoader.cfc: line 87 > Called from D:\home\marcbakker.com\subdomains\simplecms.eenschoolintogo > \coldbox\system\beans\interceptorState.cfc: line 142 > Called from D:\home\marcbakker.com\subdomains\simplecms.eenschoolintogo > \coldbox\system\beans\interceptorState.cfc: line 99 > Called from D:\home\marcbakker.com\subdomains\simplecms.eenschoolintogo > \coldbox\system\services\InterceptorService.cfc: line 80 > Called from D:\home\marcbakker.com\subdomains\simplecms.eenschoolintogo > \coldbox\system\services\LoaderService.cfc: line 108 > Called from D:\home\marcbakker.com\subdomains\simplecms.eenschoolintogo > \coldbox\system\services\LoaderService.cfc: line 37 > Called from D:\home\marcbakker.com\subdomains\simplecms.eenschoolintogo > \coldbox\system\coldbox.cfc: line 56 > Called from D:\home\marcbakker.com\subdomains\simplecms.eenschoolintogo > \Application.cfc: line 36 > > 140 : catch(any exc) > 141 : { > 142 : throw("transfer.factory.AutoWireException", > "Error while attempting to autowire object of type > #getMetaData(arguments.object).name#", "<br/>[Line: > #exc.tagContext[1].line# :: #exc.tagContext[1].template# :: > #exc.message# :: #exc.detail#]"); > 143 : } > 144 : </cfscript> > ================================== > > can there be a conflict if 2 sites are running Transfer on a shared > host??? > > Marc > > -- > Before posting questions to the group please read: > > http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer > > Try out the new Transfer ORM Custom Google Search: > http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8 > > You received this message because you are subscribed to the Google Groups > "transfer-dev" group. > 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/transfer-dev?hl=en > -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new Transfer ORM Custom Google Search: http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8 You received this message because you are subscribed to the Google Groups "transfer-dev" group. 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/transfer-dev?hl=en
