Could not find the ColdFusion component or interface modelglueapplicationtemplate.controller.Controller.

118 views
Skip to first unread message

marc

unread,
Jan 4, 2012, 7:44:36 AM1/4/12
to model-glue
I install MG 3.1.299. I get this error:

Could not find the ColdFusion component or interface
modelglueapplicationtemplate.controller.Controller.
Ensure that the name is correct and that the component or interface
exists.

The error occurred in D:\workspace\CFlab\ModelGlue\gesture\module
\XMLModuleLoader.cfc: line 254
Called from D:\workspace\CFlab\ModelGlue\gesture\module
\XMLModuleLoader.cfc: line 125
Called from D:\workspace\CFlab\ModelGlue\gesture\modules\internal
\configuration\controller\ConfigurationController.cfc: line 44
Called from D:\workspace\CFlab\ModelGlue\gesture\eventrequest
\EventContext.cfc: line 326
Called from D:\workspace\CFlab\ModelGlue\gesture\eventrequest
\EventContext.cfc: line 253
Called from D:\workspace\CFlab\ModelGlue\gesture\eventrequest\phase
\Configuration.cfc: line 46
Called from D:\workspace\CFlab\ModelGlue\gesture\eventrequest
\EventRequestPhase.cfc: line 39
Called from D:\workspace\CFlab\ModelGlue\gesture\eventrequest
\EventContext.cfc: line 178
Called from D:\workspace\CFlab\ModelGlue\gesture\ModelGlue.cfc: line
243
Called from D:\workspace\CFlab\ModelGlue\gesture\ModelGlue.cfm: line
83
Called from D:\workspace\CFlab\Application\index.cfm: line 40

252 : <cfset ctrlInst =
arguments.modelGlue.getBean(ctrlXml.xmlAttributes.bean) />
253 : <cfelse>
254 : <cfset ctrlInst = createObject("component",
ctrlXml.xmlAttributes.type).init(arguments.modelglue,
ctrlXml.xmlAttributes.id) />
255 : </cfif>
256 :

When looking at the line the error shows up I see this:

<cfset ctrlInst = createObject("component",
ctrlXml.xmlAttributes.type).init(arguments.modelglue,
ctrlXml.xmlAttributes.id) />

Is this (ctrlXml.xmlAttributes.type).init(arguments.modelglue,
ctrlXml.xmlAttributes.id)) normal cf?

btw I'm on CF9

Marc

Dan Wilson

unread,
Jan 4, 2012, 8:31:25 AM1/4/12
to model...@googlegroups.com

Looks like you forgot to change all of the modelglueapplicationtemplate references to your cflab path.

DW

--
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to model...@googlegroups.com
To unsubscribe from this group, send email to
model-glue+...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en

marc

unread,
Jan 4, 2012, 9:01:30 AM1/4/12
to model...@googlegroups.com
Ok, I use the latest (3.2 RC 1 3.2.439) and set the modelglueapplicationtemplate. It works now.

thanks!

Marc
Reply all
Reply to author
Forward
0 new messages