Quantcast
Viewing all articles
Browse latest Browse all 21760

Re: ColdFusion randomly stops rendering

Hi Image may be NSFW.
Clik here to view.

 

Test the below steps during development

 

Go to C:\ColdFusion10\cfusion\runtime\conf and take a back up of server.xml. Open server.xml and enable the built in port : 8500 like this

 

<!-- internal webserver start -->
<Connector executor="tomcatThreadPool" maxThreads="50"
           port="8500" protocol="org.apache.coyote.http11.Http11Protocol"
           connectionTimeout="20000"
           redirectPort="8445" />
<!-- internal webserver end -->

Restart CF 10 service and then place few test cfm files in CF 10 root (C:\ColdFusion10\cfusion\wwwroot)

Open URL : http://localhost:8500/a.cfm  and observe that CF is rendering the pages or not. If yes, then CF 10 is working fine.

 

Now you need to test when a request is coming to webserver, is your webserver forwarding the request to CF 10 or not. You can create a new test website in your webserver and configure that website with CF 10. Place few .cfm files and then observe the behavior. While you launch the webserver connector tool to add this test website, click on Advanced and check "Enable Verbose logging for connector"

 

NOTE: Enabling verbose is not all recommended in production environment.

 

This way you will be able to capture logs and troubleshoot accordingly. You can also check the Failed Request Tracing logs of IIS to find the root cause of this issue.

If you still encounter the issue, you can share the stack trace here.

 

Also, if this is a dev environment and you think that you have messed up some settings without backup then go ahead and give a shot to reinstall CF 10 Image may be NSFW.
Clik here to view.

 

HTH  Image may be NSFW.
Clik here to view.

 

Thanks

VJ Image may be NSFW.
Clik here to view.


Viewing all articles
Browse latest Browse all 21760

Trending Articles