Umbraco 4.0.3 / ASP.NET 3.5 / Windows Server 2003/ MS SQL Server 2005
I have created approx 8000 published nodes and trying to update cahce but it fails after running some time. Looks like some of nodes have been added to umbraco cache file but not all of 8000.
I have tried 'Republish entire site' and 'Publish' options.
Make a copy of the umbraco.config file (in your data folder) and delete it or just rename it. Then do the 'Republish Entire Site', it will recreate the 'cache' or XML file of all the nodes. Sometimes the file can just go weird.
I have removed it and tried 'republishing entire site' many times, but it didn't work. When i pulish the folder, it displays number of published documents and at 400+, restarts counting from 1 again
The display number doesn´t always work. If you look at the size of you umbraco.config file does it still get bigger if the count restart from 1 again? If it is the nodes are still being published and you should probably just wait.
Have you tried right-clicking "Content" at the top and choosing "Republish entire site" (just to get the site back up)?
When the site is running again, you can concentrate on writing an AfterPublish eventhandler that will log whether a node was published, that way, you can more easily find the node at fault.
I have tried solutions as noted by Chris , Sebastiaan and others but not worked for me. I have unpublished & republish entire site programatically, and all looks ok but i am still concerned about speed, and umbraco.config file is also over 40MB.
Unable to publish/republish 8000 nodes - URGENT
Umbraco 4.0.3 / ASP.NET 3.5 / Windows Server 2003/ MS SQL Server 2005
I have created approx 8000 published nodes and trying to update cahce but it fails after running some time. Looks like some of nodes have been added to umbraco cache file but not all of 8000.
I have tried 'Republish entire site' and 'Publish' options.
Any help would be highly appreciated
Regards
Masood
Make a copy of the umbraco.config file (in your data folder) and delete it or just rename it. Then do the 'Republish Entire Site', it will recreate the 'cache' or XML file of all the nodes. Sometimes the file can just go weird.
Thanks Seth,
I have removed it and tried 'republishing entire site' many times, but it didn't work. When i pulish the folder, it displays number of published documents and at 400+, restarts counting from 1 again
The display number doesn´t always work. If you look at the size of you umbraco.config file does it still get bigger if the count restart from 1 again? If it is the nodes are still being published and you should probably just wait.
Publishing problems are often caused by lucene indexing, so perhaps disabling that will help
Also, in your web.config you could try to increase the
(http://msdn.microsoft.com/en-us/library/e1f13641.aspx)
Inside the httpRuntime tag.
Dan
Did you check the umbracoLog-table? There might be a clue.
Could be corrupt data in some node/document.
Looks like breaking at converting data to DateTime
Umbraco 4.0.3 has had a problem with datepicker datatypes, caused by a bug in the datalayer code.
There was a fix released that might help you out.
Some relevant links in this post (also link to a build containing the fix):
http://our.umbraco.org/forum/templating/templates-and-document-types/5934-Date-Picker-doesn't-work
Does this problem also occur if you only publish a few nodes or maybe just the second lowest level - or only when doing a complete (re)publish?
I'm wondering if the exception can be traced to a single node, document type or data type.
- Morten
If i publish even a single page, publishing is ok but in audit trial, following message is recorded
Hi Masood,
Sounds like a lucene issue, or maybe a permissions error?
Have you tried the solutions on
If I were you I'd back up the site, check the permissions, remove everything in the /data directory and republish everything.
Cheers,
Chris
Have you tried right-clicking "Content" at the top and choosing "Republish entire site" (just to get the site back up)?
When the site is running again, you can concentrate on writing an AfterPublish eventhandler that will log whether a node was published, that way, you can more easily find the node at fault.
Thanks evey one, this issue has been solved now.
Fantastic new, Masood!
Can you explain how you solved it for the next person who has a similar issue?
cheers,
doug.
hi Doug,
I have tried solutions as noted by Chris , Sebastiaan and others but not worked for me. I have unpublished & republish entire site programatically, and all looks ok but i am still concerned about speed, and umbraco.config file is also over 40MB.
thanks
Masood
is working on a reply...