Copy link to clipboard
Copied
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!
Copy link to clipboard
Copied
Someone else recently had this same issue. Check out their post. Hope this helps.
^_^
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Is it possible that there is a <cfsetting showdebugoutput="no"> somewhere in one of the pages, or the application.cfc/cfm?
^_^
Copy link to clipboard
Copied
Thought you were onto something there. Sure enough I was running IPV6 and 4 on this machine.
Disabled 6. Rebooted.
Changed IIS to reflect ALl unassigned IP's.
Removed 0:0:0:0:0:0:0:1 from CF10 Admin panel.
And fired up the local app.
Darn it to h3ll! It still doesn't show debug info!
And no, like the OP in the other thread, same code as production and no sign of any nasty <cfsetting showdebugoutput="no">.
And when I get a showstopper bug, it hits my error handler instead of on screen displaying stuff
I also went to CF folders and removed read only blue square from any offending ones.
Nada.
I do not know what else to do. Except, UGH, reinstall CF10?
Copy link to clipboard
Copied
I just did a clean install of this on another Windows 7 workstation.
Added SQL 2005, IIS, CF10, 2 hours of f___ting around. Bring up the application!
Exactly same problem!
Like wth????
So uninstalled CF10, reinstalled it. Now cannot even find CF ADMIN panel.
Time to find new career?
Copy link to clipboard
Copied
@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.