503 Error on Server migration
We have a failing web server, and legacy Coldfusion Application I am trying to migrate to a new server.So I have a new server I am installing on and going from CF 2016 to 21. Things for the most part are working fine, but I am stumped on one error. I am not a CF guy , just inherited an app. Years ago I had to do an upgrade form one older version to another and found it was due to variable case sensitivity changing so I have hunted around in the past as well. I keep thinking the behavior means something small is missing like that variable I have seen in the past
Out of a few menu choices, one lets me run a few queries and export to excel. The queries run fine but I get an immediate 503 error when I try to export. One of the other tabs has export code and works with no problem.
if I hit the website(its an internal website) using http://192.XXX.X.XX:8500/WEBSITE, I get no errors at all, even on the menu that perviously errors.
The 503 error is if I hit it by name http://intranetnamehere , or browse from IIS. I have tried reinstalling CF, copying the code back over and starting over, and numerous hacks.
There is no logging of any errors. Curious if this is something anyone else has run into and may know?
Both downloads are server by cfcontent and to the user downloads folder. Any hekp or direction on where to check would be greatly appreciated. The install was not super clean and I had to manually add handlers, isapi etc., if that changes anything. What I am struggling with is how one menu works , and both work if is use ip address. Errors are not replicated in current production and I see no issues of AppPool recycling or stopping, which seems to be the cause of a lot of 503 errors.
Thanks
