I've seen this on CFLib a few times now and always thought it was my fault (well, it probably is), but today a user also saw it with LighthousePro, a Model-Glue app. So it still could be my fault, but now that I've seen it in two different code bases, I'm wondering if this is a MG issue.
So the issue: You go to your MG app. Something goes wrong, an exception of some sort. You fix the exception and try to hit the site again. But now MG says event page.index doesn't exist. (Or whatever your default event is.) It is as if MG has "loaded" but loaded in a corrupt state. You can fix it easily enough with a reinit, but if your server restarts at night, and if a temporary error occurs, like a timeout for example, than your app is screwed until you hit it with the reinit. Has anyone seen this before? I could probably make a reproducible case by forcing a timeout with a sleep() command. -- =========================================================================== Raymond Camden, ColdFusion Jedi Master Email : [email protected] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org -- 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
