-
1. Re: CF10 - Update 14 - 404 Error
WolfShade Oct 28, 2014 9:15 AM (in response to DanP)What web server are you using in conjunction with CF? If you're using the built-in web server (TOMCAT), then don't forget to add the port number to the URL.
Or are you using IIS or Apache?
^_^
-
2. Re: CF10 - Update 14 - 404 Error
DanP Oct 28, 2014 9:24 AM (in response to WolfShade)Using IIS. One other item I forgot to include in my OP. Additional error detail indicates Error Code 0x80070002 (from IIS). This seems to relate to handler mapping in IIS. Are there supposed to be .cfm handler mappings?
-
3. Re: CF10 - Update 14 - 404 Error
WolfShade Oct 28, 2014 9:27 AM (in response to DanP)Hopefully someone else can answer that. I've never used CF with IIS.. it's always been the built-in web server, until recently when I tried setting up Apache on my dev system.
^_^
-
4. Re: CF10 - Update 14 - 404 Error
Anit Kumar Panda Oct 28, 2014 9:32 AM (in response to DanP)Can you ensure that the handlers are added for cfm, cfml, cfr, cfswf, cfc? Are the handlers available on the server level or site level? Can you share a screenshot of the error message.
Regards,
Anit Kumar
-
-
-
7. Re: CF10 - Update 14 - 404 Error
WolfShade Oct 28, 2014 10:16 AM (in response to DanP)Should probably add more than just .cfm - .cfc, and everything else that CF uses.
-
8. Re: CF10 - Update 14 - 404 Error
Anit Kumar Panda Oct 28, 2014 10:17 AM (in response to WolfShade)Firstly, you need all of them. Secondly, can you ensure that CF and IIS (App pool) are running under same bitness.
Regards,
Anit Kumar
-
9. Re: CF10 - Update 14 - 404 Error
DanP Oct 28, 2014 10:19 AM (in response to WolfShade)I'll try that. I thought maybe I could wait to do that until I had .cfm working, but you're right, there may be some dependencies arising from the absence of the other handlers.
-
-
11. Re: CF10 - Update 14 - 404 Error
Anit Kumar Panda Oct 28, 2014 2:08 PM (in response to DanP)When you launch "web server connector tool" as administrator, do you see "Configure 32 bit webserver " after licking on the "Add" button? If you see one, then CF is running as 64-bit.
Also, what is the status of ""Enable 32-bit Applications"" in App pool under IIS. You can find it within "Advanced Settings". If it is set to "False", then IIS website is running as 64-bit.
Regards,
Anit Kumar
-
12. Re: CF10 - Update 14 - 404 Error
DanP Oct 28, 2014 2:13 PM (in response to Anit Kumar Panda)Yes, when adding a server via the web server connector tool one of the options (unclicked) is Configure 32-bit server, so I assume CF is running as 64-bit. I previously checked all of the apps in the App pool and they all have 32-bit marked False, indicating that they too are running 64-bit.
-
13. Re: CF10 - Update 14 - 404 Error
Anit Kumar Panda Oct 28, 2014 2:33 PM (in response to DanP)Have you applied Lockdown Guide for ColdFusion?
Regards,
Anit Kumar
-
14. Re: CF10 - Update 14 - 404 Error
DanP Oct 28, 2014 2:35 PM (in response to Anit Kumar Panda)No, I confess that I don't even know what that is.
-
15. Re: CF10 - Update 14 - 404 Error
Anit Kumar Panda Oct 28, 2014 2:40 PM (in response to DanP)Here is what you need to do:-
- Delete all the handlers you have created manually.
- Launch "web server connector tool" as administrator and remove all the connectors
- Ensure that, no CF entry is left within IIS (such as handlers etc)
- Launch "web server connector tool" as administrator and create the connector to for the ColdFusion admin site. Don't create it with "All Sites"
Share the result.
Regards,
Anit Kumar
-
16. Re: CF10 - Update 14 - 404 Error
DanP Oct 28, 2014 2:48 PM (in response to Anit Kumar Panda)I have three sites which need CF functionality. When you say "create the connector to for the ColdFusion admin site", do you mean just pick one of those three sites as the "ColdFusion admin site"? In other words, there is no choice in the web connector configurator for a "ColdFusion admin site".
-
17. Re: CF10 - Update 14 - 404 Error
Anit Kumar Panda Oct 28, 2014 2:56 PM (in response to DanP)I should have been more clear. Yes, what I meant, is, after deleting all the handlers (manually added by you). Create connectors with individual sites and not "All Sites"
To start with, you can create the connector to the ColdFusion admin site.
Regards,
Anit Kumar
-
18. Re: CF10 - Update 14 - 404 Error
DanP Oct 28, 2014 3:00 PM (in response to Anit Kumar Panda)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.
-
19. Re: CF10 - Update 14 - 404 Error
DanP Oct 28, 2014 3:08 PM (in response to DanP)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"








