Ask a Question related to Coldfusion Server Administration, Design and Development.
-
Schroeder2 #1
Debugging output does not appear when use Debugging IPAddresses
I recently absorbed the task of supporting our CF MX 6.1 server. We have an
app that we need to debug - the developer asked us to add her IP address to the
"Debugging IP Addresses" list. I turned on debugging and added her IP address
to the list, but debugging output is not displaying; this is true even when you
run the CF app on the server running CF. The steps I took are as follows:
- In CF Administrator, checked Enable Robust Exception Information and Enable
Debugging. Submitted changes and got msg Server has been updated successfully.
- Added developer's IP address to the list of debugging IP addresses. She
couldn't see the debug output. Neither could I.
- Restarted CF server. No change.
- Rebooted server box. No change.
- Tried removing all IP addresses from list. Debugging input then shows for
everyone.
Showing the debug info to everyone is not an option, so we need to get the IP
address filtering working. I've looked at the Windows event logs, the CF logs,
and these forums, and can't find any helpful info.
Server config:
Windows Server 2003 (Standard Ed.) SP1
ColdFusion MX 6.1 (6,1,0,63958) Standard
Any suggestions would be very much appreciated.
Schroeder2 Guest
-
Debugging
It has nothing to do with IIS, go into your IE settings and shut off: show friendly http errors hth, Andrew * * * Sent via DevBuilder... -
cf debugging
Not really. There are some other options available. Dreamweaver Help is the path to find them. -
debugging ASP/DLL/IIS
I work with VS6 on WinXPpro I developed an ActiveX-DLL for using in ASP-documents. It works fine, but now I want to debug the DLL because an error... -
Debugging Output Not Working ?
Has anyone had this problem. On all 3 servers we upgraded, we've lost debugging output. It says it is on, we've given it the current IP addresses of... -
debugging with gdb
"Pirabhu Raman" <pirabhur@ufl.edu> writes: No, but different versions of gdb are broken on various platforms in a multitude of ways, and you... -
Schroeder2 #2
Re: Debugging output not appearing
I figured out the problem - it turns out that even our LAN traffic goes through
our ISA server, and the ISA server passes its IP address to IIS, so CFMX is
seeing all traffic as coming from the same IP address - the LAN address of the
ISA server. Adding that turned it on for everyone, so it seems that the
solution lies in changing the config of the ISA server to pass through IP
addresses. See post by "Smiley Dave" titled "Debug IP Addresses" for a little
more info.
Schroeder2 Guest
-



Reply With Quote

