Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Eclipse plugin debugger Not Working

Guest
May 10, 2009 May 10, 2009

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.

server.png

config.png

1 rds.png

Thank you for your help

784
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
May 10, 2009 May 10, 2009

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

>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 11, 2009 May 11, 2009
LATEST

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 />

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources