Note that there are some explanatory texts on larger screens.

plurals
  1. POSys.WebForms.PageRequestManagerServerErrorException 12031. Out of ideas
    primarykey
    data
    text
    <p>In a recent project we are currently getting 12031 errors. here is the complete error:</p> <blockquote> <p>Sys.WebForms.PageRequestManagerServerErrorException 12031 the status code returned from the server was 12031</p> </blockquote> <p>The problem is, this doesn't happen all the time and we are unable to reproduce the error on development environment. </p> <p>We use AJAX in our application and this exception happens on every page once in a while.</p> <p>I've found a post on SO with the same problem and tried changing <code>maxRequestLength</code> to "1" to see if I constantly get the same error but I don't. Instead, I'm getting </p> <pre><code>Maximum request length exceeded. </code></pre> <p>So I'm starting to think that it is not related to <code>maxRequestLength</code>. I'm actually out of ideas. I have a <code>ScriptManager</code> in my <code>MasterPage</code> and its <code>AsyncPostBackTimeout="240"</code>. That is the same amount of time (give or take). I get the 12031 error after 3,5 minutes of "nothing". I'm logging one of the pages and by logging, I mean logging every section of the page like "Page_Load is called" "xyz is called" etc and I have like 15 spots on the page for this. After user clicks a button and <code>ScriptManager</code> tries to do its job, no postback occurs, no logging happens. It is like the page wants to do a postback but too old to do it. Tries this for around 3,5 minutes and fails with the given error.</p> <p>Please, if you have any ideas, HELP ME OUT .</p> <p>Thank you</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload