Ah this could be the performance issues that can occur if certain settings are enabled in CF Admin or if your using Coldfusion 8 with the shipped version of Java. Are you on CF 8?
First thing to check is in CF Administrator under 'Debug Output Settings'. Make sure 'Report Execution Times' is NOT checked. Also ensure that server monitoring is turned off. Let us know if you are running CF8 as that could also be the issue. Cheers, James. --- James Allen E: [email protected] Blog: http://jamesallen.name Twitter: @CFJamesAllen (Coldfusion / Web development) Twitter: @jamesallenuk (General) Lead developer of http://errrrrrr.com -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jeremy Rottman Sent: 10 December 2009 17:10 To: model-glue Subject: [Model-Glue] Model-Glue Setup I am switching from PureMVC to Model-Glue for various reasons. So far I have been having a hell of a time getting the framework up and running. I have been following the Quickstart example and I have followed the steps one by one. After each step I test the page /translator/ index.cfm. Every time I test this page I the following time out exception. Any help with this would be greatly appreciated. The request has exceeded the allowable time limit Tag: CFLOOP The error occurred in C:\www\dev7.devstation\htdocs\coldspring\beans \DefaultXmlBeanFactory.cfc: line 963 Called from C:\www\dev7.devstation\htdocs\coldspring\beans \DefaultXmlBeanFactory.cfc: line 632 Called from C:\www\dev7.devstation\htdocs\ModelGlue\gesture\loading \ColdSpringBootstrapper.cfc: line 100 Called from C:\www\dev7.devstation\htdocs\ModelGlue\gesture\loading \ColdSpringBootstrapper.cfc: line 108 Called from C:\www\dev7.devstation\htdocs\ModelGlue\gesture \ModelGlue.cfm: line 47 Called from C:\www\dev7.devstation\htdocs\translator\index.cfm: line 50 961 : method="set#propDefs[prop].getName()#"> 962 : <cfinvokeargument name="#propDefs[prop].getArgumentName() #" 963 : value="#dependentBeanInstance#"/> 964 : </cfinvoke> 965 : </cfif> -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
