Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
OK, I think I understand, and sorry to appear dense, but I remain confused by your reference to "the ColdFusion admin site". None of the options in the web connection configurator are "ColdFusion admin site". The options are the 4 different web sites that I have previously created on the IIS server.
I think what you are saying though is to create a separate connection for each of those web sites, which I will do.
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
OK, I did the first site. The notations below appeared in the DOS box. The web connection configurator shows the connector as installed, and there are CF handlers installed in the handler mappings for the affected site. However, now, instead of a 500 error when trying to reach the administrator, I get one that says "Service Temporary Unavailable! The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later." If I try to reach a cfm page on the site I get an error that says "The service is unavailable".
ERROR ( message:Cannot find requested collection element. )
ERROR ( message:Cannot find requested collection element. )
ERROR ( message:Cannot find requested collection element. )
ERROR ( message:Cannot find requested collection element. )
ERROR ( message:Cannot find requested collection element. )
ERROR ( message:Cannot find requested collection element. )
Applied configuration changes to section "system.webServer/handlers" for "MACHIN
E/WEBROOT/APPHOST" at configuration commit path "MACHINE/WEBROOT/APPHOST"
Applied configuration changes to section "system.webServer/handlers" for "MACHIN
E/WEBROOT/APPHOST" at configuration commit path "MACHINE/WEBROOT/APPHOST"
Applied configuration changes to section "system.webServer/handlers" for "MACHIN
E/WEBROOT/APPHOST" at configuration commit path "MACHINE/WEBROOT/APPHOST"
Applied configuration changes to section "system.webServer/handlers" for "MACHIN
E/WEBROOT/APPHOST" at configuration commit path "MACHINE/WEBROOT/APPHOST"
Applied configuration changes to section "system.webServer/handlers" for "MACHIN
E/WEBROOT/APPHOST" at configuration commit path "MACHINE/WEBROOT/APPHOST"
Applied configuration changes to section "system.webServer/handlers" for "MACHIN
E/WEBROOT/APPHOST" at configuration commit path "MACHINE/WEBROOT/APPHOST"
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
I am having the exact same problem ... I just updated CF10 with update 14 and it killed all the websites on the machine - including the admin site run directly from the machine (
http://localhost/CFIDE/administrator/index.cfm
). I can't get the admin to come up nor any of the sites. Even if I reconnect the handlers manually one at a time - none of them come up and they all give the same error message:
=====================================================
The service is unavailable.
Service Temporary Unavailable!
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Jakarta/ISAPI/isapi_redirector/1.2.32 ()
=====================================================
Our business is down and all our clients are now offline. I have until today to get it fixed otherwise Monday morning I'll get up to a hundred phone calls from clients really upset with us. . How can I uninstall your "security" update 14? at least that is what it was labeled.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
I just took a call with a customer having a similar issue, as soon as they updated to ColdFusion 10 Updater 14 nothing would work and they were getting 404.3 errors.
The problem turns out to be a duplicate servlet mapping for *.CFM. It looks like it should be *.Cfm, so we changed it to that and CF was back.
We found this by stopping the service and then starting CF using the ColdFusion10/cfusion/bat/cfstart command. You see a Parse error of the web.xml in the output when CF is starting up.
The service would start but since the web.xml could not be parsed CF was never deployed as a war and therefore you would not see any logging.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more