Quantcast
Channel: C1 CMS Foundation - Open Source on .NET
Viewing all articles
Browse latest Browse all 2540

New Post: CPU 100% w3wp after C1 run for a while, what's rootcause?

$
0
0
Perhaps you are indirectly hit by this one; https://github.com/Orckestra/C1-CMS/issues/33 - at least let's try to see if it fixes your issue also.

The original issue is fixed in 5.0, but you can probably get rid of it in one of three ways (here I'm putting my geek dollars on the issue being these constant "Failed to format output" warnings are pumped into the logs which sends the log module into a death spin. This is pure guessing as I have no better ideas).

Try one of the following:
  1. The structured fix: Ensure that the output is xhtml - typically only Web Form controls can create invalid xhtml, so you would look at one of those.
  2. The super easy fix: Turn off the output formatting - we added a switch in version 5.0 that can do this, but for your older version here you should edit ~/Renderers/Page.aspx.cs and comment out the line "xhtml = _renderingContext.FormatXhtml(xhtml);"
  3. The see-no-evil fix: Turn off logging (I'm not documenting how, cause you probably don't want this)
Upgrading to 5.0 is also a way, but that is either a lot of manual work (which is no longer documented with a guide from us) or a costly affair.

Viewing all articles
Browse latest Browse all 2540

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>