Skip to main content
Known Participant
May 30, 2013
Question

New CF10 install (localhost) not showing debug info

  • May 30, 2013
  • 2 replies
  • 1967 views

Have a Developer edition CF10 working otherwise normally.  New install.

However, debugging output ... set to show EVERYTHING; so am used to seeing web page followed by all variables on screen.

Told it to show to 127.0.0.1  and when I print cgi.remote _Addr on screen I get ::1

Cannot add that ... when I tell it to add current IP to list  get 0.0.0.0.0.0.0.1

CF10 must be confused by local IP address?

Never had this problem before ... using CF since verion 4.5!

This topic has been closed for replies.

2 replies

Carl Von Stetten
Legend
May 30, 2013

@cf_code_warrior,

That looks like an IPV6 address.  Are you actually using IPV6?  I've had issues with IPV6 and other software as well inside my corporate network.  I disabled the IPV6 protocol and just left IPV4 running on my computers and solved several networking issues.

-Carl V.

WolfShade
Legend
May 30, 2013

Someone else recently had this same issue.  Check out their post.  Hope this helps.

^_^

Known Participant
May 30, 2013

Thanks for the excellent try.  Unfortunately I tried this to no avail. 

Did add those parms to hosts file.  No dice.

I am suspecting foul play on the part of Windows.

Seems that while I am logged in as Administrator, various behaviors that Windows is exhibiting sugests I am not Admin.  Quite possible ColdFusion is not getting permissions to do something.

WolfShade
Legend
May 30, 2013

Is it possible that there is a <cfsetting showdebugoutput="no"> somewhere in one of the pages, or the application.cfc/cfm?

^_^