-
1. Re: Managing ColdFusion services in Windows
kennwanze Jun 19, 2012 9:14 AM (in response to community help)HI guys. im having issues restarting my ColdFusion 9 Application Server. when i hit the restart service button, its returns an error message "Windows could not start the ColdFusion 9 Application Server on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, anf refer to service-specific error code 0." Pls how do i resolve this.
-
2. Re: Managing ColdFusion services in Windows
pete_freitag Jun 19, 2012 9:45 AM (in response to kennwanze)Take a look in your ColdFusion logs folder and the Windows Event Log, there is a number of things that might cause this not to start - but also make sure you try to stop the service (and give it time to fully stop) and then try hitting start, instead of using the restart button.
-
3. Re: Managing ColdFusion services in Windows
carl type3 Jun 19, 2012 6:06 PM (in response to kennwanze)What does the end or tail of ColdFusion9\runtime\logs\ coldfusion-out.log report? HTH, Carl.
-
4. Re: Managing ColdFusion services in Windows
kennwanze Jun 20, 2012 1:55 AM (in response to carl type3)Sorry guys, its ColdFusion 10, no Coldfusion 9.
The last 2 entry on that log (coldfusion10\cfusion\logs\coldfusion-out.log) is
Information [ ajp-bio-8012-exec-3] - User admin changed Memory Variables settings. Use J2EE session variables: From 'NO' ro 'YES'.
Information [ pool-2-thread-2 ] - ColdFusion Stopped
This log activity is from my earlier yesterday's activity. there is no indication of Coldfusion start activities.
there is a log i found those that updates everytime i attempt to refresh my browser to point to ther url (localhost/CFIDE/administrator/index.cfm).
these r the enties
log source, ( coldfusion10\config\wsconfig\1\isapi_redirect.log )
[Wed Jun 20 08:54:25.459 2012] [312:1488] [info] jk_open_socket::jk_connect.c (626): connect to 127.0.0.1:8012 failed (errno=61)
[Wed Jun 20 08:54:25.491 2012] [312:1488] [info] ajp_connect_to_endpoint::jk_ajp_common.c (1027): Failed opening socket to (127.0.0.1:8012) (errno=61)
[Wed Jun 20 08:54:25.538 2012] [312:1488] [error] ajp_send_request::jk_ajp_common.c (1649): (cfusion) connecting to backend failed. Tomcat is probably not started or is listening on the wrong port (errno=61)
[Wed Jun 20 08:54:25.584 2012] [312:1488] [info] ajp_service::jk_ajp_common.c (2629): (cfusion) sending request to tomcat failed (recoverable), because of error during request sending (attempt=1)
[Wed Jun 20 08:54:26.883 2012] [312:1488] [info] jk_open_socket::jk_connect.c (626): connect to 127.0.0.1:8012 failed (errno=61)
[Wed Jun 20 08:54:26.930 2012] [312:1488] [info] ajp_connect_to_endpoint::jk_ajp_common.c (1027): Failed opening socket to (127.0.0.1:8012) (errno=61)
[Wed Jun 20 08:54:26.977 2012] [312:1488] [error] ajp_send_request::jk_ajp_common.c (1649): (cfusion) connecting to backend failed. Tomcat is probably not started or is listening on the wrong port (errno=61)
[Wed Jun 20 08:54:27.008 2012] [312:1488] [info] ajp_service::jk_ajp_common.c (2629): (cfusion) sending request to tomcat failed (recoverable), because of error during request sending (attempt=2)
[Wed Jun 20 08:54:27.023 2012] [312:1488] [error] ajp_service::jk_ajp_common.c (2648): (cfusion) connecting to tomcat failed.
[Wed Jun 20 08:54:27.086 2012] [312:1488] [error] HttpExtensionProc::jk_isapi_plugin.c (2272): service() failed with http error 503 -
5. Re: Managing ColdFusion services in Windows
carl type3 Jun 20, 2012 3:39 PM (in response to kennwanze)Suggest try start CF10 from CMD prompt (perhaps run as administrator). From CMD CD ColdFusion10\cfusion\bin run cfstart.bat
While that may not start CF10 perhaps some debug information will display showing the cause.Not sure what to make of coldfusion10\config\wsconfig\1\isapi_redirect.log perhaps because CF10 application service is not running the tomcat connector is not talking to IIS. I think worry about the application service first then if there is still a webserver connection problem latter.
HTH, Carl.