System.Web.HttpException: Request timed out. – Installing Sitecore CMS 7.1 rev. 130926 Update Package

Whilst upgrading a solution from 7.0 to 7.1 in pre-production I got the following timeout exception.

timeout error

 

Of course the first thing I did was set the timeout value of the httpRuntime to a massive number in the hope that this would fix the issue., but it didn’t 😦

<httpRuntime maxRequestLength="512000" executionTimeout="6000000" enableKernelOutputCache="false" />

The problem is with IIS application pool setting “Ping Maximum Response Time” which is the time in seconds the worker process is given to respond to health monitoring ping. After 5 missed responses the work process is timed out and causes the afore mentioned exception

There are 2 solutions:

  1. Set ping enabled to false
  2. Set the Ping Maximum Response Time (seconds) to a large value

ping disabled

Of course remember to reset these values after you have upgraded.

I have to give the credit and say thanks to Marina from Sitecore support, as Marina identified this issue 🙂

 

 

 

2 thoughts on “System.Web.HttpException: Request timed out. – Installing Sitecore CMS 7.1 rev. 130926 Update Package

  1. Michael West

    Excellent short article, i did read it two times so sorry for this, i have
    passed it on to my mates, so with a bit of luck they
    should get pleasure from it as well.

    Reply

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.