I'm in a bit of a bind; hopefully someone can suggest a solution. I've got a Model-Glue application that users are hitting hard today, and we're seeing a problem that we didn't see in regular testing. Every hour or so, the app becomes unresponsive and my error handler returns the following error message (with some directory names changed to protect the not-so innocent):
"A timeout occurred while attempting to lock /afs/system/department/ sitename/htdocs/ applicationFolder/.modelglue.phase.Configuration.loading." According to the trace, the line of code cited is line 36 of the EventRequestPhase.cfc file in ModelGlue/gesture/eventrequest , which is where Model-Glue sets an exclusive lock in order to load the eventContext. Does anyone know exactly is being locked by this code? My server admins (who are not ColdFusion developers) think that one or more files are being locked by this code, and if so that's not something we want to do because the application files are mounted/accessed via the Andrew File System (AFS) I'm going to see if I can figure out what's going on myself, but if anyone has any advice on this issue I'd be most appreciative. -- 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
