Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Debugging IP settings don't seem to work as I think they "should"

0 views
Skip to first unread message

blst02

unread,
Mar 14, 2009, 7:42:07 PM3/14/09
to
this seems like a pretty straightforward setting, but i have never been able to
get it to work.

i have Enable Robust Exceptions turned off and i have added my IP address to
the list of IPs for debug output.

i get the same output whether my IP is in the list or not. if Enable Robust
Exceptions is checked, i get all the output, but so does everyone else. if it
is unchecked, i only get the abbreviated output, as does everyone else.

i am hoping this is just something i have missed but look forward to solving
this riddle.

thanks!

Kibbage.TEESO

unread,
Mar 15, 2009, 12:08:19 AM3/15/09
to
It sounds like you are doing this on a production server; is that correct?
Is this a remote server; that is not on your intranet but on the internet?
What is your IP address vs someone else's? I ask because if you are going
through a router that does network address translation (NAT) then all of the
machines on the internet side of the router have the same IP address as you and
would get the same kind of debug information.
HTH

blst02

unread,
Mar 15, 2009, 12:15:40 AM3/15/09
to
thanks for the reply. it is sort of in the middle. it is a test server that
will be a production server at some point.

as an example, my address is 76.88.7.x and the server is 209.123.45.x

i am remote and not on the same local network as the server.

what i am hoping to accomplish (and i don't think this is possible at this
point) is that i can see the debug output but the public can't.

the docs on this are somewhat lacking or i have misunderstood them.

thanks again,
jason

PaulH

unread,
Mar 15, 2009, 2:21:17 AM3/15/09
to
have you tried the "add current" button on the debug control page in cfadmin?
does it add what you think your IP is?

don't recall ever having this issue but if something's "stubborn" in cf,
restarting the cf server service will sometimes clear things up.

Kibbage.TEESO

unread,
Mar 15, 2009, 11:03:56 PM3/15/09
to
It is supposed to work as you expect.
That is why I bring up the NAT function of the router. If other people have
the same IP address to the CF server as you do that would explain them getting
the debug output too. How are you determining you IP address?

blst02

unread,
Mar 16, 2009, 12:41:24 AM3/16/09
to
I am actually accessing the URLs from multiple external IPs.

If robust exceptions are on, all IPs can see the output.

If robust exceptions are off, no IPs can see the output.

All of the external IPs are static except my home IP which hasn't changed in
months.

What I am trying to determine is how this is supposed to work. I was assuming
that if my IP was in the trusted list for debug output, I would receive the
output even if robust exceptions were turned off. Is this the case?

PaulH **AdobeCommunityExpert**

unread,
Mar 16, 2009, 4:45:03 AM3/16/09
to
blst02 wrote:
> If robust exceptions are on, all IPs can see the output.
>
> If robust exceptions are off, no IPs can see the output.

debug works as outlined here:
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Debug_02.html

*exception* info isn't the same as *debug* info. if you're talking about errors,
unless you have a global error handling page or try/catch logic, users will see
some exception info. what they see depends on whether you have enabled "Robust
Exception Information", nothing to do w/the IP control list--that's for *debug*
output.

blst02

unread,
Mar 16, 2009, 1:26:33 PM3/16/09
to
thank you. that clears it up.

it would be nice if you could limit who sees robust exceptions however.

thanks again.

0 new messages