Hi all

I am having a weird issue which I can't seem to track down or resolve. 
In my fusebox 5 architectured application, I have many links within the site 
that all work as per normal. However, if I repeatedly click a link quickly, the 
application goes into a timeout with the error below. 

Could anyone please shine some light on to the issue, or direct me to something 
that may assist me in resolving this issue. 

Thanks so much.

Request (path: C:\Railo\webapps\ROOT\CCMS\index.cfm 
(C:\Railo\webapps\ROOT\fusebox5\Application.cfc):11) is run into a timeout (50 
seconds) and has been stopped. open locks (ccms_alpha_0.005 
{e67208f95998116494847ec02ea49182}_fusebox_fusebox, 
c:/railo/webapps/root/ccms/parsed/profile.update.cfm)

The Error Occurred in
C:\Railo\webapps\ROOT\fusebox5\Application.cfc: line 117
    115:
    116: <cfif variables.myFusebox.parameters.load>
    117: <cflock 
name="#application.ApplicationName#_fusebox_#variables.FUSEBOX_APPLICATION_KEY#"
 type="exclusive" timeout="300">
    118: <cfif variables.myFusebox.parameters.load>
    119: <cfset loadFusebox() />

called fromC:\Railo\webapps\ROOT\CCMS\Application.cfc: line 127

    125:
    126: <!-- Execute Fusebox's internal methods first -->
    127: <cfset super.onRequestStart(argumentCollection=arguments) />
    128:
    129: <!-- Reset application -->



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335445
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to