Debugging output does not appear when use Debugging IPAddresses

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. cf debugging
      Not really. There are some other options available. Dreamweaver Help is the path to find them.
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default Re: Debugging output not appearing

    (Question answered.)
    Schroeder2 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139