Since upgrade to 6.0.2 (from 4.7) publishing has become very slow for single pages and updating the XML cache (umbraco.config) impossible. Occasionally the umbraco.config file will start to be rebuilt but never finish so we end up with an incomplete site. We are keeping a backup of the file to replace when this happens. Initially this looked like the issue http://our.umbraco.org/forum/core/general/38616-Strange-publishing-problems-after-upgrade-to-600 but we are on 6.0.2 and this has been fixed in that release?
It's a large site (umbraco.config=32MB) with a lot of versions of pages. Total DB size around 8GB.
When running republish entire site to refresh the site xml an empty umbraco.config file is created with a DOCTYPE declaration and <root id="-1" />. In the log text file is:
2013-03-27 11:41:37,116 [16] INFO umbraco.content - [Thread 12] Loading content from database...
Then nothing happens. Umbraco has the correct permissions as it can generate and write to the umbraco.config file. There are 8000 rows in cmsContentXml.
We've tried that but it doesn't make a difference. As far as I can tell (from the sourcecode) xml=true recreates the contents of the cmsContentXML table before writing this to umbraco.config disk cache. The table has 8000 row in it so it takes 30 minutes or so to generate these rows and then fails to generate the umbraco.config file.
A major problem is that sometimes (usually when the backend is being used by multiple publishers) the umbraco.config file will be regenerated spontaneously as an empty file even when republish entire site has not been clicked. This gives us a blank XML file and the site goes down.
We have started making backups of umbraco.config at regular intervals in order to manually recreate the file when this happens.
To be clear publishing inviidual pages is fine and the file gets updated.
Publishing very slow on upgrade to 6.0.2
Since upgrade to 6.0.2 (from 4.7) publishing has become very slow for single pages and updating the XML cache (umbraco.config) impossible. Occasionally the umbraco.config file will start to be rebuilt but never finish so we end up with an incomplete site. We are keeping a backup of the file to replace when this happens. Initially this looked like the issue http://our.umbraco.org/forum/core/general/38616-Strange-publishing-problems-after-upgrade-to-600 but we are on 6.0.2 and this has been fixed in that release?
It's a large site (umbraco.config=32MB) with a lot of versions of pages. Total DB size around 8GB.
When running republish entire site to refresh the site xml an empty umbraco.config file is created with a DOCTYPE declaration and <root id="-1" />. In the log text file is:
2013-03-27 11:41:37,116 [16] INFO umbraco.content - [Thread 12] Loading content from database...
Then nothing happens. Umbraco has the correct permissions as it can generate and write to the umbraco.config file. There are 8000 rows in cmsContentXml.
Can you try to replubish with this URL : http;//YOURDOMAIN/Umbraco/dialogs/republish.aspx?xml=true
That helped me out when I had some publishing issues
Found here : http://our.umbraco.org/wiki/reference/api-cheatsheet/publishing-and-republishing
Dave
We've tried that but it doesn't make a difference. As far as I can tell (from the sourcecode) xml=true recreates the contents of the cmsContentXML table before writing this to umbraco.config disk cache. The table has 8000 row in it so it takes 30 minutes or so to generate these rows and then fails to generate the umbraco.config file.
A major problem is that sometimes (usually when the backend is being used by multiple publishers) the umbraco.config file will be regenerated spontaneously as an empty file even when republish entire site has not been clicked. This gives us a blank XML file and the site goes down.
We have started making backups of umbraco.config at regular intervals in order to manually recreate the file when this happens.
To be clear publishing inviidual pages is fine and the file gets updated.
Thanks
Have you checked the error log if you can find something there ?
Other than the below, there is nothing in UmbracoTraceLog.txt on our development server. Nothing in umbracoLog table.
2013-03-27 11:41:37,116 [16] INFO umbraco.content - [Thread 12] Loading content from database...
2013-03-27 12:27:00,028 [16] WARN Umbraco.Web.UmbracoModule - [Thread 18] Umbraco has no content
2013-03-27 12:40:55,514 [16] WARN Umbraco.Web.UmbracoModule - [Thread 21] Umbraco has no content
2013-03-27 12:44:04,945 [16] WARN Umbraco.Web.UmbracoModule - [Thread 19] Umbraco has no content
2013-03-27 13:06:05,109 [16] WARN Umbraco.Web.UmbracoModule - [Thread 10] Umbraco has no content
2013-03-27 13:13:00,606 [16] WARN Umbraco.Web.UmbracoModule - [Thread 40] Umbraco has no content
2013-03-27 13:15:34,248 [16] WARN Umbraco.Web.UmbracoModule - [Thread 44] Umbraco has no content
is working on a reply...