Copy link to clipboard
Copied
Hi everyone,
I'm trying to run the Eclipse plugin debugger but wihout success, when I put a breakpoint and run the debugger it will just timeout (from my server.log file : Thread: web-16, processing template: C:\ColdFusion8\wwwroot\bizonbytes\index.cfm, completed in 600 seconds, exceeding the 30 second warning limit). I've also unchecked the "Timeout Request after" under setting in the admin panel.
From RDS Configuration I've test the Debugger and RDS and they were both succesful.
I did follow the step by step installation (see pics bellow).
P.S. Im running CF server under Vista with the Coldfusion web server and im using the framework Fusebox.
1
Thank you for your help
Copy link to clipboard
Copied
Hi there. Did you also enable the debugger in CF Administrator?
Sincerely,
Michael
El 10/05/2009, a las 20:56, ymorin <forums@adobe.com> escribió:
>
Hi everyone,
>
I'm trying to run the Eclipse plugin debugger but wihout success,
when I put a breakpoint and run the debugger it will just timeout
(from my server.log file : Thread: web-16, processing template: C:
\ColdFusion8\wwwroot\bizonbytes\index.cfm, completed in 600 seconds,
exceeding the 30 second warning limit). I've also unchecked the
"Timeout Request after" under setting in the admin panel.
>
From RDS Configuration I've test the Debugger and RDS and they were
both succesful.
>
I did follow the step by step installation (see pics bellow).
>
P.S. Im running CF server under Vista with the Coldfusion web server
and im using the framework Fusebox.
>
http://forums.adobe.com/servlet/JiveServlet/showImage/3109/server.png
>
>
http://forums.adobe.com/servlet/JiveServlet/showImage/3108/config.png
>
1 http://forums.adobe.com/servlet/JiveServlet/showImage/3107/rds.png
>
Thank you for your help
>
Copy link to clipboard
Copied
Yes I did enable the CF . I've tried it with a application that don't use fusebox and it works perfectly so I assume its something with the framework.
I just got this error message when I get to a breakpoint:
=======================================================================================
A timeout occurred while attempting to lock C:/ColdFusion8/wwwroot/bizonbytes/parsed/clogin.ffullloginscreen.cfm.
The error occurred in C:\ColdFusion8\wwwroot\bizonbytes\fuseboxApplication.cfc: line 502
Called from C:\ColdFusion8\wwwroot\bizonbytes\Application.cfc: line 210
Called from C:\ColdFusion8\wwwroot\bizonbytes\fuseboxApplication.cfc: line 502
Called from C:\ColdFusion8\wwwroot\bizonbytes\Application.cfc: line 210
500 :
501 : <cfif not fileExists(fullParsedFile) or arguments.myFusebox.parameters.parse>
502 : <cflock name="#fullParsedFile#" type="exclusive" timeout="300">
503 : <cfif not fileExists(fullParsedFile) or arguments.myFusebox.parameters.parse>
504 : <cfset request.__fusebox.SuppressPlugins = false />