Yup, that's what the stack trace indicates. I've seen this behaviour when a circular result happens.
Like: Event A processes then adds a Result for Event B which processes then adds a result for Event A which...... Eventually this will timeout. In Model Glue 3 there is a setting for the loop threshhold. Look in the ModelGlueConfiguration.cfc You can lower this value to 10 or 15 and MG will throw a more specific error for you and that'll help you find the circular issue, I'd bet. DW Sent from my Verizon Wireless BlackBerry -----Original Message----- From: Rawlins <[email protected]> Sender: [email protected] Date: Thu, 2 Sep 2010 03:26:59 To: model-glue<[email protected]> Reply-To: [email protected] Subject: [Model-Glue] Intermittent Timeouts Hello Guys, I'm having a few issues with seemingly intermittent request timeouts and I'm trying to find my way to the root of the problem. I have started by looking through the server exception logs and find plenty of entries which look like this: http://pastebin.com/BHuQ0Ahy Can anyone shed any light as to what problem this may be indicating? It appears to me as if it's timing out when calling addResult() from one of my controllers? is that correct? Thanks, Robert -- 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
