Intermittent blank page issue on IIS 7.5 and Cold fusion 10 websites

coldfusioniis-7.5

We are getting intermittent blank screen on an IIS 7.5 website with ColdFusion 10. There was no error on IIS nor ColdFusion.

Whenever this issue happens we need to restart/recycle application pool or restart ColdFusion services.

Any ideas on what could be causing the blank white screen? Is this issue with IIS or ColdFusion? Is it because of heavy load on the site? How can we troubleshoot it?

  • Windows Server 2008 R2 Service Pack 1
  • IIS 7.5
  • ColdFusion 10 with Update 13

Regards,
Riyas

Best Answer

First , check your code to ensure you're not accidentally triggering a CFABORT tag or abort() function somewhere which would cause CF to stop processing.

If you're not aborting processing prior to output, this could be related to a problem with the Tomcat connector or its settings. First I'd try tuning the connector settings as outlined in this Adobe blog post:

Tuning ColdFusion 10 IIS Connector configuration

If the connector settings aren't tuned properly it can cause the connector to run out of threads and crash the IIS Application Pool.

Next, it could be a bug in the connector itself. Adobe has a newer build available for those who request it. There was a specific problem with the connector that was related to 404 handlers, but requesting the updated DLL file may help. See this Adobe bug for more information on the updated connector file and who to contact about getting it if needed.

ColdFusion 10 - Bug 3488063 - Note that the updated connector that fixes this bug is included in Updater 14, so if you apply that updater and reinstall the IIS connector it should correct the issue on this bug if this was the problem.