Hansjoerg, FYI, I have filed a ticket for the issue you mentioned after I reviewed the code more directly.
http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/ticket/556 I believe the problem is that exclusive named locks in all CFML engines are global across all applications on the same CFML server. Although the lock name seems unique (e.g. MachIILogFactory.channel_9E03698DF4712F7D0EBBB1F8BF991D6C), the hashed part is the "channel" name of the logger. There are a lot of common channel names in Mach-II applications like MachII.framework.*. I believe the issue is a concurrency issue with another application on the server starting up. This will be fixed in Mach-II Integrity (1.9) and possibly backported to the 1.8.1 maintenance release. Best, Peter Team Mach-II On Feb 14, 4:33 pm, Hansjoerg <[email protected]> wrote: > Hi Peter - > > > I believe this is an issue withRailodirectly. The reason why I'm > > going in this direction is this first time I've heard of this issue and > > I know for sure I've never seen this exception on OpenBD or Adobe CF. > > The interesting thing is that this happens on a low-traffic engine; > there is no such issue with a high-traffic engine. > > > * Are you seeing long on application start times for this application? > > Not at all ... > > > > > Maybe change the timeout from 10 to 30 and try again. Maybe for some > > reason in your situationRailois taking a long time creating that > > Log.cfc. The Log.cfc is very lightweight so I would be surprised it > > would take 10 seconds to do. There could be an issue withRailoand > > releasing locks as well. > > I've now increased the timeout to 30 seconds and will monitor the > engines. > > Best regards, > > Hansjoerg -- You received this message because you are subscribed to Mach-II for CFML list. 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/mach-ii-for-coldfusion?hl=en SVN: http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/ Wiki / Documentation / Tickets: http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/
